blob: b5250b0ae7cd092676889bbd3a83d920a40e48c5 (
plain)
1
2
3
|
help: Disable Maximum Transmission Unit (MTU) mismatch detection
create:vtysh -c "configure terminal" -c "interface $IFNAME" -c "ip ospf mtu-ignore"
delete:vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ip ospf mtu-ignore"
|