Vixel 9000 Series Installation & Configuration Guide CHAPTER 6 Zoning
39
2. Add Zone(s) to the Zone Set:
• To create an empty Zone and add it to the earlier-created Zone Set:
Go to the zone menu (config/zone/wwn/zone) and type:
zadd ZoneName ZoneSetName
(where ZoneName is the name of the empty Zone and ZoneSetName is the
name of the Zone Set)
(config/zone/wwn/zone)>zadd “backupNT” “Backup”
• To select from Zones that were already created:
Go to the zoneset menu (config/zone/wwn/zoneset) and type:
define ZoneSetName
(where ZoneSetName is the name of the Zone Set)
(config/zone/wwn/zoneset)>define “Backup”
(Enter 0 to exit)
backupNT [Y]:
3. Add Members to the Zone(s) (from the zone menu config/zone/wwn/
zone):
• To select from World Wide N_Port_Names within the fabric:
madd
(config/zone/wwn/zone)>madd
Item Member Identifier
1) 21 00 00 20 37 C6 E4 BD
Enter item from list to select member
(Enter 0 to exit, r to repeat list, or <CR> to continue)
(config/zone/wwn/zone - member)> 1
Item Zone Name
1) backupNT
Enter item from list to select zone
(Enter 0 to exit, r to repeat list, or <CR> to continue)
(config/zone/wwn/zone - zone)> 1
• To manually enter World Wide N_Port_Names:
madd WWPN ZoneName
(where WWPN is the World Wide N_Port_Name and ZoneName is the name
of the Zone)
(config/zone/wwn/zone)>madd “FF EE DD CC BB AA 99 88” “backupNT”
(config/zone/wwn/zone)>madd “11 22 33 44 55 66 77 88” “backupUNIX”
• To quickly select from the pool of Members that exist in the zoning database
(Members that have already been added to one or more Zones):
define ZoneName
(where ZoneName is the name of the Zone)
(config/zone/wwn/zone)>define “backupNT”
(Enter 0 to exit)
11 22 33 44 55 66 77 88 [N]:
FF EE DD CC BB AA 99 88 [Y]:
Storing zone set information...
Do you wish to continue (Yes / No): [Y]
WWN zoning is now configured. To put WWN zoning in effect, activate a Zone
Set.
To activate a Zone Set from the CLI, issue the following command from the zoneset
menu (config/zone/wwn/zoneset): activate ZoneSetName (where
ZoneSetName is the name of the Zone Set). For example,
(config/zone/wwn/zoneset)>activate “Backup”