vsx-sync loop-protect-global
Syntax
vsx-sync loop-protect-global
no vsx-sync loop-protect-global
Description
Enables the VSX synchronization of global loop-protect configurations, such as transmit-interval and re-enable-timer, on the primary VSX node to the secondary peer switch.
The
no
form of this command removes VSX synchronization of global loop-protect configurations, but it does not remove the existing global loop-protect feature configurations from the secondary peer switch.
Command context
config-vsx
Authority
Administrators
Examples
The first two lines in the following example show the setting of global loop-protect configurations. The last two lines of the example show the enabling of VSX synchronization for global loop-protect configurations.
switch(config)# loop-protect transmit-interval 10 switch(config)# loop-protect re-enable-timer 300 switch(config)# vsx switch(config-vsx)# vsx-sync loop-protect-global
Disabling VSX synchronization of global loop-protect configurations:
switch(config)# vsx switch(config-vsx)# no vsx-sync loop-protect-global