Command Manual – MPLS
Quidway S8500 Series Routing Switches Chapter 1 MPLS Basic Configuration Commands
Huawei Technologies Proprietary
1-10
out-label-value: Value of outbound label, ranging 3 (implicit empty label) and from 16 to
1023.
Description
Use the static-lsp ingress command to configure a static LSP for an ingress LSR.
Use the undo static-lsp ingress command to delete an LSP for an ingress LSR.
Related command: static-lsp egress, static-lsp transit and debugging mpls.
Example
# Configure a static LSP for the ingress LSR heading for the destination address
202.25.38.1.
<Quidway>system-view
[Quidway] mpls
[Quidway-mpls] static-lsp ingress bj-sh destination 202.25.38.1 24 nexthop
202.55.25.33 out-label 237
1.1.13 static-lsp transit
Syntax
static-lsp transit lsp-name [ l2vpn ] incoming-interface interface-type
interface-number in-label in-label-value nexthop next-hop-addr out-label
out-label-value
undo static-lsp transit lsp-name
View
MPLS view
Parameter
lsp-name: LSP name
interface-type Interface-number: Interface type, interface number.
next-hop-addr: Next-hop address.
in-label-value: Value of inbound label, ranging from 16 to 1023.
out-label-value: Value of outbound label, ranging 3 (implicit empty label) and from 16 to
1023.
Description
Use the static-lsp transit command to configure a static LSP for a transit LSR.
Use the undo static-lsp transit command to delete an LSP for a transit LSR.
Related command: static-lsp egress and static-lsp ingress.