The best answers, the ones you need to remember, are that either an access control list is filtering the Telnet session or the VTY password is not set on the remote device.
2. You need to gather the IP address of a remote switch that is located in Hawaii. What can you do to find the address?
Options
A. Issue the show ip arp command on the router connected to the switch.
B. Issue the show ip route command on the router connected to the switch.
C. Issue the show cdp neighbor command on the router connected to the switch.
D. Issue the show cdp neighbors detail command on the router connected to the switch.
Correct Answer: 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 D will work just fine and your boss would probably prefer you to use the
show cdp neighbors detail command.
3. The corporate office sends you a new router to connect, but upon connecting the console cable, you see that there is already a configuration on the router. What should be done before a new configuration is entered in the router?
Options
A. RAM should be erased and the router restarted.
B. Flash should be erased and the router restarted.
C. NVRAM should be erased and the router restarted.
D. The new configuration should be entered and saved.
Correct Answer: NVRAM should be erased and the router restarted.
Explanation:
Before you start to configure the router, you should erase the NVRAM with the
erase startup-config command and then reload the router using the
reload command.
4. If you want to have more than one Telnet session open at the same time, what keystroke combination would you use?
To keep open one or more Telnet sessions, use the
Ctrl+Shift+6 and then
X keystroke combination.
5. 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?
Options
A. You copied the wrong configuration into RAM.
B. You copied the configuration into flash memory instead.
C. The copy did not override the shutdown command in running-config.
D. The IOS became corrupted after the copy command was initiated.
Correct Answer: The copy did not override the shutdown command in running-config.
Explanation:
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.
6. You telnet to a router and make your necessary changes; now you want to end the Telnet session. What command do you type in?
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.
7. 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?