- Introduction
- Key Features in Junos OS Release 22.1
- play_arrow Junos OS Release Notes for ACX Series
- play_arrow Junos OS Release Notes for cPCE
- play_arrow What's New
- play_arrow What's New in 22.1R1
- play_arrow What's Changed
- Known Limitations
- Open Issues
- play_arrow Resolved Issues
- play_arrow Junos OS Release Notes for cRPD
- play_arrow What's New
- play_arrow What's New in 22.1R1
- play_arrow What's Changed
- Known Limitations
- Open Issues
- play_arrow Resolved Issues
- play_arrow Junos OS Release Notes for cSRX
- play_arrow What's New
- play_arrow What's Changed
- Known Limitations
- Open Issues
- play_arrow Resolved Issues
- play_arrow Junos OS Release Notes for EX Series
- play_arrow What's New
- play_arrow What's Changed
- Known Limitations
- Open Issues
- play_arrow Resolved Issues
- Documentation Updates
- Migration, Upgrade, and Downgrade Instructions
- play_arrow Junos OS Release Notes for JRR Series
-
- play_arrow What's New
- play_arrow What's New in 22.1R1
- play_arrow What's Changed
- Known Limitations
- Open Issues
- play_arrow Resolved Issues
- play_arrow Junos OS Release Notes for MX Series
- play_arrow What's New
- play_arrow What's New in 22.1R1
- EVPN
- High Availability
- Interfaces
- Juniper Extension Toolkit (JET)
- Network Address Translation (NAT)
- Network Management and Monitoring
- Platform and Infrastructure
- Routing Policy and Firewall Filters
- Routing Protocols
- Source Packet Routing in Networking (SPRING) or Segment Routing
- Services Applications
- Subscriber Management and Services
- System Management
- Additional Features
- play_arrow What's Changed
- Known Limitations
- Open Issues
- play_arrow Resolved Issues
- Migration, Upgrade, and Downgrade Instructions
- play_arrow Junos OS Release Notes for NFX Series
- play_arrow What's New
- play_arrow What's Changed
- Known Limitations
- Open Issues
- play_arrow Resolved Issues
- Migration, Upgrade, and Downgrade Instructions
- play_arrow Junos OS Release Notes for PTX Series
- play_arrow What's New
- play_arrow What's Changed
- Known Limitations
- Open Issues
- play_arrow Resolved Issues
- Migration, Upgrade, and Downgrade Instructions
- play_arrow Junos OS Release Notes for SRX Series
- play_arrow What's New
- play_arrow What's Changed
- Known Limitations
- Open Issues
- play_arrow Resolved Issues
- Migration, Upgrade, and Downgrade Instructions
- play_arrow Junos OS Release Notes for vMX
- play_arrow Junos OS Release Notes for vRR
- play_arrow Junos OS Release Notes for vSRX
- play_arrow What's New
- play_arrow What's Changed
- Known Limitations
- Open Issues
- play_arrow Resolved Issues
- Migration, Upgrade, and Downgrade Instructions
- Licensing
- Finding More Information
- Documentation Feedback
- Requesting Technical Support
- Revision History
MPLS
Conditional RSVP LSP metrics (cRPD, MX960, PTX1000, and QFX10002)—Starting in Junos OS Release 22.1R1, you can configure conditional metrics for local statically configured label-switched paths (LSPs). The conditional metrics are based on the dynamically changing IGP metric. Junos OS changes the LSP metric to the configured conditional metric that corresponds to the highest threshold reached by the IGP metric. You can configure up to four conditional metrics for an LSP.
By default, the IGP metric of routes configured with the
install
statement is the IGP metric value of the LSP destination route. If you configure thetrack-igp-metric <install-v4-prefixes> <install-v6-prefixes>
statement at the[edit protocols mpls]
or[edit protocols mpls label-switched-path lsp-name]
hierarchy level, routes installed by IGP use the IGP metric of the prefix instead.Use the
conditional igp-metric-threshold threshold-metric-value static-metric-condition-value
statement at the[edit protocols mpls label-switched-path lsp-name metric]
hierarchy level to configure this feature. To check whether the conditional metric is configured, use theshow mpls lsp extensive
command.[See Configuring LSP Metrics, metric (Protocols MPLS), track-igp-metric (LSP), conditional-metric, and show mpls lsp extensive.]
MPLS TTL propagation flexibility for LDP-signaled LSPs (MX80, MX104, MX150, MX204, MX240, MX480, MX960, MX2008, MX2010, MX2020, MX10003, MX10008, MX10016, PTX1000, PTX5000, PTX10001, PTX10008, PTX10016, and QFX10002)—Starting in Junos OS Release 22.1R1, we support disabling time-to-live (TTL) propagation at a more granular level. You can disable TTL propagation specifically for LDP-signaled label-switched paths (LSPs). When a route is very long, disable TTL propagation to ensure that the TTL doesn't expire while the packet is traversing the path. This feature also gives you more flexibility in hiding your network topology.
To disable TTL propagation for LDP-signaled LSPs, use the
no-propagate-ttl
statement at the[edit protocol ldp]
hierarchy level.Note:If the TTL value of the top label is less than the TTL value of the bottom label at an egress node, Junos OS copies the TTL value from the top label to the bottom label. In this case, the TTL value can still propagate down even when
no-propagate-ttl
is configured.[See no-propagate-ttl.]