Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
MPLS Static LSP and FRR Commands
page 25-12
OmniSwitch CLI Reference Guide
September 2009
configure router mpls interface label-map shutdown
Configures the administrative status for an incoming label-map on a transit Label Switch Router (LSR) or 
on an egress Label Edge Router (LER). 
configure router mpls interface ip-intf-name label-map in-label {no shutdown | shutdown}
Syntax Definitions
ip-intf-name
The name of an existing MPLS IP interface.
in-label
Incoming label-map number. The valid range is 32–1023.
no shutdown
Enables the administrative status of the specified label-map.
shutdown
Disables the administrative status of the specified label-map.
Defaults
By default, the incoming label-map is disabled at the time the label-map is created.
Platforms Supported
OmniSwitch 9000E
Usage Guidelines
• The MPLS interface and incoming label-map number specified with this command must already exist 
in the router configuration.
• Disabling the administrative status of the label-map does not remove the label-map configuration from 
the router.
• When the label-map is disabled, any packets ingressing on the router that contain the label-map number 
are dropped.
Examples
-> configure router mpls interface vlan-20 label-map 700 shutdown
-> configure router mpls interface vlan-20 label-map 700 no shutdown
Release History
Release 6.4.2; command was introduced.