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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Err-Disabled Port

Status
Not open for further replies.

ekinike

IS-IT--Management
Oct 20, 2001
123
0
0
US
How can I re-enable a port whose status is err-disabled port? Also, how can I detrmine what the exact cause was?

Thanks in advance!!
 
set-based switches:
set port enable <port>

I really don't know on the ios based switches. No shutdown in the interface config mode?

-Jeff ----------------------------------------
Wasabi Pop Tarts! Write Kellogs today!
 
If you want to see why the port is disabled issue:

show interface status err-disabled

To enable the port you need to first shutdown the port then no shutdown the port. There are also ways to change the settings for the err-disable criteria.

PJ
 
junior238,

Nice work, you are correct.

On the set based switchces just do the following

set port disable
set port enable

on IOS bases

interface x/y
shut
no shut

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top