address message-digest-key md5
Enables OSPF MD5 authentication and configures the MD5 key. The no version deletes an MD5 key.
NOTE: If all the MD5 keys have been deleted, the authentication type is still MD5, but you need to configure MD5 keys.
NOTE: To disable MD5 authentication for the interface, use the address authentication-none command.
NOTE: You must issue the address area command before issuing this command.
address { ipAddress | unnumbered interfaceType interfaceSpecifier }
message-digest-key keyID md5 [ 0 | 8 ] msgDigestKeyno address { ipAddress | unnumbered interfaceType interfaceSpecifier }
message-digest-key keyID
- ipAddress—OSPF interface address previously specified with the address command
- unnumbered—Indicates that OSPF is running on an unnumbered interface previously specified with the address command
- interfaceType—Interface type; see Interface Types and Specifiers in About This Guide
- interfaceSpecifier—Particular interface; format varies according to interface type; see Interface Types and Specifiers in About This Guide
- keyID—Key identifier in the range 1-255
- md5—Specifies use of the MD5 algorithm
- 0—Indicates the msgDigestKey is entered in unencrypted form (plaintext); this is the default option
- 8—Indicates the msgDigestKey is entered in encrypted form (ciphertext)
- msgDigestKey—OSPF password; string of up to 16 alphanumeric characters
Router Configuration