Obtaining the ampp operational data, Obtaining the port-profile status – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 293

Network OS NETCONF Operations Guide
261
53-1003231-02
Obtaining the AMPP operational data
19
<name>default</name>
<fcoe-profile
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete"/>
</port-profile>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1727" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
5. To delete the QoS subprofile, issue an <edit-config> RPC to configure the <port-profile> node
in the urn:brocade.cpm:mgmt:brocade-port-profile namespace. Under the <port-profile> node,
specify the following leaf elements.
a. In the <name> element, specify the port-profile for which you want to delete the QoS
subprofile.
b. In the <qos-profile> element, include the delete operation in the opening element tag.
The following example deletes the QoS subprofile from the port-profile named vm1-port-profile.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1728" 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>vm1-port-profile</name>
<qos-profile
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete"/>
</port-profile>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1728" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Obtaining the AMPP operational data
This section contains procedures for obtaining AMPP port-profiles operational data using NETCONF
interfaces.
Obtaining the port-profile status
Issue the <get-port-profile-status> custom RPC located in the
urn:brocade.com:mgmt:brocade-port-profile-ext namespace to return the current status of AMPP
profiles.