The ip frr command enables IP Fast Reroute (FRR) of a private network in the VPN instance view.
The undo ip frr command disables IP FRR of a private network in the VPN instance view.
By default, IP FRR of a private network in the VPN instance view is disabled.
Usage Scenario
For example, there are two routes to 1.1.1.1. One is a BGP route with priority 150, and the other one is a static route with priority 60. When IP FRR is not enabled, the static route is preferred. After IP FRR is enabled, the static route functions as the primary route, and the BGP route functions as the backup route. If the static route fails, the system immediately switches traffic to the BGP route to ensure uninterrupted traffic forwarding.
Prerequisites
The VPN instance has been created.
Configuration Impact
After the ip frr command is run, the system automatically selects an inactive route as the backup of an active route.
Precautions
A routing loop may occur after the ip frr command is run because the command is used to enable routes generated by different routing protocols to back up each other. Therefore, exercise caution when running the command.