13.3 Interfaces, up and down
This section revisits the process of configuring a router terminal and serves as a reminder of the commands to use. It then delves more deeply into the information returned after a show ip interface brief command. Watch the video below (which is just over a minute and a half long) and then test your understanding by answering the questions that follow.
Box _unit8.1.3 Interfaces, up and down

Transcript
Although privilege exec mode lets you see all the interfaces by using the show ip interface briefcommand, it doesn’t let you change any configurations. To do that you have to go down a level to ‘global configuration’ mode by typing configure terminalor conf t. Notice the prompt changes again. And then we have to choose the interface we’re configuring. You don’t have to type the whole name: this abbreviation g0/0is enough. Once again the prompt changes.
You have already seen how to apply an IP address and a subnet mask to the terminal, so I won’t go over that again. You can’t actually change the configuration of an interface while it is ‘up’, or operating. So by default interfaces are initially down, both ‘administratively’ and in terms of the protocol, as shown here. ‘Administratively down’ means that the interface is switched off. Under the ‘Protocol’ heading, ‘down’ means that the interface is not able to communicate with an interface it is connected to. We switch on an interface that is administratively down by using the no shut command at the same prompt that we use for assigning an IP address and a subnet mask to an interface. If the interface is connected to another interface that is administratively up, the no shutcommand usually causes the status under the ‘Protocol’ heading to change to ‘up’ too. That’s because interconnected interfaces that are administratively ‘up’ can negotiate the details of the protocol between themselves, so you don’t have to configure that yourself.
Thank you for watching.
Activity _unit8.1.2 Activity 3 Test yourself
a.
Router>
b.
Router(config)#
c.
Terminal(config)
d.
Router(config-if)#
The correct answer is b.
a.
User executive
b.
Privilege executive
c.
Interface executive
d.
Global configuration
The correct answer is d.
a.
Name of the router
b.
‘Save’
c.
IP address and subnet mask
d.
Interface ID
The correct answer is c.
a.
The interface is faulty
b.
The interface is switched off
c.
The interface is not yet configured with an IP address
d.
The interface is not connected to any devices
The correct answer is b.