|
Description:
|
alaOspfIfMd5AuthMode OBJECT-TYPE
SYNTAX INTEGER {keyedMd5(1), -- Keyed-MD5
hmacSha256(2) -- HMAC-SHA-256
-- HMAC-SHA-384
-- HMAC-SHA-512}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The Cryptographic authentication algorithm to be used to generate and verify
the message digest. The currently supported algorithms are Keyed-MD5 (RFC 2328, Appendix D)
and HMAC-SHA-256 (RFC 5709)."
DEFVAL {keyedMd5}
|
|
|