R3102-R3103-HP 6600/HSR6600 Routers MPLS Command Reference Guide

33
dest-addr mask-length: Specifies a FEC by a destination address and mask length. The value range for
the mask length is 0 to 32.
verbose: Displays detailed information.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display brief information about all static LSPs.
<Sysname> display mpls static-lsp
total statics-lsp : 1
Name FEC I/O Label I/O If State
lsp1 3.3.3.9/32 NULL/100 -/GE2/1/1 Up
# Display detailed information about all static LSPs.
<Sysname> display mpls static-lsp verbose
No : 1
LSP-Name : lsp1
LSR-Type : Ingress
FEC : 3.3.3.9/32
In-Label : NULL
Out-Label : 100
In-Interface : -
Out-Interface : GigabitEthernet2/1/1
NextHop : 30.1.1.2
Static-Lsp Type: IPTN
Lsp Status : Up
Table 21 Command output
Field Descri
p
tion
LSR-Type Role of the LSR for the LSP: Ingress, Egress, or Transit.
Static-Lsp Type Type of the static LSP.
Related commands
display mpls lsp
display mpls statistics lsp
display mpls statistics interface
Use display mpls statistics interface to display MPLS statistics for one or all interfaces.
Syntax
display mpls statistics interface { interface-type interface-number | all } [ | { begin | exclude | include }
regular-expression ]