MPLS_LSPM/4/BBSWITCH: Main LSP of Tunnel switches to backup LSP in Best-effort Backup.(TunnelId=[TunnelId], LocalLspId=[LocalLspId], IngressLsrId=[IngressLsrId], EgressLsrId=[EgressLsrId],ulTunnelAdminStatus=[ulTunnelAdminStatus],ulTunnelOperStatus=[ulTunnelOperStatus])
Parameter Name | Parameter Meaning |
---|---|
TunnelId |
Primary tunnel ID |
LocalLspId |
LSP ID of the primary tunnel |
IngressLsrId |
Ingress LSR ID of the primary tunnel |
EgressLsrId |
Egress LSR ID of the primary tunnel |
ulTunnelAdminStatus |
Administrative status of the primary tunnel |
ulTunnelOperStatus |
Operational status of the primary tunnel |
The primary LSP was Down and the backup LSP was in Up state. The backup mode was best-effort backup.Traffic switched from the primary CR-LSP to the best-effort path.
1. Run the display mpls te tunnel-interface tunnel-name command on the ingress (that is, the node that generates the trap) to check the configurations of the tunnel. View the Tunnel State Desc field to check whether the tunnel is in the Down state. Then, run the display mpls te tunnel-interface last-error command to view the prompt.
2. Run the ping command on the ingress to check whether the destination IP address of the tunnel can be pinged.
3. Run the display this command in the MPLS view of the ingress to check whether the mpls te cspf command is configured, that is, to check whether the CSPF is enabled.
4. Run the display mpls te cspf destination command on the ingress to check whether a path that meets the constraints is available. If so, the path of the TE tunnel is displayed, indicating that CSPF calculation is successful. If not, null is displayed, indicating that CSPF calculation fails.
1. If the explicit path fails to be calculated, check whether the interfaces along the explicit path are in the Up state and are enabled with MPLS and MPLS TE. If the explicit path is successfully calculated, check whether path calculation according to the affinity property and bandwidth is consistent with the explicit path by running the display mpls te cspf destination ip-address bandwidth ct0 ct0-bandwidth explicit-path path-name command.
2. If CSPF path calculation fails after affinity property is configured, run the mpls te affinity property command in the tunnel view to modify the affinity property of the tunnel, or run the mpls te link administrative group on the interfaces along the tunnel to modify the administrative group property of the link.
3. If CSPF path calculation fails after bandwidth is configured, run the display mpls te link-administration bandwidth-allocation interface interface-type interface-number command to check whether the bandwidth of each outbound interface along the tunnel is enough. If the bandwidth is enough, it is possible that the tunnel with a higher priority preempts the bandwidth of the current tunnel. Then run the mpls te bandwidth max-reservable-bandwidth and mpls te bandwidth commands in the interface view to increase the bandwidth.
4. If CSPF path calculation fails because of other constraints, go to Step 6.
5. Run the display explicit-path command to check the interfaces along the tunnel. Then, run the display this command in the interface view of each interface of the tunnel to check whether the interface is enabled with MPLS, MPLS TE, and RSVP-TE.
6. Collect the trap information, log information, and configuration of the router, and then contact technical support personnel.
7. End.