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

Specifies the IKE group to use for the IPsec profile configuration.

set security vpn ipsec profile profile-name ike-group name
delete security vpn ipsec profile profile-name ike-group
show security vpn ipsec profile profile-name ike-group
profile-name
Multi-node. The name of the IPsec configuration profile.

You can define more than one IPsec profile by creating multiple profile configuration nodes.

name
The name of the IKE group to be used for the IPsec profile configuration. The IKE group must have already been defined using security vpn ipsec ike-group <name>.

Configuration mode

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

Use this command to specify the IKE group to use for the IPsec profile configuration.

Use the set form of this command to specify the IKE group to use for the IPsec profile configuration.

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

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