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?
Answer: B
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.
Enter details here
You save the configuration on a router with the copy running-config startup-config command and reboot the router. The router, however, comes up with a blank configuration. What can the problem be?
Answer: C
If you save a configuration and reload the router and it comes up either in setup mode or as a blank configuration, chances are you have the configuration register setting incorrect.
Enter details here
A network administrator wants to upgrade the IOS of a router without removing the image currently installed. What command will display the amount of memory consumed by the current IOS image and indicate whether there is enough room available to hold both the current and new images?
Answer: A
The show flash command will provide you with the current IOS name and size and the size of flash memory.
Enter details here
You need to gather the IP address of a remote switch that is located in Hawaii. What can you do to find the address?
Answer: D
Although option A is certainly the "best" answer, unfortunately option D will work just fine and your boss would probably prefer you to use the show cdp neighbors detail command.
Enter details here
Which three commands can be used to check LAN connectivity problems on a router?
1.show interfaces
2.show ip route
3.tracert
4.ping
5.dns lookups
Answer: A
The tracert command is a Windows command and will not work on a router! A router uses the traceroute command.
Enter details here
Which command will copy the IOS to a backup host on your network?
Answer: D
To copy the IOS to a backup host, which is stored in flash memory by default, use the copy flash tftp command.
Enter details here
What should the configuration register value be after you successfully complete the password recovery procedure and return the router to normal operation?
Answer: C
All Cisco routers have a default configuration register setting of 0x2102, which tells the router to load the IOS from flash memory and the configuration from NVRAM.
Enter details here
You copy a configuration from a network host to a router's RAM. The configuration looks correct, yet it is not working at all. What could the problem be?
Answer: C
Since the configuration looks correct, you probably didn't screw up the copy job. However, when you perform a copy from a network host to a router, the interfaces are automatically shut down and need to be manually enabled with the no shutdown command.
Enter details here
You telnet to a router and make your necessary changes; now you want to end the Telnet session. What command do you type in?
Answer: D
Since the question never mentioned anything about a suspended session, you can assume that the Telnet session is still open, and you would just type exit to close the session.
Enter details here
What does the command o/r 0x2142 provide?
Answer: B
The default configuration setting is 0x2102, which tells the router to load the IOS from flash and the configuration from NVRAM. 0x2142 tells the router to bypass the configuration in NVRAM so that you can perform password recovery.
Enter details here