Reference Guide

Fabric Services | 441
Alias: User defined name of a zone member.
Note: The S5000 does not support using WWNN or Domain/Port as members of a zone.
Creating Zone and Adding Members
To create a zone and add members to the zone:
Figure 22-2. Creating Zone and Adding Members Command Example
Creating Zone Alias and Adding Members
To create a zone alias and add devices to the alias:
Figure 22-3. Creating Zone Alias and Adding Members Command Example
Step Command Syntax Command Mode Purpose
1 fc zone zonename
CONFIGURATION
Create a zone.
2
member word
ZONE
CONFIGURATION
Add members to a zone.
member can be WWPN (00:00:00:00:00:00:00:00),
port ID (000000), or alias name (word).
Step Command Syntax Command Mode Purpose
1 fc zone ZoneAliasName
CONFIGURATION
Create a zone alias name.
2
member word
ALIAS
CONFIGURATION
Add devices to an alias.
member can be WWPN (00:00:00:00:00:00:00:00),
port ID (000000), or alias name (word).
Dell(conf)#fc zone z1
Dell(conf-fc-zone-z1)#member 11:11:11:11:11:11:11:11
Dell(conf-fc-zone-z1)#member 020202
Dell(conf-fc-zone-z1)#exit
Dell(conf)#fc alias al1
Dell(conf-fc-alias-al1)#member 030303
Dell(conf-fc-alias-al1)#exit
Dell(conf)#fc zone z1
Dell(conf-fc-zone-z1)#member al1
Dell(conf-fc-zone-z1)#exit