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 association

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show mpls association (iif incoming-interface | oif outgoing-interface)
<logical-system (all | logical-system-name)>

Description

Display the Multiprotocol Label Switching (MPLS) label-switched paths (LSPs) based on the association with an incoming or outgoing LSP interface. The command output displays the list of RSVP-TE LSPs carrying traffic in and out of the same interface.

Options

iif incoming-interface-name

Display list of RSVP-TE LSPs that share the specified incoming interface to bring in traffic. This option works on transit label-switching routers (LSRs) and egress label edge routers (LERs).

oif outgoing-interface-name

Display list of RSVP-TE LSPs that share the specified outgoing interface to carry out traffic. This option works on ingress LERs and transit LSRs.

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 association command. Output fields are listed in the approximate order in which they appear.

Table 1: show mpls association Output Fields

Field Name

Field Description

To

Destination IP address of the corresponding LSP.

From

Source IP address of the corresponding LSP.

State

State of the corresponding LSP handled by this RSVP session: Up, Dn (down), or Restart.

LSPname

Name of the LSP.

Sample Output

show mpls association iif

content_copy zoom_out_map
user@host> show mpls association iif ge-0/0/0.0 
To              From            State       LSPname
128.102.174.121 128.102.180.21  Up          LSP-ABC
128.102.174.121 128.102.180.21  Up          LSP-ABC1
128.102.174.121 128.102.180.21  Up          LSP-ABC2
128.102.174.121 128.102.180.21  Up          LSP-ABC3
Total 4 displayed, Up 4, Down 0

show mpls association oif

content_copy zoom_out_map
user@host> show mpls association oif ge-0/0/0.0 
To              From            State       LSPname
128.102.174.121 128.102.180.21  Up          LSP-ABC
128.102.174.121 128.102.180.21  Up          LSP-ABC1
128.102.174.121 128.102.180.21  Up          LSP-ABC2
128.102.174.121 128.102.180.21  Up          LSP-ABC3

Release Information

Command introduced in Junos OS Release 16.1 .

footer-navigation