The ip route-static frr vpn-instance command enables fast reroute (FRR) for IPv4 static routes in a VPN instance.
The undo ip route-static frr vpn-instance command disables FRR for IPv4 static routes in a VPN instance.
The ip rpf-route-static command configures a multicast static route.
The undo ip rpf-route-static command deletes a multicast static route.
By default, FRR is disabled for an IPv4 static route.
Parameter | Description | Value |
---|---|---|
vpn-instance-name |
Specifies the name of a VPN instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
Usage Scenario
Multicast static routes are an important basis of the RPF check. By configuring multicast static routes, you can specify an RPF interface and an RPF neighbor for the specific source of packets on the current Router.
Multicast static routes provide the following functions, depending on specific applicable environments:Prerequisites
The multicast routing-enable command is run in the public network instance view or VPN instance view.
A VPN instance has been configured if you want to configure FRR for the VPN.Configuration Impact
Enabling or disabling FRR takes effect on all the static routes in the VPN instance.
Precautions
When configuring a multicast static route, configure the next hop interface in the command if the type of the next hop interface is P2P. If the next hop interface is not P2P, configure it in the next hop address form.
A multicast static route configured using the ip rpf-route-static command may not take effect if the outbound interface recursion fails or the specified interface is Down. Therefore, after running this command, you are advised to run the display ip routing-table protocol static command to check whether the configuration is successful or the configured multicast static route is effective.