R3303-HP HSR6800 Routers MPLS Configuration Guide

391
# On PE 1, enable FRR in VPN 1 and reference the routing policy vpnfrr.
[PE1] ip vpn-instance vpn1
[PE1-vpn-instance-vpn1] fast-reroute route-policy vpnfrr
[PE1-vpn-instance-vpn1] quit
# Apply routing policy backup to BGP routes learned from PE 3 to specify the BGP routes' cost as
10, so PE 1 will prefer the BGP routes learned from PE 2.
[PE1] bgp 100
[PE1-bgp] ipv4-family vpnv4
[PE1-bgp-vpn4] peer 3.3.3.3 route-policy backup import
[PE1-bgp-vpn4] quit
[PE1-bgp] quit
3. Verify the configuration:
Display routes destined for 4.4.4.4/32 on PE 1. You can see that the active route has a backup
next hop.
[PE1] display ip routing-table vpn-instance vpn1 4.4.4.4 verbose
Routing Table : vpn1
Summary Count : 2
Destination: 4.4.4.4/32
Protocol: BGP Process ID: 0
Preference: 255 Cost: 0
IpPrecedence: QosLcId:
NextHop: 2.2.2.2 Interface: NULL0
BkNextHop: 3.3.3.3 BkInterface: NULL0
RelyNextHop: 0.0.0.0 Neighbor : 2.2.2.2
Tunnel ID: 0x64000C Label: 65536
BKTunnel ID: 0x64000A BKLabel: 1026
State: Active Adv GotQ Age: 00h00m16s
Tag: 0
Destination: 4.4.4.4/32
Protocol: BGP Process ID: 0
Preference: 255 Cost: 10
IpPrecedence: QosLcId:
NextHop: 3.3.3.3 Interface: NULL0
BkNextHop: 3.3.3.3 BkInterface: NULL0
RelyNextHop: 0.0.0.0 Neighbor : 3.3.3.3
Tunnel ID: 0x64000A Label: 1026
BKTunnel ID: 0x64000A BKLabel: 1026
State: Inactive Adv GotQ Age: 00h00m16s
Tag: 0
Example 2 for configuring MPLS L3VPN FRR
Network requirements
CE 1 and CE 2 belong to VPN 1. The route target used by VPN 1 is 111:1.
Configure EBGP between the CEs and PEs to exchange VPN route information.