
* Question
What are the recommended LSP APS protection group protection types?
* Answer
In MPLS (Multiprotocol Label Switching) networks, LSP APS (Label Switched Path – Automatic Protection Switching) is a protection mechanism that ensures service continuity in case of a link or node failure.
The protection group defines the relationship between the working path and the protection path, allowing traffic to be switched automatically when a fault is detected.
Several protection types are recommended depending on network scale, reliability requirements, and restoration speed.
1. 1+1 Protection
This is the most reliable and fastest protection type.
Working principle:
The same traffic is transmitted simultaneously over both the working LSP and the protection LSP. The receiving node continuously monitors both paths and selects the signal with higher quality.
Advantages:
Instant (hitless) protection switching
No signaling delay during switchover
Suitable for mission-critical applications such as real-time voice, industrial control, or financial networks
Disadvantages:
Doubles bandwidth usage since both paths carry traffic all the time
Use case:
Recommended for core backbone links and high-priority LSPs where availability is more critical than bandwidth efficiency.
2. 1:1 Protection
This is a balanced approach between efficiency and reliability.
Working principle:
Both a working and a protection LSP are configured, but the protection path is normally idle. Upon detecting a fault on the working path, traffic is switched to the protection LSP using APS signaling.
Advantages:
Conserves bandwidth under normal operation
Fast recovery (typically <50 ms) when failure occurs
Disadvantages:
Slight switchover delay compared to 1+1 due to signaling exchange
Use case:
Recommended for aggregation networks or metro transport layers where both protection and efficiency are desired.
3. 1:N Protection
This configuration allows one protection LSP to back up multiple working LSPs.
Working principle:
The protection LSP remains idle until one of the working LSPs in the group fails. The failed LSP’s traffic is then switched to the shared protection path.
Advantages:
Optimizes bandwidth utilization
Suitable for medium-importance traffic where short interruptions are acceptable
Disadvantages:
Only one working LSP can be protected at a time
Switching delay increases as N grows
Use case:
Commonly used in access or distribution layers, where cost and bandwidth efficiency take precedence over instantaneous recovery.
4. Extra Traffic Mode
This mode is used in 1:1 or 1:N groups where the protection path can carry non-critical (extra) traffic during normal operation.
Working principle:
The protection LSP carries lower-priority or best-effort data when all working paths are active. When a failure occurs, extra traffic is preempted to allow protected services to take over.
Advantages:
Maximizes bandwidth efficiency
Maintains service flexibility for mixed-priority traffic
Disadvantages:
Non-critical traffic will be dropped during failure recovery
Use case:
Recommended for multi-service networks that mix real-time and background traffic.
5. Unidirectional vs. Bidirectional Protection
Unidirectional: Each LSP independently manages its own protection switching.
Useful for asymmetric routing scenarios.
Bidirectional: Both ends coordinate switchover simultaneously using APS messages.
Ensures path consistency and is the preferred mode for carrier-grade reliability.
Summary Table
Protection Type | Working Principle | Recovery Speed | Bandwidth Efficiency | Typical Application |
1+1 | Simultaneous dual transmission | Instant (0 ms) | Low | Core backbone, high-priority LSPs |
1:1 | Dedicated backup, idle normally | <50 ms | Medium | Metro, aggregation networks |
1:N | Shared protection LSP | <200 ms | High | Access/distribution networks |
Extra Traffic Mode | Carry extra load on protection path | <50–200 ms | Very High | Multi-service transport |
Bidirectional APS | Coordinated switching both ways | <50 ms | Medium | Carrier-grade MPLS core |
Conclusion
The recommended protection types for LSP APS groups depend on the required balance between reliability, recovery time, and bandwidth usage.
For carrier-class MPLS networks, 1+1 or 1:1 bidirectional APS is preferred to ensure sub-50 ms restoration.
For cost-optimized deployments, 1:N with extra traffic offers good protection with improved bandwidth utilization.
COMMENTS