Run the command set protocol ospf interface vif message-digest-key md5 to specify the MD5 key ID and key value for MD5 authentication for a given interface. The key ID can be any digit between 1 and 255. The key string can be any string without spaces, the maximum length of the string should be 16 characters.
To delete the configuration, run the command delete protocols ospf interface vif message-digest-key.
...
Example
- Configure MD5 key ID as 1 and key string as testkey.
Code Block |
---|
admin@XorPlus# set protocols ospf interface vlan200 vif vlan200 message-digest-key 1 md5 testkey admin@Xorplus# commit |
...