Specifications

Table Of Contents
mpls atm cos
MP-149
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
mpls atm cos
Note Effective with Cisco IOS Release 12.4(20)T, the mpls atm cos command is not available in Cisco IOS
software.
To change the configured bandwidth allocation for class of service (CoS), use the mpls atm cos
command in global configuration mode.
mpls atm cos {av
ailable | standard | premium | control} weight
Syntax Description
Defaults Available 50%, control 50%
Command Modes Global configuration (config)
Command History
Examples The following example shows how to configure the XTagATM interface for CoS traffic:
Router(config)# interface xtagatm12
Router(config-if)# extended-port atm1/0 descriptor 1.2
Router(config-if)# mpls ip
Router(config-if)# mpls atm cos available 49
Router(config-if)# mpls atm cos standard 50
Router(config-if)# mpls atm cos premium 0
Router(config-if)# mpls atm cos control 1
available The weight for the available class. This is the lowest class priority.
standard The weight for the standard c
lass. This is the next lowest class priority.
premium The weight for the premium class.
This is the next highest class priority.
control The weight for the control c
lass. This is the highest class priority.
weight The total weight for all CoS traffic classes. This value ranges from 0 to 100.
Release Modifications
12.0(5)T This command was introduced.
12.2(4)T This command was updated to reflect the MPLS IETF terminology.
12.4(20)T This command was removed.