C613-50631-01 Rev A Command Reference for IE340 Series 1147
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
OSPF COMMANDS
IP
OSPF MESSAGE-DIGEST-KEY
Examples To configure OSPF authentication on the VLAN interface vlan5, with a key of
‘yourpass’, use the commands:
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
To configure OSPF authentication on the VLAN interface vlan2 for the IP address
1.1.1.1, with a key of ‘yourpass’, use the commands:
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
This means that if the interface has multiple IP addresses assigned (e.g. 1.1.1.1 &
2.2.2.2), OSPF authentication will be enabled only for the IP address 1.1.1.1.