Send documentation comments to mdsfeedback-doc@cisco.com
15-11
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 15 M Commands
member (zone configuration and zoneset-zone configuration submode)
Command History
Usage Guidelines Create a zone set zone member only if you need to add member to a zone from the zone set prompt.
Examples The following example shows how to add a member to a zone called zs1 on VSAN 1.
switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# zone name zs1 vsan 1
switch(config-zone)# member fcid 0x111112
switch(config-zone)#
The following example shows how to add a zone to a zoneset called Zoneset1 on VSAN 1.
switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# zoneset name ZoneSet1 vsan 1
switch(config-zoneset-zone)# member fcid 0x111112
The following example shows how to assign an iSCSI IPv6 address-based membership into a zone.
switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# zoneset name ZoneSet1 vsan 1
switch(config-zoneset-zone)# member ipv6-address 2001:0DB8:800:200C::417A
The following example shows how to delete the specified device from a zone.
switch(config-zoneset-zone)# no member ipv6-address 2001:0DB8:800:200C::417A
Related Commands
Release Modification
1.0(2) This command was introduced.
2.1(1a) Added zoneset-zone configuration submode.
3.0(1) Added the IPv6 IP address format.
Command Description
zoneset (configuration
submode)
Used to specify a name for a zone set.
zone name (zone set
configuration
submode)
Configures a zone in a zoneset.
show zoneset Displays zone set information.