Configuring FRR for IPv6 Static Routes

Fast ReRoute (FRR) is applicable to services that are sensitive to packet delay and packet loss. FRR can be configured for IPv6 static routes to protect traffic using backup links.

Usage Scenario

FRR is applicable to IP services that are sensitive to delay and packet loss. FRR minimizes the impact of link faults on services.

If two static routes with the same prefix but different priorities are configured, they can implement FRR. The route with the higher priority is the primary route, and the route with the lower priority is the backup route. If the link that the primary route passes fails, traffic is rapidly switched to the backup route, thereby reducing the number of lost packets. On the network shown in Figure 1, two static routes with different priorities from DeviceA to DeviceC work in primary/backup mode. The two routes are both delivered to the forwarding table. When the primary link A is normal, traffic is transmitted through link A. If link A fails, FRR allows traffic to be quickly switched to link B.

Figure 1 FRR for IPv6 static routes

Pre-configuration Tasks

Before configuring FRR for IPv6 static routes, complete the following tasks:

Procedure

  1. Run system-view

    The system view is displayed.

  2. Run ipv6 route-static frr [ vpn-instance vpn-instance-name ]

    FRR is enabled for public or VPN IPv6 static routes.

    To implement route backup by configuring FRR for static routes, you need to specify different priorities for these static routes.

  3. (Optional) Enable IP FRR poison reverse.
    1. Run interface interface-type interface-number

      The interface or sub-interface view is displayed.

    2. Run poison-reverse enable

      IP FRR poison reverse is enabled.

      On an IP ring network configured with IP FRR, the poison-reverse enable command is used to prevent instantaneous traffic storms caused by the route convergence.

      In the load balancing scenario, poison reverse does not take effect.

  4. Run commit

    The configuration is committed.

Verifying the Configuration

After configuring FRR for IPv6 static routes, verify the configuration.

  • Run the display ipv6 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 ipv6 routing-table ipv6-address [ prefix-length ] [ longer-match ] verbose command to check detailed information about the backup outbound interface and the backup next hop in the routing table.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >