Product specifications

Chapter 12: IKE/IPsec Commands Efficient Networks
®
Router family
Command Line Interface Guide
Page 12-26 Efficient Networks
®
ike ipsec proposals set espauth
Sets the proposal parameter that determines whether ESP message authentication is
requested and, if it is requested, the hash algorithm used.
For more information, see ESP and AH Security Protocols on page 5-51. Or, see
IKE IPSec Proposal Commands on page 5-58.
Mgmt Class
Security (R/W)
Input Format
ike ipsec proposals set espauth <md5 | sha1 | none>
<proposalname>
Parameters
Example
Response
Command prompt.
md5
Use ESP encapsulation and authenticate using hash algorithm
Message Digest 5.
sha1
Use ESP encapsulation and authenticate using hash algorithm
Secure Hash Algorithm-1.
none
No ESP encapsulation and no ESP message authentication. (If
you select this option, the encapsulation method must be request-
ed by a
ike ipsec proposals set espenc or ike ipsec proposals set esp-
auth
command.)
<proposalname>
a
a
ASCII string
Name of the IPsec proposal to which the ESP authentication pa-
rameter is added.
b
b
To see the proposal names in use, use the ike ipsec proposals list command.
-> ike ipsec proposals set espauth sha1 myproposal