User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 664
Lower route distance values are preferred when determining the best route. The ip route and ip route default
commands allow you to optionally set the distance (preference) of an individual static route. The default
distance is used when no distance is specified in these commands. Changing the default distance does not
update the distance of existing static routes, even if they were assigned the original default distance. The new
default distance will only be applied to static routes created after invoking the ip route distance command.
Format ip route [vrf <vrf-name>] distance <1-255>
no ip route [vrf <vrf-name>] distance
Default The default preference value is 1
Mode Global Config
6.2.2.10. ip route static bfd
This command configures the BFD for static route. To remove the BFD for static route, use no form of this
command.
QNOS BFD supports single-hop mode and multiple-hop mode.
Depending on status of the BFD session, static routes are added to or removed from the IP routing table. When
a BFD session with a specific next hop goes down, all the static routes with the same next hop will be removed
from the IP routing table. Once the BFD session comes up, all the static routes with the same next hop will be
added into the IP routing table.
Format ip route static bfd <next-hop-ip-addr> <src-ip-addr>
no ip route static bfd <nexthopip> <srcip>
Default None
Mode Global Config
Fields
Definition
vrf-name
Specify the name of the VRF in which this static route is installed.
<1-255>
Default the Distance value of static routes. The range is 1 to 255.
Fields
Definition
<nexthopip>
IP address of the next hop router.
<srcip>
Local IP address of static route for BFD. This IP address must be one of the
interface IP address.