beautypg.com

Configuring cos-to-traffic-class maps, Mapping a cos to a traffic class – Brocade Network OS Administrator’s Guide v4.1.1 User Manual

Page 496

background image

Configuring CoS-to-traffic-class maps

Consider the topics discussed below when configuring the CoS-to-traffic-class mappings.

Mapping a CoS to a traffic class

To map a CoS to a traffic-class, perform the following steps from privileged EXEC mode.

NOTE
Creating a CoS-to-traffic-class map is available only in standalone mode.

1. Enter global configuration mode.

switch# configure terminal

2. Create the mapping by specifying a name and the mapping.

switch(config)# qos map cos-traffic-class test 1 0 2 3 4 5 6 7

3. Return to privileged EXEC mode.

switch(config)# end

4. Enter the copy command to save the running-config file to the startup-config file.

switch# copy running-config startup-config

Applying CoS-to-Traffic-Class mapping to an interface

To activate a CoS-to-traffic-class mapping, perform the following steps from privileged EXEC mode.

1. Enter global configuration mode.

switch# configure terminal

2. Specify the Ethernet interface.

The gigabitethernet rbridge-id/slot/port operand is used only for the Brocade VDX 6710, Brocade
VDX 8770-4, and Brocade VDX 8770-8.

switch(config)# interface tengigabitethernet 12/2/2

3. Activate the CoS-to-Traffic-Class mapping. In this case, "test" is the map name.

switch(conf-if-te-12/2/2)# qos cos-traffic-class test

NOTE
To deactivate the mutation map from an interface, enter no qos cos-traffic-class name

4. Return to privileged EXEC mode.

switch(conf-if-te-12/2/2)# end

5. Enter the copy command to save the running-config file to the startup-config file.

switch# copy running-config startup-config

Configuring CoS-to-traffic-class maps

496

Network OS Administrator’s Guide

53-1003225-04