Alcatel-Lucent 6850-48 参考指南

下载
页码 3444
MPLS Static LSP and FRR Commands
page 25-8
OmniSwitch CLI Reference Guide
September 2009
configure router mpls interface label-map swap next-hop 
Configures the outgoing label number that is swapped for the specified incoming label number. Also 
configures the next-hop IP address in the static Label Switched Path (LSP). Use this command to provide 
this information on each transit router that participates in the static LSP.
configure router mpls interface ip-intf-name label-map in-label swap out-label next-hop ip-address 
configure router mpls interface ip-intf-name label-map in-label no swap
Syntax Definitions
ip-intf-name
The name of an existing MPLS IP interface.
in-label
An incoming label number. The valid range is 32–1023.
out-label
An outgoing label number. The valid range is 32–1023.
ip-address
The IP address for the next-hop router. 
Defaults
N/A
Platforms Supported
OmniSwitch 9000E
Usage Guidelines
• Use the no form of this command to remove the outgoing label and the associated next-hop IP address.
• If an ARP entry for the next hop exists, then the static LSP is marked as operational. If an ARP entry 
does not exist, then the static LSP is marked as operationally down and the local router continues to 
ARP for the configured next hop at a fixed interval..
Examples
-> configure router mpls interface vlan-20 label-map 700 swap 555 next-hop 
192.168.10.2
-> configure router mpls interface vlan-20 no label-map 700 no swap
Release History
Release 6.4.2; command was introduced.