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> proposal <num>

Specifies the IKE group proposal number.

set security vpn ipsec ike-group name proposal num
delete security vpn ipsec ike-group proposal
show security vpn ipsec ike-group proposal
name
The name to be used to refer to the IKE configuration.
proposal
Multi-node. An integer uniquely identifying an IKE proposal.

You can define up to 10 proposals within a single IKE configuration by creating multiple proposal configuration nodes. Each proposal must have a unique identifier.

Configuration mode

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

Use this command to create an IKE proposal. The proposal will be used in IKE Phase 1 negotiation.

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

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

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