Cfgcreate – HP Surestore 6164 Switch User Manual
Page 39

Zoning Telnet Commands
39
cfgCreate
Create a zone configuration.
Synopsis
cfgCreate cfgName, cfgMemberList
Availability
Administrator
Description
Use this command to create a new zone configuration.
A zone configuration name is a C-style name beginning with a letter and
followed by any number of letters, digits, and underscore characters.
Names are case sensitive, for example “Cfg_1” and “cfg_1” are different
zone configurations. Blank spaces are ignored.
The zone configuration member list must have at least one member (empty
lists are not allowed).
Operands
The following operands are required:
Example
To create a configuration containing three zones:
cfgName
Name for the zone configuration to be created, in
quotes. This name cannot be used for another zone
object.
cfgMemberList
List of members to be included, in quotes, separated by
semi-colons. Can be one or more of the following:
•
Zone names
•
QuickLoop names
sw5:admin> cfgCreate "USA_cfg", "Red_zone;
Blue_zone; Green_zone"