Cisco Router Configuration Flashcards
How to display a summary of IPv4 interfaces IP addresses on R1?
R1# show ip interface brief
How to display the Layer 2 to Layer 3 mapping of addresses on R1?
R1# show ip arp
How to display the IPv6 routing table on R1?
R1# show ipv6 route
How to display the running configuration on R1?
R1# show running-config
How to disable an inactive privileged exec mode access after 5 minutes 45 seconds on R1?
R1(config)# line vty 0 15
R1(config-line)# exec-timeout 5 45
How to block anyone for 3 minutes who fails to log in after 5 attempts within a 2-minute period on R1?
R1(config)# login block-for 3 attempts 5 within 2
Give one main reason why IPv4 is being replaced by IPv6.
IPv4 has limited address space, and IPv6 provides a larger and more scalable address space, essential for the growing number of connected devices.
What does the command ‘exit’ do?
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.