Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show mpls tunnel manager statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show mpls tunnel-manager-statistics
<instance instance-name>
<logical-system (all | logical-system-name)>

Description

Display a running counter of the number of Multiprotocol Label Switching (MPLS) label-switched paths (LSPs) that have been updated in-place without any change to LSP identifier (ID) through in-place LSP update and without any change to RSVP installed in the inet.3 routing table.

Options

none

Display the number of LSPs that have been updated in-place without any change to LSP-ID.

instance instance-name

(Optional) Display the count of the LSPs that have been updated in-place LSPs for the specified instance. If instance-name is omitted, LSP statistics for the primary instance are displayed.

logical-system (all |logical-system-name)

(Optional) Perform this operation on all logical systems or on a particular logical system.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show mpls mpls tunnel manager statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show mpls tunnel manager statistics Output Fields

Field Name

Field Description

Level of Output

LSP make-before-break

Indicates signalling a new LSP path before tearing down the old LSP path. Note that the old and the new LSP instances might traverse the same path.

All levels

In-place LSP BW increase

Indicates LSP bandwidth increase through in-place update of RSVP signaling states corresponding to the LSP.

All levels

In-place LSP BW decrease

Indicates LSP bandwidth decrease through in-place update of RSVP signaling states corresponding to the LSP.

All levels

In-place LSP update CSPF failure

Indicates the in-place LSP auto-bandwidth resizing failure at the CSPF path computation stage.

All levels

In-place LSP update signaling error

Indicates the in-place LSP auto-bandwidth resizing failure when RSVP signaling error is received.

All levels

In-place LSP update signaling timeout

Indicates the in-place LSP auto-bandwidth resizing failure when RSVP signaling takes too long to complete.

All levels

Sample Output

show mpls tunnel-manager-statistics

content_copy zoom_out_map
user@host> show tunnel manager statistics
MPLS Tunnel Manager Statistics
  LSP make-before-break                    1
  In-place LSP BW increase                 1
  In-place LSP BW decrease                 1
  In-place LSP update CSPF failure         0
  In-place LSP update signaling error      0
  In-place LSP update signaling timeout    0

Release Information

Command introduced before Junos OS Release 20.4R1.

footer-navigation