R211x-HP Flexfabric 11900 MPLS Command Reference

74
Examples
# Configure a static CRLSP on the ingress node, and configure its name as static-te-2, next hop IP
address as 202.55.25.33, and outgoing label as 237.
<Sysname> system-view
[Sysname] static-cr-lsp ingress static-te-2 nexthop 202.55.25.33 out-label 237
Related commands
display mpls static-cr-lsp
static-cr-lsp egress
static-cr-lsp transit
static-cr-lsp transit
Use static-cr-lsp transit to configure a transit node for a static CRLSP.
Use undo static-cr-lsp transit to delete the transit node configuration of the static CRLSP.
Syntax
static-cr-lsp transit lsp-name in-label in-label-value { nexthop next-hop-addr | outgoing-interface
interface-type interface-number } out-label out-label-value
undo static-cr-lsp transit lsp-name
Default
No static CRLSP exists on the device.
Views
System view
Predefined user roles
network-admin
mdc-admin
Parameters
lsp-name: Specifies a name for the static CRLSP, a case-sensitive string of 1 to 15 characters.
in-label in-label-value: Specifies an incoming label in the range of 16 to 1023.
nexthop next-hop-addr: Specifies the nexthop IP address.
outgoing-interface interface-type interface-number: Specifies an outgoing interface by its type and
number. The switch only supports specifying a tunnel interface as an outgoing interface.
out-label out-label-value: Specifies an outgoing label, a value of 0, 3, or in the range of 16 to 1023.
Usage guidelines
The nexthop address specified for the static CRLSP cannot be a public IP address on the local device.
Examples
# Configure a static CRLSP on the transit node, and configure its name as static-te-3, incoming label as
123, next hop IP address as 1.1.1.1, and outgoing label as 253.
<Sysname> system-view
[Sysname] static-cr-lsp transit static-te-3 in-label 123 nexthop 1.1.1.1 out-label 253