< Home

Example for Configuring an MPLS TE Tunnel Protection Group

Networking Requirements

As shown in Figure 1, two MPLS TE tunnels are set up between LSRA and LSRC. An MPLS TE tunnel protection group needs to be configured for the working tunnel. The MPLS TE mechanism is used to detect tunnel failures.

In this scenario, to avoid loops, ensure that all connected interfaces have STP disabled and connected interfaces are removed from VLAN 1. If STP is enabled and VLANIF interfaces of switches are used to construct a Layer 3 ring network, an interface on the network will be blocked. As a result, Layer 3 services on the network cannot run normally.

Figure 1 Networking of MPLS TE tunnel protection group

Configuration Roadmap

The configuration roadmap is as follows:
  1. Assign IP addresses to interfaces and configure OSPF to ensure that public network routes between the nodes are reachable.
  2. Configure two MPLS TE tunnels for tunnel protection.
  3. Configure an MPLS TE tunnel protection group. Specify the working tunnel and protection tunnel.

Procedure

  1. Assign IP addresses to interfaces and configure OSPF on the LSRs.

    # Configure LSRA. Assign IP addresses to interfaces of LSRB, LSRC, and LSRE according to Figure 1. The configurations on these LSRs are similar to the configuration on LSRA, and are not mentioned here.

    <HUAWEI> system-view
    [HUAWEI] sysname LSRA
    [LSRA] vlan batch 100 400
    [LSRA] interface vlanif 100
    [LSRA-Vlanif100] ip address 172.1.1.1 255.255.255.0
    [LSRA-Vlanif100] quit
    [LSRA] interface vlanif 400
    [LSRA-Vlanif400] ip address 172.4.1.1 255.255.255.0
    [LSRA-Vlanif400] quit
    [LSRA] interface gigabitethernet 0/0/1
    [LSRA-GigabitEthernet0/0/1] port link-type trunk
    [LSRA-GigabitEthernet0/0/1] port trunk allow-pass vlan 100
    [LSRA-GigabitEthernet0/0/1] quit
    [LSRA] interface gigabitethernet 0/0/3
    [LSRA-GigabitEthernet0/0/3] port link-type trunk
    [LSRA-GigabitEthernet0/0/3] port trunk allow-pass vlan 400
    [LSRA-GigabitEthernet0/0/3] quit
    [LSRA] interface loopback 1
    [LSRA-LoopBack1] ip address 1.1.1.9 255.255.255.255
    [LSRA-LoopBack1] quit
    [LSRA] ospf 1
    [LSRA-ospf-1] area 0
    [LSRA-ospf-1-area-0.0.0.0] network 1.1.1.9 0.0.0.0
    [LSRA-ospf-1-area-0.0.0.0] network 172.1.1.0 0.0.0.255
    [LSRA-ospf-1-area-0.0.0.0] network 172.4.1.0 0.0.0.255
    [LSRA-ospf-1-area-0.0.0.0] quit
    [LSRA-ospf-1] quit

    After the configurations are complete, run the display ip routing-table command on the LSRs. You can see that the LSRs learn the routes of Loopback1 from each other.

  2. Configure basic MPLS capabilities and enable MPLS TE, RSVP-TE, and CSPF.

    # Configure LSRA. The configurations on LSRB, LSRC, and LSRE are similar to the configuration on LSRA, and are not mentioned here. CSPF needs to be enabled only on the ingress of the working tunnel.

    [LSRA] mpls lsr-id 1.1.1.9
    [LSRA] mpls
    [LSRA-mpls] mpls te
    [LSRA-mpls] mpls rsvp-te
    [LSRA-mpls] mpls te cspf
    [LSRA-mpls] quit
    [LSRA] interface vlanif 100
    [LSRA-Vlanif100] mpls
    [LSRA-Vlanif100] mpls te
    [LSRA-Vlanif100] mpls rsvp-te
    [LSRA-Vlanif100] quit
    [LSRA] interface vlanif 400
    [LSRA-Vlanif400] mpls
    [LSRA-Vlanif400] mpls te
    [LSRA-Vlanif400] mpls rsvp-te
    [LSRA-Vlanif400] quit
    

  3. Configure OSPF TE.

    # Configure LSRA. The configurations on LSRB, LSRC, and LSRE are similar to the configuration on LSRA, and are not mentioned here.

    [LSRA] ospf
    [LSRA-ospf-1] opaque-capability enable
    [LSRA-ospf-1] area 0
    [LSRA-ospf-1-area-0.0.0.0] mpls-te enable
    [LSRA-ospf-1-area-0.0.0.0] quit
    [LSRA-ospf-1] quit

  4. Create two MPLS TE tunnels on the ingress node LSRA.

    # Specify explicit paths for the two tunnels.

    [LSRA] explicit-path pri-path
    [LSRA-explicit-path-pri-path] next hop 172.1.1.2
    [LSRA-explicit-path-pri-path] next hop 172.2.1.2
    [LSRA-explicit-path-pri-path] next hop 3.3.3.9
    [LSRA-explicit-path-pri-path] quit
    [LSRA] explicit-path backup-path
    [LSRA-explicit-path-backup-path] next hop 172.4.1.2
    [LSRA-explicit-path-backup-path] next hop 172.5.1.2
    [LSRA-explicit-path-backup-path] next hop 3.3.3.9
    [LSRA-explicit-path-backup-path] quit
    

    # Configure MPLS TE tunnel interfaces.

    [LSRA] interface tunnel 1
    [LSRA-Tunnel1] ip address unnumbered interface loopBack 1
    [LSRA-Tunnel1] tunnel-protocol mpls te
    [LSRA-Tunnel1] destination 3.3.3.9
    [LSRA-Tunnel1] mpls te tunnel-id 100
    [LSRA-Tunnel1] mpls te path explicit-path pri-path
    [LSRA-Tunnel1] mpls te commit
    [LSRA-Tunnel1] quit
    [LSRA] interface tunnel 2
    [LSRA-Tunnel2] ip address unnumbered interface loopBack 1
    [LSRA-Tunnel2] tunnel-protocol mpls te
    [LSRA-Tunnel2] destination 3.3.3.9
    [LSRA-Tunnel2] mpls te tunnel-id 101
    [LSRA-Tunnel2] mpls te path explicit-path backup-path
    [LSRA-Tunnel2] mpls te commit
    [LSRA-Tunnel2] quit

    Run the display interface tunnel command on LSRA to check the tunnel status. The tunnel is in Up state.

    [LSRA] display interface tunnel 1
    Tunnel1 current state : UP                                                  
    Line protocol current state : UP                                                
    Last line protocol up time : 2013-09-17 21:00:21                                
    Description:
    ...

  5. Configure an MPLS TE tunnel protection group.

    # On LSRA, configure Tunnel1 as a working tunnel and Tunnel2 as a protection tunnel. Configure the two tunnels to work in revertive mode and set the WTR time to 2 minutes.

    [LSRA] interface tunnel 1
    [LSRA-Tunnel1] mpls te protection tunnel 101 mode revertive wtr 4
    [LSRA-Tunnel1] mpls te commit
    [LSRA-Tunnel1] quit
    

  6. Verify the configuration.

    Run the display mpls te protection tunnel 100 verbose command on LSRA to check detailed information about the tunnel protection group.

    [LSRA] display mpls te protection tunnel 100 verbose
    ----------------------------------------------------------------                
    Verbose information about the No.1 protection-group                             
    ----------------------------------------------------------------                
    Work-tunnel id                           : 100                                  
    Protect-tunnel id                        : 101                                  
    Work-tunnel name                         : Tunnel1                              
    Protect-tunnel name                      : Tunnel2                              
    Work-tunnel reverse-lsp                  : -                                    
    Protect-tunnel reverse-lsp               : -                                    
    Bridge type                              : 1:1                                  
    Switch type                              : unidirectional                       
    Switch result                            : work-tunnel                          
    Tunnel using Best-Effort                 : none                                 
    Tunnel using Ordinary                    : none                                 
    Work-tunnel frr in use                   : none                                 
    Work-tunnel defect state                 : non-defect                           
    Protect-tunnel defect state              : non-defect                           
    Work-tunnel forward-lsp defect state     : non-defect                           
    Protect-tunnel forward-lsp defect state  : non-defect                           
    Work-tunnel reverse-lsp defect state     : non-defect                           
    Protect-tunnel reverse-lsp defect state  : non-defect                           
    HoldOff config time                      : 0ms                                  
    HoldOff remain time                      : -                                    
    WTR config time                          : 120s                                 
    WTR remain time                          : -                                    
    Mode                                     : revertive                            
    Using same path                          : -                                    
    Local state                              : no request                           
    Far end request                          : no request                           

    # Run the tracert lsp te tunnel 1 command on LSRA to check the path of the working tunnel.

    [LSRA] tracert lsp te tunnel 1
      LSP Trace Route FEC: TE TUNNEL IPV4 SESSION QUERY Tunnel1 , press CTRL_C to break.  
      TTL   Replier            Time    Type      Downstream                         
      0                                Ingress   172.1.1.2/[4101 ]                  
      1     172.1.1.2          7 ms    Transit   172.2.1.2/[3 ]                     
      2     3.3.3.9            3 ms    Egress                                       

    Run the display mpls te protection tunnel all command on LSRA to check information about the tunnel protection group.

    [LSRA] display mpls te protection tunnel all
    ------------------------------------------------------------------------        
    No. Work-tunnel status  /id  Protect-tunnel status /id    Switch-Result         
    ------------------------------------------------------------------------        
    1          non-defect   /100        non-defect     /101     work-tunnel         
    

    # Run the shutdown command on GE0/0/1 of LSRA to simulate a failure of the working tunnel.

    [LSRA] interface gigabitethernet 0/0/1
    [LSRA-GigabitEthernet0/0/1] shutdown
    [LSRA-GigabitEthernet0/0/1] quit
    

    After 5 seconds, run the tracert lsp te tunnel 1 command on LSRA again. You can see that traffic has been switched to the protection tunnel.

    [LSRA] tracert lsp te tunnel 1
      LSP Trace Route FEC: TE TUNNEL IPV4 SESSION QUERY Tunnel1 , press CTRL_C to break. 
      TTL   Replier            Time    Type      Downstream                         
      0                                Ingress   172.4.1.2/[1028 ]                  
      1     172.4.1.2          4 ms    Transit   172.5.1.2/[3 ]                     
      2     3.3.3.9            3 ms    Egress

    Run the display mpls te protection tunnel all command on LSRA to check information about the tunnel protection group.

    [LSRA] display mpls te protection tunnel all
    ------------------------------------------------------------------------        
    No. Work-tunnel status  /id  Protect-tunnel status /id    Switch-Result         
    ------------------------------------------------------------------------        
    1           in defect   /100        non-defect     /101  protect-tunnel         

