Configuring a Cisco Router Flashcards

1
Q

In which stage does the router load the Cisco IOS Software image?

A. during POST

B. during the software initialization stage

C. while loading the configuration file

D. immediately after switching on the router

A

B. during the software initialization stage

The correct answer is “during the software initialization stage.” After verifying the hardware functions, the router proceeds with software initialization. During software initialization, the router finds and loads the Cisco IOS image.

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

What is the primary purpose of the setup mode on a Cisco router?

A. to display the current router configuration

B. to complete hardware and interface testing

C. to bring up a minimal-feature configuration

D. to fully configure a Cisco router for IPv4 routing

A

C. to bring up a minimal-feature configuration

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

Which is the type of router interface that is very useful because it will never go down, unless the entire router goes down?

A. loopback

B. GigabitEthernet

C. Ethernet

D. serial

A

A. loopback

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

Which option represents the Cisco IOS Software command and the mode that is used to disable an interface?

A. Router(config-if)# shutdown

B. Router(config-if)# no shutdown

C. Router(config)# no shutdown

D. Router(config)# shutdown

E. Router(config-if)# disable

A

A. Router(config-if)# shutdown

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

Which three options represent possible indicators to describe the state of the interface hardware? (Choose three.)

A. up

B. down

C. administratively down

D. administratively up

E. passive

F. active

A

A. up
B. down
C. administratively down

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

Which interface status indicates a Layer 2 problem?

A. Serial0/1/0 is “up,” line protocol is “down.”

B. Serial0/1/0 is “down,” line protocol is “down.”

C. Serial0/1/0 is “up,” line protocol is “up.”

D. Serial0/1/0 is “administratively down,” line protocol is “down.”

A

A. Serial0/1/0 is “up,” line protocol is “down.”

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

In which three ways can you use Cisco Discovery Protocol? (Choose three.)

A. to determine the hardware platform of connected Cisco devices

B. to allow a switch to discover the Cisco devices that are connected to its ports

C. to determine the IPv4 addresses of connected Cisco devices

D. to determine the users that are connected to Cisco devices

E. to determine the environmental parameters of the connected Cisco devices (temperature, humidity, and so on)

F. to determine the system usage of the connected Cisco devices (memory, CPU, disk, and so on)

A

A. to determine the hardware platform of connected Cisco devices
B. to allow a switch to discover the Cisco devices that are connected to its ports
C. to determine the IPv4 addresses of connected Cisco devices

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

Which option represents the Cisco IOS Software command and the mode that is used to disable Cisco Discovery Protocol on a single interface?

A. router(config-if)# no cdp enable

B. router(config)# no cdp enable

C. router(config-if)# no cdp run

D. router(config)# no cdp run

A

A. router(config-if)# no cdp enable

Correct answer is “router(config-if)# no cdp enable.” To disable Cisco Discovery Protocol on an interface, use the no cdp enable interface command.

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

Which Cisco IOS commands can be used to enable LLDP on an interface level? (Choose two.)

A. lldp transmit

B. lldp receive

C. lldp run

D. [no] lldp transmit

E. [no] lldp receive

A

A. lldp transmit

B. lldp receive

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

Which two options represent details about the neighbor router that the show cdp neighbor detail command displays? (Choose two.)

A. device ID

B. routing protocol

C. hello value in seconds

D. hardware platform

E. list of ports that are shut down

A

A. device ID

D. hardware platform

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

When using the show run | include hostname command on the Branch router, what is the expected result?

A. hostname Branch

B. hostname router

C. Branch

D. router

A

A. hostname Branch

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

Which command verifies that the description is configured on the Ethernet0/0 interface?

A. show run interface e0/0

B. show run | include description e0/0

C. show ip interface brief

D. show version

A

A. show run interface e0/0

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

Refer to the exhibit. It shows a successful connectivity check. The output in the exhibit shows the source address for the ping command, i.e. the address from which the ping messages were sent. Which device and interface was the ping sent from?

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.130.5, timeout is 2 seconds:
Packet sent with a source address of 172.16.2.2
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 m

A. Branch router, interface Ethernet 0/0

B. Branch router, interface Loopback 0

C. AdminPC, interface Ethernet 0/0

D. SW1 switch, interface VLAN 1.

A

B. Branch router, interface Loopback 0

The correct answer is “Branch router, interface Loopback 0.” The Branch router Loopback0 interface has IP address 172.16.2.2, which is used as source for the ping command.

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

If POST completes during a startup of a Cisco device and there is no configuration file, what does the router do?

A. It reboots.

B. It initiates initial configuration through “setup.”

C. It creates a configuration file with default settings and boots that file.

D. It shuts down the router.

A

B. It initiates initial configuration through “setup.”

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

Which command configures IPv4 address 10.0.0.1/28 on a selected router interface?

A. Router(config-if)# ip address 10.0.0.1 255.255.255.240

B. Router(config-if)# ip address 10.0.0.1/28

C. Router(config-if)# ip address 10.0.0.1 255.255.255.0

D. Router(config-if)# ip address 10.0.0.0 255.255.255.240

E. Router(config-if)# ip address 10.0.0.1/24

A

A. Router(config-if)# ip address 10.0.0.1 255.255.255.240

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

Which command displays the IPv4 address of a neighboring device?

A. show cdp neighbors

B. show ip interface brief

C. show interfaces

D. show cdp neighbors detail

A

D. show cdp neighbors detail

17
Q

Which command would you use to enable LLDP globally on a router?

A. lldp transmit

B. lldp run

C. lldp receive

D. cdp run

E. cdp enable

A

B. lldp run

18
Q

Which option does the show ip interface brief command display?

A. The packets that are flowing in and out of the interface.

B. The IPv4 address and subnet mask of a local interface.

C. Brief details about an interface that is administratively down only.

D. A list of local interfaces and the IPv4 address and status of each interface.

A

D. A list of local interfaces and the IPv4 address and status of each interface.

19
Q

What is a use of Cisco Discovery Protocol?

A. to determine the platform version of the neighboring Cisco devices

B. to display information about the routing protocol

C. to display the MAC address and ARP information

D. to share information about non-Cisco equipment, such as the operating system version and IPv4 address

A

A. to determine the platform version of the neighboring Cisco devices

20
Q

What is the first action the router does after it is powered up?

A. finds and loads IOS

B. finds and applies the configuration statements

C. runs POST to test the hardware

D. displays command line prompt

A

C. runs POST to test the hardware