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