Configuration File

  • LSRA configuration file

    #
    sysname LSRA
    #
    vlan batch 100 400
    #
    mpls lsr-id 1.1.1.9                                                             
    mpls                                                                            
     mpls te                                                                        
     mpls rsvp-te                                                                   
     mpls te cspf 
    #
    explicit-path backup-path                                                       
     next hop 172.4.1.2                                                             
     next hop 172.5.1.2                                                             
     next hop 3.3.3.9
    #
    explicit-path pri-path                                                          
     next hop 172.1.1.2                                                             
     next hop 172.2.1.2                                                             
     next hop 3.3.3.9 
    #    
    interface Vlanif100
     ip address 172.1.1.1 255.255.255.0
     mpls
     mpls te
     mpls rsvp-te
    #    
    interface Vlanif400
     ip address 172.4.1.1 255.255.255.0
     mpls
     mpls te
     mpls rsvp-te
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk allow-pass vlan 100
    #    
    interface GigabitEthernet0/0/3
     port link-type trunk
     port trunk allow-pass vlan 400
    #
    interface LoopBack1
     ip address 1.1.1.9 255.255.255.255
    #
    interface Tunnel1
     ip address unnumbered interface LoopBack1                                      
     tunnel-protocol mpls te                                                        
     destination 3.3.3.9                                                            
     mpls te tunnel-id 100                                                          
     mpls te protection tunnel 101 mode revertive wtr 4                             
     mpls te path explicit-path pri-path                                            
     mpls te commit
    #
    interface Tunnel2                                                               
     ip address unnumbered interface LoopBack1                                      
     tunnel-protocol mpls te                                                        
     destination 3.3.3.9                                                            
     mpls te tunnel-id 101                                                          
     mpls te path explicit-path backup-path                                         
     mpls te commit 
    #
    ospf 1
     opaque-capability enable
     area 0.0.0.0
      network 1.1.1.9 0.0.0.0                                                       
      network 172.1.1.0 0.0.0.255                                                   
      network 172.4.1.0 0.0.0.255
      mpls-te enable
    #
    return
  • LSRB configuration file

    #
    sysname LSRB
    #
    vlan batch 100 200
    # 
    mpls lsr-id 2.2.2.9
    mpls
     mpls te
     mpls rsvp-te
    #
    interface Vlanif100
     ip address 172.1.1.2 255.255.255.0
     mpls
     mpls te
     mpls rsvp-te
    # 
    interface Vlanif200
     ip address 172.2.1.1 255.255.255.0
     mpls
     mpls te
     mpls rsvp-te
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk allow-pass vlan 100
    # 
    interface GigabitEthernet0/0/2
     port link-type trunk
     port trunk allow-pass vlan 200
    #
    interface LoopBack1
     ip address 2.2.2.9 255.255.255.255
    # 
    ospf 1
     opaque-capability enable
     area 0.0.0.0
      network 2.2.2.9 0.0.0.0                                                       
      network 172.1.1.0 0.0.0.255                                                   
      network 172.2.1.0 0.0.0.255                                                   
      mpls-te enable
    #
    return
  • LSRC configuration file

    #
    sysname LSRC
    #
    vlan batch 200 500
    #
    mpls lsr-id 3.3.3.9
    mpls
     mpls te
     mpls rsvp-te
    #
    interface Vlanif200
     ip address 172.2.1.2 255.255.255.0
     mpls
     mpls te
     mpls rsvp-te
    #
    interface Vlanif500
     ip address 172.5.1.2 255.255.255.0
     mpls
     mpls te
     mpls rsvp-te
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk allow-pass vlan 200
    #
    interface GigabitEthernet0/0/2
     port link-type trunk
     port trunk allow-pass vlan 500
    #
    interface LoopBack1
     ip address 3.3.3.9 255.255.255.255
    #
    ospf 1
     opaque-capability enable
     area 0.0.0.0
      network 3.3.3.9 0.0.0.0                                                       
      network 172.2.1.0 0.0.0.255                                                   
      network 172.5.1.0 0.0.0.255                                                   
      mpls-te enable
    #
    return
  • LSRE configuration file

    #
    sysname LSRE
    #
    vlan batch 400 500
    #
    mpls lsr-id 5.5.5.9
    mpls
     mpls te
     mpls rsvp-te
    #
    interface Vlanif400
     ip address 172.4.1.2 255.255.255.0
     mpls
     mpls te
     mpls rsvp-te
    #
    interface Vlanif500
     ip address 172.5.1.1 255.255.255.0
     mpls
     mpls te
     mpls rsvp-te
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk allow-pass vlan 400
    #
    interface GigabitEthernet0/0/2
     port link-type trunk
     port trunk allow-pass vlan 500
    #
    interface LoopBack1
     ip address 5.5.5.9 255.255.255.255
    #
    ospf 1
     opaque-capability enable
     area 0.0.0.0
      network 5.5.5.9 0.0.0.0                                                       
      network 172.4.1.0 0.0.0.255                                                   
      network 172.5.1.0 0.0.0.255
      mpls-te enable
    #
    return
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >