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

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

set security vpn ipsec profile profile-name esp-group name
delete security vpn ipsec profile profile-name esp-group
show security vpn ipsec profile profile-name esp-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 ESP group to be used for the IPsec profile configuration. The ESP group must have already been defined using security vpn ipsec esp-group <name>.

Configuration mode

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

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

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

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

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