Configuring brocade vcs fabric qos – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 492

Advertising
background image

460

Network OS NETCONF Operations Guide

53-1003231-02

Brocade VCS Fabric QoS

29

Configuring Brocade VCS Fabric QoS

To configure the remapping priorities for the Brocade VCS Fabric, 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 specify the following elements.

a. Under the <cee-map> node, include the <name> element and specify the default CEE

map.

b. Under the <cee-map> node, include the <remap> node element.

c. Under the <remap> node, include the <lossless-priority> node element.

d. Under the <lossless-priority> node, include the <lossless-remapped-priority> leaf element,

and set its value to the desired priority.

The default lossless-priority value is 0.

e. Under the <remap> node, include the <fabric-priority> node element.

f.

Under the <fabric-priority> node, include the <fabric-remapped-priority> leaf element, and
set its value to the desired priority.

The default fabric-priority value is 0.

2. Issue the <edit-config> RPC to configure the <interface> node in the

urn:brocade.com:mgmt:brocade-interface namespace.

a. Under the <interface> node, include the <gigabitethernet>, <tengigabitethernet>,

<fortygigabitethernet>, <hundredgigabitethernet>, or <port-channel> node element.

b. Under the <gigabitethernet>, <tengigabitethernet>, <fortygigabitethernet>,

<hundredgigabitethernet>, or <port-channel> node, include the <name> leaf element,
and set its value to the name of the interface to which you want to apply the CEE map.

c. Under the <gigabitethernet>, <tengigabitethernet>, <fortygigabitethernet>,

<hundredgigabitethernet>, or <port-channel> node, include the <cee> leaf element, and
set its value to “default” to apply the CEE provisioning map to the interface.

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

The following example remaps the lossless priority and fabric priority values to 2.

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

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<name>default</name>

<remap>

<lossless-priority>

<lossless-remapped-priority>2</lossless-remapped-priority>

</lossless-priority>

<fabric-priority>

<fabric-remapped-priority>2</fabric-remapped-priority>

</fabric-priority>

</remap>

</cee-map>

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

Advertising