Specifications
Chapter 8. Command Reference 349
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 140.
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 or 2). See IKE Proposal Commands, on page 140.
One of the following:
NONE No DH group is used.
1 Use DH group 1.
2 Use DH group 2.
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
IKE PROPOSALS SET ENCRYPTION
Sets the IKE proposal parameter that requests ESP encryption and specifies the encryption method used. (See IKE
Proposal Commands, on page 140.)
ike proposals list
ike proposals set dh_group <NONE | 1 | 2 > <ProposalName>
ike proposals set encryption <DES | 3DES > <ProposalName>