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.

interfaces dataplane <interface> vrrp vrrp-group <group-id> notify ipsec

Notifies the IPSec daemon when VRRP on an interface changes state.

set interfaces dataplane interface vrrp vrrp-group group-id notify ipsec
delete interfaces dataplane interface vrrp vrrp-group group-id notify ipsec
show interfaces dataplane interface vrrp vrrp-group group-id
interface
The interface type and identifier. For detailed keywords and arguments that can be specified as interfaces, refer to Supported Dataplane Interfaces.
group-id
The VRRP group to which the interface belongs. The identifier ranges from 1 through 255.

Configuration mode


interfaces {
    dataplane interface {
        vrrp {
            vrrp-group group-id {
                notify {
                    ipsec
                }
            }
        }
    }
}

Use the set form of the command to notify the IPSec daemon when VRRP on an interface changes state.

Use the delete form of the command to remove notification of the IPSec daemon when VRRP on an interface changes state.

Use the show form of the command to display whether the IPSec daemon is notified when VRRP on an interface changes state, which lets you determine if High Availability VPN is enabled.