Chp 7 Flashcards

1
Q

Define the Cisco router components

A

Describe the functions of the bootstrap, POST, ROM monitor, mini-IOS, RAM, ROM, flash memory, NVRAM, and the configuration register

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

Save the configuration of a router or switch

A

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

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

Erase the configuration of a router or switch

A

Type the privileged-mode command erase statup-config and reload the router

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

Understand the various levels of syslog

A

Emergency, Alert, Critical, Error, Warning, Notification, Informational, Debugging

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

Understand how to configure NTP

A

service timestamps log datetime msec

ntp server A.B.C.D version ?

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

Describe the value of CDP and LLDP.

A

Cisco Discovery Protocol can be used to help you document as well as troubleshoot your network; also, LLDP is a nonproprietary protocol that can provide the same information as CDP

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

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

A

device ID, local interface, holdtime, capability, platform, and port ID

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

Understand how to establish a Telnet session with multiple routers simultaneously

A

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 pres x

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

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