Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Run the command set protocol protocols 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 protocols ospf interface <vlan-interface> vif <vlan-interface>interface> authentication message-digest

delete  protocol protocols ospf interface <vlan-interface> vif <vlan-interface> authentication  authentication message-digest


Parameter

vif <vlan-interface>

Parameter

Description

interface <vlan-interface>

Specifies the name of the layer 3 VLAN interface.

Specifies the VIF interface name.


Example

  •  Enable MD5 authentication on interface vlan200.
Code Block
admin@XorPlus# set protocols ospf interface vlan200 vif vlan200 authentication message-digest
admin@Xorplus# commit

...