[Contents][Prev][Next][Index][Report an Error]
Configuring an Authentication Algorithm
To configure an IPSec authentication algorithm,
include the authentication-algorithm statement at the [edit services ipsec-vpn ipsec proposal proposal-name] hierarchy level:
-
authentication-algorithm (hmac-md5-96 | hmac-sha1-96);
The authentication algorithm can be one of the
following:
-
hmac-md5-96—Hash algorithm that authenticates
packet data. It produces a 128-bit digest. Only 96 bits are used for
authentication.
-
hmac-sha1-96—Hash algorithm that authenticates
packet data. It produces a 160-bit digest. Only 96 bits are used for
authentication.
[Contents][Prev][Next][Index][Report an Error]