blob: 619b7415fc6acfdaefc22a38c30e7692c5d5a34a (
plain)
1
2
3
|
help: Enable Bidirectional Forwarding Detection (BFD) support
create:vtysh -c "configure terminal" -c "interface $IFNAME" -c "ip ospf bfd"
delete:vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ip ospf bfd"
|