Chapter 7 Review Questions Flashcards

1
Q

Which is a standards-based protocol that provides dynamic network discovery?

A

LLDP (Link Layer Discovery Protocol)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which command can be used to determine a router’s CPU utilization?

A

show processes cpu If the CPU utilization is high, it is not a good time to execute a debug command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
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>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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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?

A

NVRAM should be erased and the router restarted. You use the ‘erase startup-config’ command and the ‘reload’ command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What command can you use to determine the IP address of a directly connected neighbor?

A

‘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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A

Fas 0/2

The Port ID column describes the interfaces on the remote device end of the connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following commands enables syslog on a Cisco device with debugging as the level?

A

logging 172.16.10.1

Syslog level 7(Debugging or loacal7) is the default if you were to use that command from global config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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?

A

The configuration register setting is incorrect

You can assume the same thing if you do all those steps and the setup mode comes up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

Ctrl+Shift+6, then X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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?

A

An access control list is filtering Telnet

The VTY password is not set on the remote device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What information is displayed by the ‘show hosts’ command?

A

Temporary DNS entries

Permanent name-to-address mappings created using the ip host command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which three commands can be used to check LAN connectivity problems on an enterprise switch?

A

show interfaces

show ip route

dns lookups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the default syslog facility level?

A

local7

CiscoIOS devices use facility local7 by default. Most Cisco devices provide options to change the facilityt level from their default value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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

A

You must use the ‘terminal monitor’ command

You must use that command to see console messages through your Telnet session

17
Q

A syslog server provides the ______ necessary to store _____ without using router _____.

A

storage space

log files

disk space

18
Q

There are significantly more syslog messages available within Cisco IOS as compared to ____ trap messages

What are _____ trap messages?

A

SNMP Traps are alert messages sent from a remote SNMP-enabled device to a central collector, the “SNMP manager”. A Trap might tell you that a device is overheating, for example.

19
Q

A syslog server helps in ______ of logs and alerts

A

Aggregation

20
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 cdp neighbors detail’ command on the router connected to the switch

21
Q

You need to configure all your routers and switches so they synchronize their clocks from one time source. What command will you type for each device?

A

ntp server ‘ip-address’

and

ntp master ‘stratum level’

Stratum level is quality of clock source, lower the better (2, 5, etc.)

At least one NTP server must be a trusted clock source. If using purpose-built NTP servers (that is, when not using routers and switches as NTP servers), those servers will make good clock sources. But in a lab with only Cisco router/switches, one router/switch has to be set up as a clock source using ntp master

22
Q

A network administrator enters the following command on a router: ‘logging trap 3’. What are three message types that will be sent to the syslog server?

A

Emergency, Critical, and Error