beautypg.com

Deleting a subprofile – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 291

background image

Network OS NETCONF Operations Guide

259

53-1003231-02

Configuring AMPP port-profiles

19

Deleting a subprofile

To delete a subprofile, perform the following steps.

1. Deactivate the port-profile—Issue an RPC to configure the node in

the urn:brocade.com:mgmt:brocade-port-profile namespace. Under the node,
specify the following leaf elements.

a. In the element, specify the subprofile you want to delete,

b. In the element, include the delete operation in the opening tag.

The following example deactivates the port-profile named vm1-port-profile.

xmlns="urn:brocade.com:mgmt:brocade-port-profile">

vm1-port-profile

operation="delete"/>

2. To delete the VLAN subprofile, issue an RPC to configure the node

in the urn:brocade.cpm:mgmt:brocade-port-profile namespace. Under the node,
specify the following leaf elements.

a. In the element, specify the port-profile for which you want to delete the VLAN

subprofile.

b. In the element, include the delete operation in the opening element tag.

The following example deletes the VLAN subprofile from the port-profile named
vm1-port-profile.

vm1-port-profile

xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"

operation="delete"/>