Searching for "i"

Q:

Which command displays RIP routing updates?

A) Show ip route B) debug ip rip
C) show protocols D) Debug ip route
 
Answer & Explanation Answer: B) debug ip rip

Explanation:

Debug ip rip is used to show the internet Protocol (IP) Routng Information protocol (RIP) updates being sent and received on the router.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which of the following is the best description of the operation of split horizon?

A) Information about a route should not be sent back in the direction from which the original update came B) It splits the traffic when you have a large bus (horizon) physical network
C) It holds the regular updates from broadcasting to a downed link D) It prevents regular update messages from reinstating a route that has gone down
 
Answer & Explanation Answer: A) Information about a route should not be sent back in the direction from which the original update came

Explanation:

A split horizon will not advertise a route back to the same router it learned the route from.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What is the command to copy the startup-config filre to DRAM?

Answer

copy start run

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

What is the command to copy a Cisco IOS to a TFTP server?

Answer

copy flash tftp

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

You telnet into a remote device and type debug ip rip, but no output from the debug command is seen. What could the problem be?

A) You must type the show ip rip command first B) IP addressing on the network is incorrect
C) You must use the terminal monitor command D) Debug output is sent only to the console.
 
Answer & Explanation Answer: C) You must use the terminal monitor command

Explanation:

To see console messages through your Telnet session, you must enter the terminal monitor command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

If you want to have more than one Telnet session open at the same time, what keystroke combination would you use?

A) Tab+spacebar B) Ctrl+X, then 6
C) Ctrl+Shift+X, then 6 D) Ctrl+Shift+6, then X
 
Answer & Explanation Answer: D) Ctrl+Shift+6, then X

Explanation:

To keep open one or more Telnet sessions, use the Ctrl+Shift+6 and then X keystroke combination.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You need to gather the IP address of a remote switch that is located in Hawaii. What can you do to find the address?

A) Issue the show ip route command on the router connected to the switch B) Issue the show cdp neighbor command on the router connected to the switch
C) Issue the show ip arp command on the router connected to the switch D) Issue the show cdp neighbors detail command on the router connected to the switch
 
Answer & Explanation Answer: D) Issue the show cdp neighbors detail command on the router connected to the switch

Explanation:

Although option A is certainly the "best" answer, unfortunately option E will work just fine and your boss would probably prefer you to use the show cdp neighbors detail command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You are troubleshooting a connectivity problem in your corporate network and want to isolate the problem. You suspect that a router on the route to an unreachable network is at fault. What IOS user exec command should you issue?

A) Router>ping B) Router>trace
C) Router>show ip route D) Router>show interface
 
Answer & Explanation Answer: B) Router>trace

Explanation:

The command traceroute (trace for short), which can be issued from user mode or privileged mode, is used to find the path a packet takes through an internetwork and will also show you where the packet stops because of an error on a router.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA