Configuring qos profiles – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 282

250
Network OS NETCONF Operations Guide
53-1003231-02
Configuring AMPP port-profiles
19
4. In the <port-profile> node in the urn:brocade.com:mgmt:brocade-port-profile namespace,
activate the FCoE port profile.
An FCoE map cannot be applied on interfaces that already have a CEE map applied to them.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1709" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<port-profile xmlns="urn:brocade.com:mgmt:brocade-port-profile">
<name>default</name>
<fcoe-profile>
<fcoeport>
<fcoe-map-name>default</fcoe-map-name>
</fcoeport>
</fcoe-profile>
</port-profile>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1709" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Configuring QoS profiles
QoS profiles define the following values:
•
Incoming 802.1p priority is set to internal queue priority. If the port is in QoS untrusted mode,
all incoming priorities will be mapped to default best effort priority.
•
Incoming priority is set to outgoing priority.
•
Mapping of incoming priorities is set to strict or WRR traffic classes.
•
Enabling of flow control on a strict or a WRR traffic class.
The QoS profile has two flavors: CEE QoS and Ethernet QoS. The QoS profile may contain either CEE
QoS or Ethernet QoS. Server-side ports typically are carrying converged traffic.
To configure the QoS profile, perform the following steps.
1. Deactivate the port-profile before modifying the VLAN profile.
AMPP profiles cannot be modified while active.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1710" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<port-profile-global
xmlns="urn:brocade.com:mgmt:brocade-port-profile">
<port-profile>
<name>vm1-port-profile</name>