link-debounce-time

Use this command to set the debounce time for linkup and linkdown transitions for the interface.

User can set only one of the timers (either linkup or linkdown) by setting the other one to 0.

Use the no form of this command to turn off the link debounce timer on the interface.

Command Syntax

Copy
link-debounce-time <0-5000> <0-5000>
no link-debounce-time

Parameters

<0-5000>

timer value in milliseconds for the linkup transition

<0-5000>

timer value in milliseconds for the linkdown transition

Default

None

Command Mode

Interface mode

Applicability

This command was introduced before OcNOS version 5.0.

Example

Copy
#configure terminal
(config)#interface eth1
(config-if)#link-debounce-time 4000 5000
(config-if)#link-debounce-time 0 5000
(config-if)#link-debounce-time 3000 0