Specifications
342 Chapter 8. Command Reference
IKE IPSEC PROPOSALS DELETE
Deletes an existing IKE IPSec proposal. For more information, see IKE IPSec Proposal Commands, on page 141.
ProposalName Name of the IPsec proposal to be deleted. To see the proposal names in use, use the ike
ipsec proposals list command.
Example: ike ipsec proposals delete myproposal
IKE IPSEC PROPOSALS LIST
Lists the IKE IPSec proposals. For more information, see IKE IPSec Proposal Commands, on page 141.
Example:
# ike ipsec proposals list
IKE IPSEC PROPOSALS:
myproposal
ESP encryption: 3DES
ESP authentication: SHA1
IPComp: None
Lifetime 600
Lifedata 50000
IKE IPSEC PROPOSALS SET AHAUTH
Sets the proposal parameter that determines whether AH message authentication is requested and, if it is
requested, the hash algorithm used.
Note: The proposal must select either the AH or ESP encapsulation methods. It cannot request AH authentication
if it requests ESP encryption and/or ESP authentication.
For more information, see ESP and AH Security Protocols, on page 135 or IKE IPSec Proposal Commands, on
page 141.
One of the following:
MD5 Use AH encapsulation and authenticate using hash algorithm Message Digest 5.
SHA1 Use AH encapsulation and authenticate using hash algorithm Secure Hash Algorithm-1.
NONE No AH encapsulation and no AH message authentication. (If you select this option, ESP
encapsulation must be requested by a set espenc or set espauth command.)
ike ipsec proposals delete <ProposalName>
ike ipsec proposals list
ike ipsec proposals set ahauth <MD5 | SHA1 | NONE> <ProposalName>