summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/authentication/md5/node.def
blob: 1fcf3e6463480ca75d1af7da17600c0ea46d76cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
help: Set MD5 key id

create:
	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"