show mpls association
Syntax
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.
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: |
LSPname |
Name of the LSP. |
Sample Output
show mpls association iif
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
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 .