Navigation and info commands Flashcards
How do you navigate to a loopback?
()interface loopback0
What command enables an interface?
no shutdown
what command adds an IP address to an interface?
(if)ip address 1.1.1.1 2.2.2.2
How do you add a description to an interface?
(if)description NAME
How do you navigate to a vlan?
()vlan 10
How do you configure a range of ports simultaneously?
()interface range FastEthernet0/0-5
Add ‘range’, and a -N.
How do you view specific info in the running configuration?
show run | section ospf/vlan/etc
How do you view the routing table?
show ip route
How do you view the routing database?
show ip ospf database
How do you view what interfaces have a specific routing protocol enabled?
show ip ospf
How do you view the protocol information for a router?
show ip protocols
What command would you use to view the layer 3 settings for an interface?
Show ip interface brief
What command would you use to view the arp table?
Show arp
What command would you use to view the mac table?
Show mac address-table
What command would you use to view offline/online interfaces?
Show interface
how do you factory reset a router?
()write erase
reload
How do you view the local storage of a device?
#more flash #sh flash
How do you view neighbors of a device?
()cdp run #sh cdp neighbor detail
How do you invoke the system configuration wizard?
What is important to know about setup wizard?
#setup It does not setup default gateway, it must be manually configured with ip default-gateway 1.1.1.1
How do you view the startup config?
show startup-config
How would you copy a file name cat.txt from flash to an tftp server?
copy flash nftp:cat.txt