Run the command set protocol ospf interface vif authentication message-digest to specify that OSPF packets must be authenticated with MD5 HMACs on the given interface.
Note that you must first create MD5 key using the command set protocols ospf interface vif message-digest-key <1-255> md5 <key-string> before you can enable MD5 authentication on the interface.
Command Syntax
set protocol ospf interface <vlan-interface> vif <vlan-interface> authentication message-digest
delete protocol ospf interface <vlan-interface> vif <vlan-interface> authentication message-digest
Parameter
Parameter | Description |
interface <vlan-interface> | Specifies the name of the interface. |
vif <vlan-interface> | Specifies the VIF interface name. |
Example
- Enable MD5 authentication on interface vlan200.
admin@XorPlus# set protocols ospf interface vlan200 vif vlan200 authentication message-digest admin@Xorplus# commit