beautypg.com

Removing a member from a zone – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 149

background image

Network OS NETCONF Operations Guide

117

53-1003231-02

Zone creation and management

10

cfg-save

Removing a member from a zone

The following procedure removes a WWN from a zone and saves the modified zoning configuration
to nonvolatile memory.

NOTE

You can remove only one zone member at a time.

1. Issue the RPC to configure the // node

in the urn:brocade.com:mgmt:brocade-zone namespace and specify the following elements:

a. In the element, specify the zone from which you want to remove a WWN.

b. In the element, include an element containing the WWN

of the member you want to remove from the zone.

c. In the tag, include the delete operation.

2. Issue the RPC to configure the / node in the

urn:brocade.com:mgmt:brocade-zone namespace and set the value of the
element to “cfg-save” to save the modified configuration to nonvolatile memory.

The following example removes WWN 11:22:33:44:55:66:77:84 from zoneD.

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

zoneD

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

operation="delete">

11:22:33:44:55:66:77:84

cfg-save