| Parameter | Description | Value |
|---|---|---|
| lsp-name |
Specifies the name of an LSP. |
It is a string of 1 to 35 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
| include |
Displays information about the CR-LSPs of specified destination IP addresses. |
- |
| exclude |
Displays information about the CR-LSPs without specified destination IP addresses. |
- |
| ip-address |
Specifies the destination IP address. |
The value is in dotted decimal notation. |
| mask-length |
Specifies the mask length of a destination address. |
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-cr-lsp verbose No : 1 LSP-Name : Tunnel10 LSR-Type : Ingress FEC : 10.3.3.3/32 In-Label : NULL Out-Label : 20 In-Interface : - Out-Interface : GE0/1/0 NextHop : 10.1.1.2 LSP Status : Up
<HUAWEI> display mpls static-cr-lsp TOTAL : 2 STATIC CRLSP(S) UP : 2 STATIC CRLSP(S) DOWN : 0 STATIC CRLSP(S) Name FEC I/O Label I/O If Status Tunnel10 3.3.3.3/32 NULL/20 -/GE0/1/0 Up Tunnel20 -/32 130/NULL GE0/1/0/- Up
| Item | Description |
|---|---|
| No | Sequence number of a static CR-LSP. |
| LSP-Name | Name of a static CR-LSP. |
| LSR-Type | Type of a static CR-LSP:
|
| FEC | Destination IP address and mask length. |
| In-Label | Value of an incoming label. |
| Out-Label | Value of an outgoing label. |
| In-Interface | Incoming interface. |
| Out-Interface | Outgoing interface. |
| NextHop | Next-hop address formatted as X.X.X.X. |
| LSP Status | Status of a static CR-LSP:
|
| Status | Status of a static CR-LSP:
|
| TOTAL | Total number of static CR-LSPs. |
| UP | Number of the static CR-LSPs in the Up state. |
| DOWN | Number of the static CR-LSPs in the DOWN state. |
| Name | Name of a static CR-LSP. |
| I/O Label | Incoming and outgoing label. |
| I/O If | Incoming and outgoing interface. |