Removing a member from an alias, Deleting an alias – Brocade Network OS Administrator’s Guide v4.1.1 User Manual
Page 179

switch(config)# zoning defined-configuration alias alias1
switch(config-alias-alias1)# member-entry
10:00:00:00:00:00:00:02;10:00:00:00:00:00:00:03
switch(config-alias-alias1)# exit
switch(config)# zoning enabled-configuration cfg-action cfg-save
switch(config)#
Removing a member from an alias
1. In privileged EXEC mode, enter the show running-config zoning command to display the alias and
its member WWNs.
2. Enter the configure terminal command to enter global configuration mode.
3. Enter the zoning defined-configuration alias command followed the name of an existing zone
alias.
A subconfiguration mode prompt appears.
4. Enter the subconfiguration mode no member-entry command to specify the WWN to be removed
from the zone alias.
You can only remove one member at a time.
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 configuration to
nonvolatile memory.
The following provides an example of removing two members from an alias:
switch# show running-config zoning
zoning defined-configuration alias alias1
member-entry 10:00:00:00:00:00:00:01
member-entry 10:00:00:00:00:00:00:02
member-entry 10:00:00:00:00:00:00:03
(output truncated)
switch# configure terminal
Entering configuration mode terminal
switch(config)# zoning defined-configuration alias alias1
switch(config-alias-alias1)# no member-entry 10:00:00:00:00:00:00:02
switch(config-alias-alias1)# no member-entry 10:00:00:00:00:00:00:03
switch(config-alias-alias1)# exit
switch(config)# zoning enabled-configuration cfg-action cfg-save
Deleting an alias
1. In privileged EXEC mode, enter the show running-config zoning command to display the alias and
its member WWNs.
2. Enter the configure terminal command to enter global configuration mode.
3. Enter the no zoning defined-configuration alias command followed by the name of the alias you
want to delete.
4. Enter the show running-config zoning command to verify the change in the defined configuration
(optional).
5. Enter the zoning enabled-configuration cfg-action cfg-save command to save the configuration to
nonvolatile memory.
Example of deleting an alias:
switch# show running-config zoning
zoning defined-configuration alias alias1
member-entry 10:00:00:00:00:00:00:01
!
zoning enabled-configuration cfg-name ""
zoning enabled-configuration default-zone-access allaccess
zoning enabled-configuration cfg-action cfg-none
switch#
switch# configure terminal
Entering configuration mode terminal
Removing a member from an alias
Network OS Administrator’s Guide
179
53-1003225-04