show mpls interface

Use this command to display information related to the specified or all MPLS interfaces.

Syntax

show mpls interface [interface-name] [detail]

Parameters

interface-name (Optional) Specifies the MPLS interface or a range of MPLS interfaces to display.
detail (Optional) Displays a detailed level of MPLS interface information.

Defaults

  • If interface-name is not specified, information for all MPLS interfaces displays.
  • If detail is not specified, a standard level of information for all MPLS interfaces displays.

Mode

All command modes.

Examples

This example shows how to display a standard level of information for all MPLS interfaces:

System(rw)->show mpls interface
Interface               LDP        Tunnel    Operational
------------            --------   ------    -----------
vlan.0.201              Yes        Yes       No
vlan.0.601              Yes        Yes       Yes
System(rw)->

This example shows how to display a detailed level of information for MPLS interface vlan.0.201:

System(rw)->show mpls interface vlan.0.201 detail
 vlan.0.201 is Operationally down, Administratively down
   LDP labeling enabled
   LSP Tunnel labeling enabled
   BGP labeling enabled
   MPLS operational
System(rw)->