Changing the ip precedence –> dscp mappings, Changing the dscp –> dscp mappings – Brocade Multi-Service IronWare QoS and Traffic Management Configuration Guide (Supporting R05.6.00) User Manual

Page 125

Advertising
background image

Multi-Service IronWare QoS and Traffic Management Configuration Guide

111

53-1003037-02

Configuring QoS

4

Changing the IP precedence –> DSCP mappings

The IP precedence –> DSCP mappings are used if the trust level is IP Precedence as set by the
qos-tos trust command.

To change the IP precedence –> DSCP mappings, enter commands such as the following at the
global CONFIG level of the CLI.

Brocade(config)# qos-tos map ip-prec-dscp 0 32 24 48 16 8 56 40

Brocade(config)# ip rebind-acl all

This command configures the mappings displayed in the IP Precedence-DSCP map portion of the
QoS information display.

Brocade(config-if-1/1)# show qos-tos

...portions of table omitted for simplicity...

IP Precedence-DSCP map:

ip-prec:

0

1

2

3

4

5

6

7

---------------------------------------------------------

dscp:

0

32

24

48

16

8

56

40

For information about the rest of this display, refer to

“Displaying QoS configuration information”

.

Syntax: [no] qos-tos map ip-prec-dscp dscp1 dscp2 dscp3 dscp4 dscp5 dscp6 dscp7 dscp8

The dscp1 ... dscp8 parameters specify the DSCP values you are mapping to the IP precedence
values. You must enter DSCP values for all eight IP precedence values, in order from IP precedence
value 0 – 7.

NOTE

To place a qos-tos mapping change into effect, you must enter the ip rebind-acl all command at the
global CONFIG level of the CLI after making the mapping change. This applies to mappings that are
configured using the qos-tos map command.

Changing the DSCP –> DSCP mappings

To change a DSCP –> DSCP mapping, enter a command such as the following at the global CONFIG
CLI level.

Brocade(config)# qos-tos map dscp-dscp 0 10

Brocade(config)# ip rebind-acl all

This command changes the mapping of DSCP value 0 from 0 to 10.

Syntax: [no] qos-tos map dscp-dscp old-dscp-value [old-dscp-value...]

to new-dscp-value [new-dscp-value...]

You can change up to eight DSCP values in the same commend. Make sure you enter the old
values and their new values in the same order.

NOTE

To place a qos-tos mapping change into effect, you must enter the ip rebind-acl all command at the
global CONFIG level of the CLI after making the mapping change. This applies to mappings that are
configured using the qos-tos map command.

Advertising