Adding a member to a zone, Removing a member from a zone – Brocade Network OS Administrator’s Guide v4.1.1 User Manual
Page 181

Adding a member to a zone
1. In privileged EXEC mode, enter the show name-server detail command to list the WWNs of devices
and targets available on the Brocade VCS Fabric cluster.
2. Enter the configure terminal command to enter global configuration mode.
3. Enter the zoning defined-configuration zone command and enter the name of an existing zone.
A subconfiguration mode prompt appears.
4. Enter the subconfiguration mode member-entry command and specify the member you want to add.
The new member can be specified by a port WWN, a node WWN, or a zone alias.
Add multiple members in one operation by separating each member with a semicolon (;).
5. Enter the exit command to return to the global configuration mode.
6. Enter the zoning enabled-configuration cfg-action cfg-save command to save the modified
configuration to nonvolatile memory.
Example of adding three members to a zone, two node WWNs and an alias:
switch# show name-server detail
PID: 012100
Port Name: 50:05:07:61:00:1b:62:ed
Node Name: 50:05:07:61:00:1b:62:ed
(output truncated)
PID: 012200
Port Name: 50:05:07:61:00:09:20:b4
Node Name: 50:05:07:61:00:09:20:b4
(output truncated)
switch# configure terminal
Entering configuration mode terminal
switch(config)# zoning defined-configuration zone zone1
switch(config-zone-zone1)# member-entry 50:05:07:61:00:1b:62:ed;
50:05:07:61:00:09:20:b4;alias3
switch(config-zone-zone1)# exit
switch(config)# zoning enabled-configuration cfg-action cfg-save
Removing a member from a zone
1. In privileged EXEC mode, enter the configure terminal command to enter global configuration
mode.
2. Enter the zoning defined-configuration zone command and enter the name of the zone from which
you want to remove a member.
A subconfiguration mode prompt appears.
3. Enter the subconfiguration mode no member-entry parameter and specify the WWN or the alias of
the member you want to remove.
You can remove only one member at a time. To remove more than one member, you must issue the
no member-entry 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 also deletes the zone if the member you are
removing is the last member in the zone.
Example of removing more than one member from a zone:
switch# configure terminal
Entering configuration mode terminal
Adding a member to a zone
Network OS Administrator’s Guide
181
53-1003225-04