vsx-sync bfd-global
Syntax
vsx-sync bfd-global
no vsx-sync bfd-global
Description
Enables syncing of global BFD configurations, such as
echo-src-ip-address
,
detect-multiplier
,
min-transmit-interval
, and
min-receive-interval
, on the primary VSX node to the secondary peer.
IMPORTANT:
This command enables VSX synchronization only at the top level and not at the context level.
The
no
form of this command disables the syncing of global BFD configurations to the secondary peer, but it does not remove the existing global BFD feature configurations from it.
Command context
config-vsx
Authority
Administrators
Examples
Enabling VSX synchronization for various global BFD configurations:
switch(config)# bfd detect-multiplier 1 switch(config)# bfd min-transmit-interval 1000 switch(config)# bfd min-receive-interval 1000 switch(config)# bfd echo-src-ip-address 2.2.2.2 switch(config)# bfd min-echo-receive-interval 1000 switch(config)# vsx switch(config-vsx)# vsx-sync bfd-global
Disabling VSX synchronization for global BFD configurations:
switch(config)# vsx switch(config-vsx)# no vsx-sync bfd-global