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"