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

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"