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.

Configure high availability VPN with VRRP

How to configure high availability VPN with VRRP on vRouter.

  1. Add an IPsec notify option to the keep-alive configuration file.
    user@system# set interfaces dataplane dp02p2 vrrp vrrp-group 10 notify ipsec
  2. Optional: Display the configuration.
    user@system# show interfaces dataplane dp02p2 vrrp
    vrrp {
        vrrp-group 10 {
            notify {
                ipsec
            }
            priority 100
            version 3
            virtual-address 192.168.10.20
            }
        }