Smarts MPLS/Juniper: What are the MPLS show commands used for certification/discovery/monitoring?
search cancel

Smarts MPLS/Juniper: What are the MPLS show commands used for certification/discovery/monitoring?

book

Article ID: 304224

calendar_today

Updated On:

Products

VMware

Issue/Introduction

What are the Smarts MPLS show commands used for certification/discovery/monitoring?
How do I find MPLS Route-Target configuration?

How do I find MPLS Labels?
How do I find MPLS Interfaces Configuration and Status?
How do I find MPLS VRF Interfaces Configuration and Status?

How do I find MPLS L2 Forwarder Data Configuration and Status?


Environment

VMware Smart Assurance - SMARTS

Resolution


The following lists the CLI commands by category that the MPLS product currently uses for discovery with the Juniper Router operating system (JunOS). See the following Note statement for an explanation of the function of each command.

IMPORTANT: The following commands may be slightly or completely different for the OS-version for which you are entering the certification request. It is advisible to work with the responsible NOC engineers to identify the commands supported for the specific device/OS that needs to be certified.

* Route-Target config -
show configuration routing-instances

* Labels -
show route table mpls
show ldp route
show ldp database
show route table bgp.l3vpn
show mpls lsp up
show route forwarding-table family mpls
show ldp neighbor
show mpls lsp ingress detail up
show ldp path detail
show rsvp session
show rsvp neighbor detail | match via

* VRF Interfaces Configuration and Status -
show route table
show configuration groups

* MPLS Interfaces Configuration and Status -
show mpls interface

* L2 Forwarder Data Configuration and Status


Additional Information

show mpls interfaces
     Shows the MPLS interfaces, their state, and administrative groups.
 
show mpls lsp transit up | match Up
    For transit LSPs identifies incoming and outgoing label and LSPID.

show mpls lsp ingress  detail up | match
    Shows for ingress LSPs  the LSPID , the LSP name
 
show rsvp session ingress
     For RSVP-based ingress LSPs, shows the out label, LSPID and LSP name.
show rsvp neighbor detail  | match via
    For each RSVP neighbor shows the interface that talks  to that neighbor and the IP of the facing interface on the neighbor.
show route forwarding-table family mpls
    Shows the MPLS forwarding table. Includes incoming mpls and outgoing labels and outgoing interface.
show ldp neighbor
    Shows peer LDP speakers, their IP address, and the interface used to exchange labels with them.
 
show ldp database |  match "--| /32"
    Shows the LDP database - only /32 routes (and  headers).
show ldp route | match  /32
    Shows the LDP routes - only /32 routes (and headers).
show route table <vrf  name>.inet.0 | match bgp
    Shows the BGP entries in the routing table of each VRF.