You get a bonus - 1 coin for daily activity. Now you have 1 coin

Cisco: network interface shows "is administratively down" in response to "show"

Practice



So, in the output of the "show interfaces" command on a Cisco switch or router you see the line "FastEthernet 0/0 is administratively down..." in the block for the interface you need (instead of FastEthernet 0/0 there will be the name of your interface).

How do you bring the interface up?


Bringing it up:
#config t
(config)# interface FastEthernet 0/0
(config-if)# no shutdown

Shutting it down:
#config t
(config)# interface FastEthernet 0/0
(config-if)# shutdown

Here, instead of FastEthernet 0/0, substitute the name of the interface you need.

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Computer networks"

Terms: Computer networks