Parameter | Description | Value |
---|---|---|
lsp-name |
Specifies the name of a static LSP. |
The value is a string of 1 to 19 case-sensitive characters. It cannot contain spaces. The string can contain spaces if it is enclosed with double quotation marks ("). |
exclude |
Displays information about LSPs that are not mapped to a specified FEC. |
- |
include |
Displays information about LSPs that are mapped to a specified FEC. |
- |
ip-address |
Specifies an IPv4 address. |
The value is in dotted decimal notation. |
mask-length |
Specifies a mask length. |
The value is an integer ranging from 0 to 32. |
verbose |
Displays detailed information. |
- |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> 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 : GigabitEthernet0/1/0 NextHop : 10.1.1.2 Static-Lsp Type: Normal Lsp Status : Up
<HUAWEI> display mpls static-lsp TOTAL : 1 STATIC LSP(S) UP : 1 STATIC LSP(S) DOWN : 0 STATIC LSP(S) Name FEC I/O Label I/O If Status lsp1 3.3.3.9/32 NULL/100 -/GE0/1/0 Up
Item | Description |
---|---|
No | Sequence number. |
LSP-Name | LSP name. |
LSR-Type | Role of an LSR on a static LSP: - Ingress. - Transit. - Egress. |
FEC | FEC, which is the destination IP address and mask length of a static LSP in the preceding example. |
In-Label | Incoming label value. |
Out-Label | Outgoing label value. |
In-Interface | Inbound interface name. |
Out-Interface | Outbound interface name. |
NextHop | Next-hop IP address. |
Static-Lsp Type | Static LSP type. |
Lsp Status | LSP status:
|
Status | LSP status:
|
TOTAL | Total number of static LSPs. |
UP | Number of static LSPs in the Up state. |
DOWN | Number of static LSPs in the Down state. |
Name | LSP name. |
I/O Label | Values of the incoming and outgoing labels. |
I/O If | Inbound and outbound interface names. |