The ipv6 frr command enables IPv6 FRR of the private network in the VPN instance IPv6 address family view.
The undo ipv6 frr command disables IPv6 FRR of the private network.
By default, IPv6 FRR of the private network is disabled.
Only the S5720-EI, S5720-HI, S5720I-SI, S5720S-SI, S5720-SI, S5735-S, S5735S-S, S5735-S-I, S5730-HI, S5730S-EI, S5730-SI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6720S-SI, S6720-SI, S6730-H, S6730S-H, S6730-S, and S6730S-S support this function.
Parameter | Description | Value |
---|---|---|
route-policyroute-policy-name |
Specifies the name of the Route-Policy used by IPv6 FRR. |
The name must be unique. The value is a string of 1 to 40 case-sensitive characters. |
Usage Scenario
With the development of the network, services such as audio, online video, and finance have more requirements for real time. Generally, active/standby links are deployed on the network to ensure service stability.
However, under traditional forwarding modes, when multiple routes to the same destination exist, the system selects the optimal route, which is delivered to FIB table to direct data forwarding. When the optimal link is faulty, the system waits for the completion of route convergence, then selects another optimal route, and then deliver the route to the FIB table. Then the service is recovered. This process leads to a long-time service interruption and cannot meet service requirements.
Using the ipv6 frr command enables IPv6 FRR of the private network. IPv6 FRR can specify a backup next hop and a backup interface and set backup forwarding information for IPv6 routes. When the active link is faulty, the system can switch the traffic immediately to the backup link. This process is irrelevant to route convergence and therefore services are interrupted for short time.
Pre-configuration Tasks
The ipv6 frr command should be used with the apply ipv6 backup-interface command and the apply ipv6 backup-nexthop command. You are advised to use the route-policy command to create Route-Policy at first, in which the apply ipv6 backup-interface command and the apply ipv6 backup-nexthop command are used to set a backup outbound interface and a backup next hop for IPv6 route of the private network.
Precautions
Only one policy can be used at one time. New configuration will replace the previous one if another policy is configured. Configuration in the system view and that in the VPN instance IPv6 address family view will not interfere each other.
# Specify a backup next hop in the Route-Policy named ipv6_frr_rp. Enable IPv6 FRR of the private network in the VPN instance IPv6 address family view.
<HUAWEI> system-view [HUAWEI] route-policy ipv6_frr_rp permit node 10 [HUAWEI-route-policy] apply ipv6 backup-interface GigabitEthernet1/0/0 [HUAWEI-route-policy] apply ipv6 backup-nexthop 2000::1 [HUAWEI-route-policy] quit [HUAWEI] ip vpn-instance vpn1 [HUAWEI-vpn-instance-vpn1] ipv6-family [HUAWEI-vpn-instance-vpn1-af-ipv6] route-distinguisher 100:100 [HUAWEI-vpn-instance-vpn1-af-ipv6] ipv6 frr route-policy ip_frr_rp