User guide
Chapter 5. Command Line Interface Reference 259
IKE PROPOSALS DELETE
Deletes an existing IKE proposal. See IKE Proposal Commands, on page 125.
ike proposals delete <ProposalName>
ProposalName Name of the IKE proposal to be deleted. To see the proposal names in use, use the ike
proposals list command.
Example: ike proposals delete my_ike_proposal
IKE PROPOSALS LIST
Lists the IKE proposals. See IKE Proposal Commands, on page 125.
ike proposals list
Example:
# ike proposals list
IKE proposals:
my_ike_proposal
Session authentication: Preshared key
Encryption: DES
Message authentication: MD5
DH Group 2
Lifetime 86400
Lifedata 0
IKE PROPOSALS SET DH_GROUP
Sets the IKE proposal parameter that specifies the Diffie-Hellman (DH) key generation group used (no group or
group 1, 2, or 5). See IKE Proposal Commands, on page 125.
ike proposals set dh_group <NONE | 1 | 2 | 5> <ProposalName>
One of the following:
NONE No DH group is used.
1 Use DH group 1.
2 Use DH group 2.
5 Use DH group 5.
ProposalName Name of the IKE proposal to which the DH group parameter is added. To see the proposal
names in use, use the ike proposals list command.
Example: ike proposals set dh_group 2 my_ike_proposal