Send comments to nexus3k-docfeedback@cisco.com
-SM-124
Cisco Nexus 3000 Series NX-OS System Management Command Reference
OL-29557-04
Chapter System Management Commands
mpls strip label
mpls strip label
To add a static MPLS label, use the mpls strip label command. To delete a static MPLS label, use the
no form of this command.
mpls strip label label
no mpls strip label label | all
Syntax Description
Command Default None
Command Modes Global configuration mode
Command History
Usage Guidelines Before adding static labels to the MPLS label table, ensure the following:
• Tap Aggregation is enabled.
• Tap Aggregation policy is configured.
• The Tap aggregation policy is attached to an interface.
You can store up to 1025 static labels in an MPLS label table. However, the table can store up to 15000
labels, including dynamic labels.
Examples This example shows how to add a static MPLS label:
switch# configure terminal
switch(config)# mpls strip label 100
switch(config)#
This example shows how to delete a static MPLS label:
switch# configure terminal
switch(config)# no mpls strip label 100
switch(config)#
label Specifies the value of the static MPLS label. The value of the label can
range from 1 to 1048575.
An MPLS label table can store up to 1025 static labels. The total number of
labels that the table can store, including dynamic labels, is 15000.
all Specifies that all static MPLS labels are to be deleted.
Release Modification
6.0(2)U2(5) This command was introduced.