Chapter 7 - Managing a Cisco Internetwork Flashcards

1
Q

Identify the steps in the router boot sequence.

A

The steps in the boot sequence are POST, loading the IOS, and copying the startup configuration from NVRAM to RAM.

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

Save the configuration of a router or switch.

A

There are a couple of ways to do this, but the most common, as well as the most tested, method is copy running-config startup-config.

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

Erase the configuration of a router or switch.

A

Type the privileged-mode command erase startup-config and reload the router.

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

Describe the value of CDP.

A

Cisco Discovery Protocol can be used to help you document as well as troubleshoot your network.

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

List the information provided by the output of the show cdp neighbors command.

A

The show cdp neighbors command provides the following information: device ID, local interface, holdtime, capability, platform, and port ID (remote interface).

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

Understand how to establish a Telnet session with multiple routers simultaneously.

A

If you telnet to a router or switch, you can end the connection by typing exit at any time. However, if you want to keep your connection to a remote device but still come back to your original router console, you can press the Ctrl + Shift + 6 key combination, release it, and then press X.

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

Identify current Telnet sessions.

A

The command show sessions will provide you with information about all the currently active sessions your router has with other routers.

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

Build a static host table on a router.

A

By using the global configuration command ip host host_name ip_address, you can build a static host table on your router. You can apply multiple IP addresses against the same host entry.

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

Verify the host table on a router.

A

You can verify the host table with the show hosts command.

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

Describe the function of the ping command.

A

Packet Internet Groper (ping) uses ICMP echo requests and ICMP echo replies to verify an active IP address on a network.

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

Ping a valid host ID from the correct prompt.

A

You can ping an IP address from a router’s user mode or privileged mode but not from configuration mode, unless you use the do command. You must ping a valid address, such as 1.1.1.1.

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

What is the command to copy the startup-config file to DRAM?

A

copy start run

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

What command can you use to see the neighbor router’s IP address from your router prompt?

A

show cdp neighbor detail or show cdp entry *

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

What command can you use to see the hostname, local interface, platform, and remote port of a neighbor router?

A

show cdp neighbor

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

What keystrokes can you use to telnet into multiple devices simultaneously?

A

Ctrl+Shift+6, then X

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

What command will show you your active Telnet connections to neighbor and remote devices?

A

show sessions

17
Q

What command can you use to merge a backup configuration with the configuration in RAM?

A

copy tftp run or copy start run

18
Q

What protocol can be used on a network to synchronize clock and date information?

A

NTP

19
Q

What command is used by a router to forward a DHCP client request to a remote DHCP server?

A

ip helper-address

20
Q

What command enables your switch or router to receive clock and date information and synchronize with the NTP server?

A

ntp server ip_address version 4

21
Q

Which NTP verification command will show the reference master for the client?

A

show ntp status