summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/authentication/md5/node.def
blob: f861944c87f8f85b97d23edf5e128b15b0c03dd7 (plain)
1
2
3
4
5
help: Set MD5 key id
update:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \
       -c "no ip ospf authentication" -c "ip ospf authentication message-digest"
delete:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \
       -c "no ip ospf authentication"