display mpls lsp protocol static-cr { [ outgoing-interface { out-if-name | out-port-type out-port-num } ] | [ incoming-interface { in-if-name | in-port-type in-port-num } ] | [ lsr-role { ingress | egress | transit } ] | [ out-label out-label ] | [ in-label in-label ] | [ { include | exclude } ip-address masklen ] | [ nexthop nexthop ] } * [ verbose ]
Parameter | Description | Value |
---|---|---|
outgoing-interface out-if-name |
Specifies the outgoing interface name. |
- |
out-port-type |
Specifies the outgoing interface type. |
- |
out-port-num |
Specifies the outgoing interface number. |
- |
incoming-interface in-if-name |
Specifies the incoming interface name. |
- |
in-port-type |
Specifies the incoming interface type. |
- |
in-port-num |
Specifies the incoming interface number. |
- |
lsr-role |
LSR role. |
- |
ingress |
Ingress node. |
- |
egress |
Egress node. |
- |
transit |
Transit node. |
- |
out-label out-label |
Specifies an outgoing label value. |
out-label is an integer ranging from 16 to 1048575. |
in-label in-label |
Specifies an incoming label value. |
The value is an integer and the value ranges from 16 to 65551. |
include |
Match the strings including with the specified FEC. |
- |
exclude |
Match the strings excluding with the specified FEC. |
Match the strings excluding with the specified FEC |
ip-address |
Specifies the destination IP address. |
The value is in dotted decimal notation. |
masklen |
Specifies the mask length of a destination address. |
The value is an integer ranging from 0 to 32. |
nexthop nexthop |
nexthop address. |
The value is in dotted decimal notation. |
verbose |
Show verbose information. |
- |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display mpls lsp protocol static-cr ------------------------------------------------------------------------------- LSP Information: STATIC CRLSP ------------------------------------------------------------------------------- FEC In/Out Label In/Out IF Vrf Name 10.1.1.2/32 NULL/101 -/GE0/1/1
Item | Description |
---|---|
LSP Information | LSP Information. |
FEC | Forwarding equivalence class. The value is the destination address and mask for an LSP. |
In/Out Label | Values of the incoming and outgoing labels. |
In/Out IF | Names of the inbound and outbound interfaces. |
Vrf Name | Name of a VPN instance. |