User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 665
6.2.2.11. ip route vrf static bfd
This command configures the BFD for static route with specific VRF. To remove the BFD for static route with
specific VRF, use no form of this command.
Format ip route vrf <vrf-name> static bfd <next-hop-ip-addr> <src-ip-addr>
no ip route vrf <vrf-name> static bfd <nexthopip> <srcip>
Default None
Mode Global Config
6.2.2.12. ip mtu
This command sets the IP Maximum Transmission Unit (MTU) on a routing interface or range of interfaces. The
IP MTU is the size of the largest IP packet that can be transmitted on the interface without fragmentation.
Forwarded packets are dropped if they exceed the IP MTU of the outgoing interface.
Packets originated on the router, such as OSPF packets, may be fragmented by the IP stack.
OSPF advertises the IP MTU in the Database Description packets it sends to its neighbors during database
exchange. If two OSPF neighbors advertise different IP MTUs, they will not form an adjacency. (unless OSPF has
been instructed to ignore differences in IP MTU with the ip ospf mtu-ignore command.)
Format ip mtu <68-9394>
no ip mtu
Default The default value is 1500.
Mode Interface Config
Fields
Definition
<vrf-name>
VRF Name in which the the static route is configured
<nexthopip>
IP address of the next hop router.
<srcip>
Local IP address of static route for BFD.
Fields
Definition
<68-9394>
The IP MTU on a routing interface. The range is 68 bytes to the <Interface MTU
value-18> bytes.