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

Defines a named IKE configuration for IKE Phase 1 negotiations.

set security vpn ipsec ike-group name
delete security vpn ipsec ike-group
show security vpn ipsec ike-group
name
Mandatory. Multi-node. The name to be used to refer to this IKE configuration.

You can create multiple IKE configurations by creating multiple ike-group configuration nodes.

Configuration mode

security {
        vpn {
            ipsec {
                ike-group name 
        }
    }
}

Use this command to configure a set of values for IKE configuration.

This configuration can be referred to as part of configuring a site-to-site configuration with a VPN peer, using security vpn ipsec profile <profile-name> authentication mode <mode>.

Use the set form of this command to create an IKE group.

Use the delete form of this command to remove an IKE group and all its configuration.

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