10. Configuring a Cisco Router Flashcards
Three tasks a router completes to start operations when powered on.
- Runs the Power-On-Self-Test (POST).
- Finds and loads the Cisco IOS Software.
- Finds and loads the Configuration File if one exists.
This type of router interface is very useful because it will never go down unless the entire router goes down.
Loopback Interface.
Command to create a loopback interface?
Router(config)# interface loopback 0
Command to enable an interface?
Router(config-if)# no shutdown
Command to configure an IPv4 address on a Router Interface?
Router(config-if)# ip address (address) (subnet)
Example:
Router(config-if)# ip address 10.0.0.3 255.255.255.0
Command to display a brief list of interfaces and their IPv4 addresses?
Router# show ip interface brief
Command to display brief details about a particular interface?
Router# show protocols (Type) (Interface-Identifier)
Example:
Router# show protocols Ethernet 0/1
Command to display details about all the interfaces?
Router# show interfaces
Interface status code for an interface with a shutdown command that is configured on it?
administratively down, down.
Interface status code for an interface with a “no shutdown” command configured, but the physical layer has a problem.
down, down.
Interface status code for an interface with a data link layer problem?
up, down.
Interface status code for an interface that is fully functional?
up, up.
Command to display information about a router’s neighboring device(s)?
Router# show cdp neighbors
Command to display information about a router’s neighboring device(s) in full.
Router# show cdp neighbors detail
Command to disable cdp globally on a router?
Router# no cdp run