OcNOS-SP : Layer 2 Guide : Layer 2 Configuration Guide : ErrDisable for Link-Flapping Configuration : Errdisable at the Interface Level
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
(config)#commit
Commit the candidate configuration to the running configuration.
(config)#exit
Exit interface mode
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: 07/06/2023