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.
5. Which three commands can be used to check LAN connectivity problems on a router?
The
tracert command is a Windows command and will not work on a router! A router uses the
traceroute command.
6. What should the configuration register value be after you successfully complete the password recovery procedure and return the router to normal operation?
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.
7. 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?
Options
A. You didn't boot the router with the correct command.
B. NVRAM is corrupted.
C. The configuration register setting is incorrect.
D. The newly upgraded IOS is not compatible with the hardware of the router.
Correct Answer: The configuration register setting is incorrect.
Explanation:
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.
8. What information is displayed by the show hosts command?
Temporary DNS entries
The names of the routers created using the hostname command
The IP addresses of workstations allowed to access the router
Permanent name-to-address mappings created using the ip host command
The length of time a host has been connected to the router via Telnet
The
show hosts command provides information on temporary DNS entries and permanent name-to-address mappings created using the
ip host command.
9. You have your laptop directly connected into a router's Ethernet port. Which of the following are among the requirements for the copy flash tftp command to be successful?
TFTP server software must be running on the router.
TFTP server software must be running on your laptop.
The Ethernet cable connecting the laptop directly into the router's Ethernet port must be a straight-through cable.
The laptop must be on the same subnet as the router's Ethernet interface.
The copy flash tftp command must be supplied the IP address of the laptop.
Before you back up an IOS image to a laptop directly connected to a router's Ethernet port, make sure the TFTP server software is running on your laptop, that the Ethernet cable is a "crossover," and that the laptop is in the same subnet as the router's Ethernet port, and then you can use the
copy flash tftp command from your laptop.
10. Which of the following network types have a designated router and a backup designated router assigned?
No DR is assigned on any type of point-to-point link. No DR/BDR is assigned on the NBMA point-to-multipoint due to the hub/spoke topology. DR and BDR are elected on broadcast and non-broadcast multi-access networks. Frame Relay is a non-Broadcast Multi-Access (NBMA) network by default.