Errdisable at the Interface Level
If you enable errdisable globally, by default all physical interfaces enable link-flap errdisable. To turn off errdisable for an interface, configure the commands below.
#configure terminal | Enter configure mode. |
(config)#interface xe11 | Enter into interface level |
(config-if)#no link-flap errdisable | Disable link-flap errdisable for interface |
Note: If you configure “no link-flap errdisable” in interface level, either it won’t allow the interface move to errdisable state or it will recover interface from errdisable state
Validation
#show run int xe11
!
interface xe11
description *1/2 member of PO3 - Connected to IXIA 6/6*
channel-group 3 mode active
no link-flap errdisable
!
Last modified date: 08/28/2023