summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/authentication/md5/node.def
blob: 184fa321c4f92016a7734ebec947e30a391eeade (plain)
1
2
3
4
5
6
7
8
9
10
help: MD5 parameters

create: vtysh -c "configure terminal" \
	-c "interface $IFNAME" \
	-c "no ip ospf authentication" \
	-c "ip ospf authentication message-digest"

delete: vtysh -c "configure terminal" \
	-c "interface $IFNAME" \
        -c "no ip ospf authentication"