command | description | example |
ip ospf authentication-key [password] | This set the authentication password for plain text authentication. This should really never be used. | ip ospf authentication-key winona |
area number authentication [message-diget] | This sets authentication to be used within the specified area. Without message-digest the clear-text password is used. Message-digest enables the use of md5 hashed passwords and is highly recommended. | area 0 authentication message-digest |
ip ospf message-digest-key key-id(1-255) md5 [encryption type] (0-7) password | This command sets the encrypted password. The key-id has to be unique for the particular password and can be any number from 1-255. The encryption type can be any number from 0-7. 0 is the default, while 7 is a cisco proprietary type. | ip ospf message-digest-key 1 md5 7 winona |
Single Area OSPF (page 3)
26 Oct 2003 @ 01:33PM
Updated: 20 Jan 2010 @ 09:09AM
OSPF Authentication is accomplished as follows:
Comments (0)