Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 503

Advertising
background image

Network OS NETCONF Operations Guide

471

53-1003231-02

Configuring Auto-QOS

29

</rpc>

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

<ok/>

</rpc-reply>

4. Set the DSCP value for all NAS traffic by entering a value for the <dscp> node.

The Differentiated Services Code Point (DSCP) value affects how Auto-QoS operates by
specifying the priority value for Network Attached Storage traffic on IP networks. Higher
numbers provide a higher level of priority.

<?xml version="1.0">

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<auto-qos>

<set>

<dscp>56</dscp>

</set>

</auto-qos>

</nas>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

5. Identify the IPv4 network addresses (either origination or destination) used by the NAS devices

by adding the <server-ip> node, followed by either the <vlan-number> node or the <vrf-name>
node.

<?xml version="1.0">

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<server-ip>

<server-ip>1.1.1.1/32</server-ip>

<vrf>

<vrf-name>bruce</vrf-name>

</vrf>

</server-ip>

</nas>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

Advertising