Fast Reroute Configuration (One-to-one Method)

The Fast Reroute (FRR) configuration is a MPLS resiliency technology that provides fast traffic recovery when there is a link or router failure on mission critical services. These mechanisms enable the re-direction of traffic onto backup LSP tunnels in tens of milliseconds, in the event of a failure. The one-to-one backup method creates detour LSPs for each protected LSP at each potential point of local repair. This method is used to protect links and nodes during network failure.

In the below configurations each FRR trunk is mapped to VPWS,VPLS, and L3 VPN services.So it includes configurations of VPWS,VPLS and L3 VPN also.

IP BFD must be configured at 3.3ms to achieve 50ms switchover for RSVP FRR.

Starting with OcNOS version 7.0.0, sub-interfaces replace Service Templates as the preferred configuration method. While legacy Service Template configurations remain functional, the associated commands are now hidden and will be completely removed in a future release. To ensure future-proofing and continued manageability, please migrate all existing Service Templates to sub-interfaces.
For more details, see Appendix A: Service Template Configuration.

Figure 32. Topology Example for Fast Reroute

RTR-29 Configuration

RTR-43 Configuration

RTR-42 Configuration

RTR-41 Configuration

RTR-31 Configuration

RTR-30 Configuration

Validation

Copy
RTR-30#show rsvp session
Ingress RSVP:
To              From            State                Pri Rt  Style Labelin Labelout LSPName                          Uptime  Est.time   D
SType
29.29.29.29     30.30.30.30     Up                   Yes 1 1 SE    -       24322    to_29-Primary                    00:07:53 0s 118ms  D
EFAULT
29.29.29.29     69.69.69.30     Up                   No  1 1 SE    -       24322    to_29-Detour                     00:07:53 0s 4ms  DEF
AULT
Total 2 displayed, Up 2, Down 0.
 
Egress RSVP:
To              From            State                Pri Rt  Style Labelin Labelout LSPName                          Uptime  Est.time   D
SType
30.30.30.30     29.29.29.29     Up                   Yes 1 1 SE    24960   -        to_30-Primary                    00:07:57 N/A    ELSP
_CON
30.30.30.30     25.25.25.42     Up                   Yes 1 1 SE    24961   -        to_30-Detour                     00:07:57 N/A    ELSP
_CON
Total 2 displayed, Up 2, Down 0.
 
 
RTR-30#show mpls forwarding-table
Codes: > - installed FTN, * - selected FTN, p - stale FTN,
       B - BGP FTN, K - CLI FTN, t - tunnel
       L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut,
       U - unknown FTN, O - SR-OSPF FTN, i - SR-ISIS FTN, k - SR-CLI FTN
 
Code    FEC                 FTN-ID    Tunnel-id   Pri   LSP-Type        Out-Label    Out-Intf       Nexthop
R(t)>    29.29.29.29/32      1        5001        Yes   LSP_DEFAULT     24322        xe2          41.41.41.31
R(t)>    29.29.29.29/32      2        5001        No    LSP_DEFAULT     24322        xe1          69.69.69.42
RTR-30#
 
RTR-30#show mpls vrf-table
Output for IPv4 VRF table with id: 2
 Primary FTN entry with FEC: 43.43.43.0/24, id: 1, row status: Active
  Owner: BGP, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 5001,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
    Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
     Cross connect ix: 7, in intf: - in label: 0 out-segment ix: 6
      Owner: BGP, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 6, owner: BGP, out intf: xe1, out label: 25602
    Nexthop addr: 29.29.29.29        cross connect ix: 7, op code: Push and Lookup
 
 
Link 41.41.41.0/24 Goes down. Interface xe41 on router 30 is admistratively disabled with the "shutdown command".
 
RTR-30#
 
RTR-30#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
RTR-30(config)#int xe41
RTR-30(config-if)#shutdown
RTR-30(config-if)#
 
 
RTR-30#show rsvp session
Ingress RSVP:
To              From            State                Pri Rt  Style Labelin Labelout LSPName                          Uptime  Est.time   D
SType
29.29.29.29     30.30.30.30     Using Backup         Yes 0 0 SE    -       -        to_29-Primary                 N/A    DEFAULT
29.29.29.29     30.30.30.30     Dn                   Yes 0 0 SE    -       -        to_29-Primary                 N/A    DEFAULT
29.29.29.29     69.69.69.30     Up                   No  1 1 SE    -       24322    to_29-Detour                     00:10:53 0s 4ms  DEF
AULT
Total 3 displayed, Up 1, Down 2.
 
Egress RSVP:
To              From            State                Pri Rt  Style Labelin Labelout LSPName                          Uptime  Est.time   D
SType
30.30.30.30     29.29.29.29     Up                   Yes 1 1 SE    24960   -        to_30-Primary                    00:10:57 N/A    ELSP
_CON
Total 1 displayed, Up 1, Down 0.
 
 
RTR-30#show mpls vc-table
VC-ID       Vlan-ID  Inner-Vlan-ID  Access-Intf   Network-Intf  Out Label  Tunnel-Label  Nexthop         Status
10          N/A      N/A            xe4          xe1          24321      24322         29.29.29.29     Active
RTR-30#
 
 
RTR-30#show mpls vpls mesh
VPLS-ID    Peer Addr         Tunnel-Label  In-Label   Network-Intf   Out-Label  Lkps/St   PW-INDEX  SIG-Protocol  Status
30         29.29.29.29       24322         24320      xe41           24320      2/Up      2         LDP           Active
 
 
 
Link 41.41.41.0/24 is reestablished. Interfce xe41 is administrativly re-enabled.
 
 
RTR-30#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
RTR-30(config)#int xe41
RTR-30(config-if)#no shutdown
RTR-30(config-if)#
RTR-30#
 
 
RTR-30#show rsvp session
Ingress RSVP:
To              From            State                Pri Rt  Style Labelin Labelout LSPName                          Uptime  Est.time   D
SType
29.29.29.29     30.30.30.30     Up                   Yes 1 1 SE    -       24322    to_29-Primary                    00:00:01 0s 8ms  DEF
AULT
29.29.29.29     69.69.69.30     Up                   No  1 1 SE    -       24322    to_29-Detour                     00:00:01 0s 8ms  DEF
AULT
Total 2 displayed, Up 2, Down 0.
 
Egress RSVP:
To              From            State                Pri Rt  Style Labelin Labelout LSPName                          Uptime  Est.time   D
SType
30.30.30.30     29.29.29.29     Up                   Yes 1 1 SE    24960   -        to_30-Primary                    00:13:22 N/A    ELSP
_CON
30.30.30.30     25.25.25.42     Up                   Yes 1 1 SE    24961   -        to_30-Detour                     00:00:08 N/A    ELSP
_CON
Total 2 displayed, Up 2, Down 0.
 
 
RTR-30#show mpls forwarding-table
Codes: > - installed FTN, * - selected FTN, p - stale FTN,
       B - BGP FTN, K - CLI FTN, t - tunnel
       L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut,
       U - unknown FTN, O - SR-OSPF FTN, i - SR-ISIS FTN, k - SR-CLI FTN
 
Code    FEC                 FTN-ID    Tunnel-id   Pri   LSP-Type        Out-Label    Out-Intf       Nexthop
R(t)>    29.29.29.29/32      1        5001        Yes   LSP_DEFAULT     24322        xe41          41.41.41.31
R(t)>    29.29.29.29/32      2        5001        No    LSP_DEFAULT     24322        xe54/1          69.69.69.42
 

The primary LSP, which is in using backup state shall continue to use backup path in case where secondary is provisioned after the LSP state is changed to switch to backup.