Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Serial Interface

Status
Not open for further replies.

gutiej01

IS-IT--Management
Mar 17, 2005
6
US
I have the following message in my serial interface:

Serial0/1 is administratively down, line protocol is down


this means, problem with the physical link?
 
This means that the serial interface s0/1 is in shut down condition.
To activate the interface:
config term
int s0/1
no shut
exit
exit

If the interface is configured, and connected, the show interface command will show serial0/1 is up, line protocol is up.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top