Removing a zone from a zone configuration, Enabling a zone configuration – Brocade Network OS Administrator’s Guide v4.1.1 User Manual
Page 185

The command prompt changes to indicate a subconfiguration mode.
3. Enter the member-zone subconfiguration mode command and specify the name of at least one
member zone.
Add multiple zones in one operation by separating each zone name with a semicolon (;).
4. Enter the exit command to return to global configuration mode.
5. Enter the zoning enabled-configuration cfg-action cfg-save command to save the modified
configuration to nonvolatile memory.
Example of adding two zones to config1:
switch# configure terminal
Entering configuration mode terminal
switch(config)# zoning defined-configuration cfg config1
switch(config-cfg-config1)# member-zone zone2;zone3
switch(config-cfg-config1)# exit
switch(config)# zoning enabled-configuration cfg-action cfg-save
Removing a zone from a zone configuration
1. In privileged EXEC mode, enter the configure terminal command to enter global configuration
mode.
2. Enter the zoning defined-configuration cfg command and enter the name of the configuration from
which you want to remove a zone.
The command prompt changes to indicate a subconfiguration mode.
3. Enter the no member-zone subconfiguration mode command and specify the name of the zone you
want to remove from the configuration.
You can remove only one member at a time. To remove more than one member, you must issue the
no member-zone command for each member you want to remove.
4. Enter the exit command to return to global configuration mode.
5. Enter the zoning enabled-configuration cfg-action cfg-save command to save the modified
configuration to nonvolatile memory.
NOTE
Saving the configuration to nonvolatile memory deletes the configuration if the zone you are
removing is the last member in the configuration.
Example of removing two zones from config1:
switch# configure terminal
Entering configuration mode terminal
switch(config)# zoning defined-configuration cfg config1
switch(config-cfg-config1)# no member-zone zone2
switch(config-cfg-config1)# no member-zone zone3
switch(config-cfg-config1)# exit
switch(config)# zoning enabled-configuration cfg-action cfg-save
Enabling a zone configuration
Only one zone configuration can be enabled in a VCS Fabric. The following procedure selects a
configuration from the defined configuration and makes it the enabled configuration. If a zone
configuration is currently enabled, the newly enabled configuration replaces the previously enabled
configuration.
Removing a zone from a zone configuration
Network OS Administrator’s Guide
185
53-1003225-04