Allied Telesis AT-S83 User Manual
Page 327

AT-S83 Management Software Command Line Interface User’s Guide
327
Use the no form of the IP OSPF MESSAGE-DIGEST-KEY command to
remove an MD5 key.
Command Mode
Interface mode
Examples
The following example shows OSPF authentication on interface 2, key
password of “1,”, MD5 authentication, and an OSPF password of
“april12pass:”
switch# configure terminal
switch(config)# interface xe2
switch(config-if)# ip ospf authentication message-
digest
switch(config-if)# ip ospf message-digest-key 1 md5
april12pass
The following example shows OSPF authentication on interface 1 with an
IP address of 1.1.1.1, a key of “2,” MD5 authentication, and an OSPF
password of “yourpass45:”
switch# configure terminal
switch(config)# interface xe1
switch(config-if)# ip ospf 1.1.1.1 authentication
message-digest
switch(config-if)# ip ospf 1.1.1.1 message-digest-key
2 md5 yourpass45
Note
If an interface has two IP addresses assigned-- 198.89.9.1 &
198.89.9.2, OSPF authentication is enabled only for the first IP
address (198.89.9.1).
Related Commands
none