Command Reference Guide

3Com Router 3000 Ethernet Family
Command Reference Guide Chapter 1 MPLS Basic Configuration Commands
3Com Corporation
1-11
Example
# Configure a static LSP for the ingress LSR heading for the destination address
202.25.38.1.
[3Com -mpls] static-lsp ingress citya-cityb destination 202.25.38.1 24 nexthop
202.55.25.33 out-label 237
1.1.14 static-lsp transit
Syntax
static-lsp transit lsp-name incoming-interface interface-type interface-num in-label
in-label-value { nexthop next-hop-addr | outgoing-interface interface-type
interface-num } out-label out-label-value
undo static-lsp transit lsp-name
View
MPLS view
Parameter
lsp-name: Name of LSP.
interface-type: Type of an incoming or outgoing interface.
Interface-num: Number of an incoming or outgoing interface.
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 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, static-lsp ingress.
Example
# Configure a static LSP for the serial interface Serial3/0/0 on a transit LSR, with an
inbound label of 123 and an outbound label of 253.
[3Com -mpls] static-lsp transit citya-cityb incoming-interface serial3/0/0
in-label 123 nexthop 202.34.114.7 out-label 253