inter-switch-link hold-time
Syntax
inter-switch-link hold-time <HOLD-INTERVAL>
no inter-switch-link hold-time
Description
Sets the holdtime for the interswitch link protocol. A port is treated as down only when it stays down for the configured holdtime interval. The default holdtime is 0 seconds.
The
no
form of this command sets the interswitch link protocol holdtime to the default of 0 seconds.
NOTE:
This
inter-switch-link hold-time
command replaces the
mclag inter-switch-link hold-time
<HOLD-INTERVAL>
command that is supported only in 10.00 releases.
Command context
config-vsx
Parameters
<HOLD-INTERVAL>
Specifies the hold interval in seconds. Required. Range: 0 to 3 seconds.
Authority
Administrators
Examples
Setting the holdtime for interswitch link protocol to 2 seconds:
switch(config)# vsx switch(config-vsx)# inter-switch-link hold-time 2
Setting the interswitch link protocol holdtime to the default of 0 seconds:
switch(config)# vsx switch(config-vsx)# no inter-switch-link hold-time