home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service connsync failover-mechanism vrrp sync-group <sync-group>

Enables or disables the failover mechanism for connection synchronization.

set service connsync failover-mechanism vrrp sync-group sync-group
delete service connsync failover-mechanism vrrp sync-group [ sync-group ]
show service connsync failover-mechanism vrrp sync-group
sync-group
The name of a VRRP synchronization group.

Configuration mode


service {
    connsync {
        failover-mechanism {
            vrrp {
                sync-group sync-group 
            }
        }
    }
}

Use the set form of this command to enable or disable the failover mechanism for connection synchronization.

Use the delete form of this command to delete the current configuration of the failover mechanism for connection synchronization.

Use the show form of this command to display the state of the failover mechanism for connection synchronization.