Data center bridging map configuration, Creating a cee map, Data center – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 487: Bridging map configuration

Advertising
background image

Network OS NETCONF Operations Guide

455

53-1003231-02

Data Center Bridging map configuration

29

4. Under the <dwrr> node, include a <dwrr-traffic-classn> node for each traffic class, and set

each such element to a percentage bandwidth.

5. Issue the <bna-config-cmd> RPC to save the running-config file to the startup-config file.

The following example schedules the QoS multicast queue with bandwidth percentages 5, 10, 15,
20, 5, 10, 15, and 20 for Traffic Classes 0 through 7, respectively.

<?xml version="1.0" encoding="UTF-8"?>

<rpc message-id="2335" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<edit-config>

<target>

<running/>

</target>

<config>

<qos xmlns="urn:brocade.com:mgmt:brocade-qos">

<queue>

<multicast>

<scheduler>

<dwrr>

<dwrr-traffic-class0>5</dwrr-traffic-class0>

<dwrr-traffic-class1>10</dwrr-traffic-class1>

<dwrr-traffic-class2>15</dwrr-traffic-class2>

<dwrr-traffic-class3>20</dwrr-traffic-class3>

<dwrr-traffic-class4>5</dwrr-traffic-class4>

<dwrr-traffic-class5>10</dwrr-traffic-class5>

<dwrr-traffic-class6>15</dwrr-traffic-class6>

<dwrr-traffic-class7>20</dwrr-traffic-class7>

</dwrr>

</scheduler>

</multicast>

</queue>

</qos>

</config>

</edit-config>

</rpc>

<rpc-reply message-id="2335" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

Data Center Bridging map configuration

For an overview of Data Center Bridging map configuration and applicable default values, refer to
the Network OS Administrator’s Guide.

Creating a CEE map

To create a CEE map, perform the following steps.

1. Issue the <edit-config> RPC to configure the <cee-map> node in the

urn:brocade.com:mgmt:brocade-cee-map namespace, and set the <name> element to
“default,” which is the only allowed name.

2. Issue the <bna-config-cmd> RPC to save the running-config file to the startup-config file.

Advertising