C613-50170-01 Rev B
Command Reference for x510 Series
1013
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
IP
OSPF
MESSAGE
-
DIGEST
-
KEY
Examples
The following example shows OSPF authentication on the VLAN interface vlan5
when IP address has not been specified.
awplus#
configure terminal
awplus(config)#
interface vlan5
awplus(config-if)#
ip ospf authentication message-digest
awplus(config-if)#
ip ospf message-digest-key 1 md5 yourpass
The following example shows configuring OSPF authentication on the VLAN
interface vlan2 for the IP address 1.1.1.1. (If the interface has two IP addresses
assigned-- 1.1.1.1 & 2.2.2.2, OSPF authentication will be enabled only for the IP
address 1.1.1.1).
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ip ospf 1.1.1.1 authentication
message-digest
awplus(config-if)#
ip ospf 1.1.1.1 message-digest-key 2 md5
yourpass