Displaying filtered MPLS configuration information

An individual MPLS interface, LSP, VLL, or VPLS can be specified in the show run router mpls command to display configuration of the specified object only. The following example displays the MPLS configuration information for the LSP named "frr1".

device# show run router mpls lsp frr1
 lsp frr1
  to 10.4.2.1
  cos 6
  ipmtu 1028
  traffic-eng max-rate 180 mean-rate 125
  metric 5
  frr
    bandwidth 80
    hop-limit 55
  enable

When an option is used without a variable specified, the configuration parameters for the option are shown for all elements that match the option are displayed. For instance, in the following example the lsp name option is used without a specified lsp-name variable. Consequently, the display contains the configuration information for all three LSPs configured on the router.

device# show run router mpls lsp 
lsp frr1
  to 10.4.2.1 
  cos 6
  ipmtu 1028
  traffic-eng max-rate 180 mean-rate 125 
  metric 5
  enable

lsp lsp13d
 to 10.3.3.2
 primary mu1_to_mu3 
 cos 7
 traffic-eng max-rate 250 mean-rate 120 
 no cspf
 enable