summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/authentication/md5/node.def
blob: 9389c8389d56688ba24f460a41ead7fbcc135675 (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"