OcNOS-SP : System Management Guide : System Management Command Reference : Interface Commands : link-debounce-time
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
link-debounce-time <0-5000> <0-5000>
no link-debounce-time
Parameter
<0-5000>
timer value in milliseconds for the linkup transition
<0-5000>
timer value in milliseconds for the linkdown transition
Default
By default, it is disabled.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 5.0.
Example
#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
 
 
Last modified date: 10/19/2023