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.

security vpn ipsec site-to-site peer <peer> vti esp-group <name>

Specifies the ESP configuration to use for the IPsec site-to-site VPN tunnel.

set security vpn ipsec site-to-site peer peer vti esp-group name
delete security vpn ipsec site-to-site peer peer vti esp-group
show security vpn ipsec site-to-site peer peer vti esp-group
peer
Mandatory. The address of the far-end VPN gateway. The format is an IPv4 address.
name
Mandatory. Specifies the named ESP configuration (ESP group) to be used for the connection. The ESP group must have already been defined, using security vpn ipsec esp-group <name>.

Configuration mode

security {
        vpn {
            ipsec {
                site-to-site {
                    peer peer {
                        vti {
                            esp-group name 
                   }
                }
            }
        }
    }
}

Use this command to specify an ESP configuration to use for this connection. It will override the ESP group specified by security vpn ipsec site-to-site peer <peer> default-esp-group <name> which will be used by default.

Use the set form of this command to specify an ESP configuration to use for this VPN tunnel.

Use the delete form of this command to remove the configuration.

Use the show form of this command to view the configuration.