CH.15 Operating Cisco Routers Flashcards
What does the show ip interface brief command do and does it work on routers or switches
Displays a list with one line per interface, with some basic information, including the interface IP address and interface status and only works on routers
What does the command show interfaces do and does it work on routers or switches
Lists the interfaces, but with a large amount of information per interface
What does the first status code stand for
Refers to whether layer 1 is working
What does the second status code refer to
Refers to whether the data-link layer protocol is working
Administratively down , Down
The interface has a shutdown command configured on it
Down , Down
The interface is not shutdown, but the physical layer has a problem.
Up , Down
Data-link layer problems, most often configuration problems
Up , Up
Layer 1 and Layer 2 of this interface are functioning
What are the two things you must do to a cisco enterprise router before it can start routing packets
Enable it with the no shutdown command
Configure an ipaddress and subnet mask
What command do you use to configure an ipaddress
ip address (address) (subnet mask)