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> ike-group <group>

Specifies the named IKE configuration to be used for a peer connection.

set security vpn ipsec site-to-site peer peer ike-group group
delete security vpn ipsec site-to-site peer peer ike-group
show security vpn ipsec site-to-site peer peer ike-group
peer
Mandatory. The address of the far-end VPN gateway. The format is an IPv4 address, an IPv6 address, a hostname (IPv4 networks only), an authentication ID, or 0.0.0.0.
group
Mandatory. The named IKE configuration to be used for this connection. The IKE configuration must have already been defined, using security vpn ipsec ike-group <name>.

Configuration mode


security {
        vpn {
            ipsec {
                site-to-site {
                    peer peer{
                        ike-group group
                }
            }
        }
    }
}

Use this command to specify a named IKE configuration (an IKE group) to be used for an IPsec peer connection.

Use the set form of this command to specify the IKE group.

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

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