Defining a dcb priority group table, Defining a dcb priority-table map, Applying a dcb provisioning map to an interface – Brocade Network OS Administrator’s Guide v4.1.1 User Manual
Page 503

Defining a DCB priority group table
To define a priority group table map, perform the following steps from privileged EXEC mode.
1. Enter global configuration mode.
switch# configure terminal
2. Specify the name of the DCB map to define by using the cee-map command.
NOTE
The only map name allowed is "default."
switch(config)# cee-map default
3. Define the DCB map for PGID 0.
switch(config-cee-map-default)# priority-group-table 0 weight 50 pfc on
4. Define the DCB map for PGID 1.
switch(config-cee-map-default)# priority-group-table 1 weight 50 pfc off
5. Return to privileged EXEC mode.
switch(config-cee-map-default)# end
6. Enter the copy command to save the running-config file to the startup-config file.
switch# copy running-config startup-config
Defining a DCB priority-table map
To define a priority-table map, perform the following steps from privileged EXEC mode.
1. Enter global configuration mode.
switch# configure terminal
2. Specify the name of the DCB map to define by using the cee-map command.
switch(config)# cee-map default
3. Define the map.
switch(config-cee-map
)# priority-table 1 1 1 0 1 1 1 15.0
NOTE
For information about priority-table definitions, refer to the cee-map (configuration) command in the
Network OS Command Reference
4. Return to privileged EXEC mode.
switch(config-cee-map)# end
5. Enter the copy command to save the running-config file to the startup-config file.
switch# copy running-config startup-config
Applying a DCB provisioning map to an interface
To apply a DCB provisioning map, perform the following steps from privileged EXEC mode.
1. Enter global configuration mode.
switch# configure terminal
2. Specify the Ethernet interface. In this example, 101/0/2 is used.
switch(config)# interface tengigabitethernet 101/0/2
3. Apply the DCB map on the interface.
switch(conf-if-te-101/0/2)# cee default
NOTE
To deactivate the map on the interface, enter no cee.
Defining a DCB priority group table
Network OS Administrator’s Guide
503
53-1003225-04