Fast reroute (FRR) is applicable to services that are sensitive to packet delay and packet loss. FRR can be configured for IPv4 static routes to protect traffic using backup links.
FRR is applicable to IP services that are sensitive to delay and packet loss. FRR minimizes the impact of link faults on services.
You can specify different priorities for different static routes to implement FRR for static routes. Routes with the same destination IP address but different priorities can back up each other.
Before configuring FRR for IPv4 static routes, complete the following tasks:
Configure dynamic BFD for IPv4 static routes or configure static BFD for IPv4 static routes to speed up fault detection.
The system view is displayed.
FRR is enabled for public or VPN IPv4 static routes.
To implement route backup by configuring FRR for static routes, specify different priorities for these static routes.
If FRR for static routes and BFD are both configured and a static route has an Ethernet interface as its outbound interface but has no next hop address, FRR cannot be implemented between this static route and those with next hop addresses. To implement FRR between them, specify a next hop address for this route.
The configuration is committed.
Run the following commands to check the previous configuration.
Run the display ip routing-table verbose command to check detailed information about the backup outbound interface and the backup next hop in the routing table.
Run the display ip routing-table ip-address [ mask | mask-length ] [ longer-match ] verbose command to check detailed information about the backup outbound interface and the backup next hop in the routing table.
Run the display ip routing-table ip-address1 { mask1 | mask-length1 } ip-address2 { mask2 | mask-length2 } verbose command to check detailed information about the backup outbound interface and the backup next hop in the routing table.