Cisco Router Configuration Flashcards

1
Q

How to display a summary of IPv4 interfaces IP addresses on R1?

A

R1# show ip interface brief

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

How to display the Layer 2 to Layer 3 mapping of addresses on R1?

A

R1# show ip arp

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

How to display the IPv6 routing table on R1?

A

R1# show ipv6 route

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

How to display the running configuration on R1?

A

R1# show running-config

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

How to disable an inactive privileged exec mode access after 5 minutes 45 seconds on R1?

A

R1(config)# line vty 0 15
R1(config-line)# exec-timeout 5 45

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

How to block anyone for 3 minutes who fails to log in after 5 attempts within a 2-minute period on R1?

A

R1(config)# login block-for 3 attempts 5 within 2

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

Give one main reason why IPv4 is being replaced by IPv6.

A

IPv4 has limited address space, and IPv6 provides a larger and more scalable address space, essential for the growing number of connected devices.

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

What does the command ‘exit’ do?

A

Function: The ‘exit’ command is used to exit the current configuration mode and move to the previous mode. If used in the global configuration mode, it takes the user back to privileged EXEC mode.

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