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"