56 
[RouterS-route-policy-frr-10] if-match ip address prefix-list abc 
[RouterS-route-policy-frr-10] apply fast-reroute backup-interface ethernet 1/1 
backup-nexthop 12.12.12.2 
[RouterS-route-policy-frr-10] quit 
[RouterS] rip 1 
[RouterS-rip-1] fast-reroute route-policy frr 
[RouterS-rip-1] quit 
# Configure Router D.  
<RouterD> system-view 
[RouterD] bfd echo-source-ip 4.4.4.4 
[RouterD] ip prefix-list abc index 10 permit 1.1.1.1 32 
[RouterD] route-policy frr permit node 10 
[RouterD-route-policy-frr-10] if-match ip address prefix-list abc 
[RouterD-route-policy-frr-10] apply fast-reroute backup-interface ethernet 1/1 
backup-nexthop 24.24.24.2 
[RouterD-route-policy-frr-10] quit 
[RouterD] rip 1 
[RouterD-rip-1] fast-reroute route-policy frr 
[RouterD-rip-1] quit 
Verifying the configuration 
# Display route 4.4.4.4/32 on Router S to view the backup next hop information. 
[RouterS] display ip routing-table 4.4.4.4 verbose 
 
Destination: 4.4.4.4/32 
   Protocol: RIP             Process ID: 1 
  SubProtID: 0x1                    Age: 04h20m37s 
       Cost: 1               Preference: 100 
        Tag: 0                    State: Active Adv 
  OrigTblID: 0x0                OrigVrf: default-vrf 
    TableID: 0x2                 OrigAs: 0 
      NBRID: 0x26000002          LastAs: 0 
     AttrID: 0xffffffff        Neighbor: 13.13.13.2 
      Flags: 0x1008c        OrigNextHop: 13.13.13.2 
      Label: NULL           RealNextHop: 13.13.13.2 
    BkLabel: NULL             BkNextHop: 12.12.12.2 
  Tunnel ID: Invalid          Interface: Ethernet1/2 
BkTunnel ID: Invalid        BkInterface: Ethernet1/1 
# Display route 1.1.1.1/32 on Router D to view the backup next hop information.  
[RouterS] display ip routing-table 1.1.1.1 verbose 
 
Summary Count : 1 
 
Destination: 1.1.1.1/32 
   Protocol: RIP             Process ID: 1 
  SubProtID: 0x1                    Age: 04h20m37s 
       Cost: 1               Preference: 100 
        Tag: 0                    State: Active Adv