Commands Flashcards
Copy the running configuration to the NVRAM
copy running startup
Display the running configuration
show running-config
Show the device’s routing table
show IP route
Check the status of all interfaces
show ip interface brief
Show detailed information on a specific interface
show interface (interface name)
Configure an extended access list called outbound and add a statement that will permit all telnet and web traffic.
ip access list extended Outbound
permit TCP any any eq telnet (or 23)
permit TCP any any eq www (or 80)
What’s the command to set the default gateway on a PC?
IP default-gateway (IP address)
Show the default gateway on a PC:
At a command prompt, type “ipconfig”
Create a loopback address on a router:
Router(config)#interface loopback [#]
View recently entered commands:
show history