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

Defines an ESP group proposal for IKE Phase 2 negotiation.

set security vpn ipsec esp-group name proposal num
delete security vpn ipsec esp-group proposal
show security vpn ipsec esp-group proposal
name
The name to be used to refer to the ESP configuration.
num
Multi-node. An integer uniquely identifying a proposal to be used in IKE Phase 2 negotiation.

You can define multiple proposals within a single ESP configuration by creating multiple proposal configuration nodes. Each must have a unique identifier.

Configuration mode

security {
        vpn {
            ipsec {
                esp-group name {
                            proposal num
            }
        }
    }
}

Use this command to define an ESP proposal for IKE Phase 2 negotiation.

Use the set form of this command to create an ESP proposal.

Use the delete form of this command to remove an ESP proposal and all its configuration.

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