Friday, September 28, 2012

Cisco - Network Port & Interface Administratively Down


Cisco - Network Port & Interface Administratively Down
Environment: cisco c2960 / ios 12.2(44)

Configure Terminal
#conf t

access to the interface ( XX represents the port number ):
(conf)#int fa0/xx

Make the port to "Down"
(conf-if)#shut
 
Make the port to "Up"
(conf-if)#no shut

Exit twice & Save Setting:
(conf-if)#exit
(conf)#exit
#wr mem 

Check the result:
#show interface fa0/xx

No comments:

Post a Comment