The ipv6 route-static frr command enables FRR for IPv6 static routes.
The undo ipv6 route-static frr command disables FRR for IPv6 static routes.
By default, FRR is disabled for IPv6 static routes.
Parameter | Description | Value |
---|---|---|
vpn-instance vpn-instance-name |
Specifies the name of the 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
To protect IPv6 static routes, run the ipv6 route-static frr command to configure FRR for IPv6 static routes.
If the name of a VPN instance is specified, FRR is enabled for the static routes of the VPN instance.Prerequisites
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.