Chapter 7 Review Questions Flashcards
Which is a standards-based protocol that provides dynamic network discovery?
LLDP (Link Layer Discovery Protocol)
Which command can be used to determine a router’s CPU utilization?
show processes cpu If the CPU utilization is high, it is not a good time to execute a debug command
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?
Router>traceroute (or ‘trace’ for short) It is used to find a path the packet takes. It will show where the packet stops due to an error on a router
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?
The copy did not override the shutdown command in running-config. You probably didn’t mess up the copy job. However, when you perform a copy from a network host to a router, the interfaces automatically shuts down and …
…need to be manually enabled with the no shutdown command
In the following command, what does the IP address 10.10.10.254 refer to? Router#config t Router(config)#interface fa0/0 Router(config-if)#ip helper-address 10.10.10.254
IP address of the DHCP server Specifying the address of the DHCP server allows the router to relay broadcast traffic destined for a DHCP server to that server
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?
NVRAM should be erased and the router restarted. You use the ‘erase startup-config’ command and the ‘reload’ command
What command can you use to determine the IP address of a directly connected neighbor?
‘show cdp neighbors detail’ It can run on both routers and switches. It displays detailed information about devices connected to the device you run the command on.
Fas 0/2
The Port ID column describes the interfaces on the remote device end of the connection.
Which of the following commands enables syslog on a Cisco device with debugging as the level?
logging 172.16.10.1
Syslog level 7(Debugging or loacal7) is the default if you were to use that command from global config
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?
The configuration register setting is incorrect
You can assume the same thing if you do all those steps and the setup mode comes up
If you want to have more than one Telnet session open at the same time, what keystroke combination would you use?
Ctrl+Shift+6, then X
You are unsuccessful in telnetting into a remote device from your switch, but you could telnet to the router earlier. However, you can still ping the remote device. What could the problem be?
An access control list is filtering Telnet
The VTY password is not set on the remote device
What information is displayed by the ‘show hosts’ command?
Temporary DNS entries
Permanent name-to-address mappings created using the ip host command
Which three commands can be used to check LAN connectivity problems on an enterprise switch?
show interfaces
show ip route
dns lookups
What is the default syslog facility level?
local7
CiscoIOS devices use facility local7 by default. Most Cisco devices provide options to change the facilityt level from their default value