Brocade Fabric OS Command Reference Guide v6.1.0 (53-1000599-02, June 2008)

Table Of Contents
58 Fabric OS Command Reference
53-1000599-02
cfgCreate
2
cfgCreate
Creates a zone configuration.
Synopsis cfgcreate "cfgName", "member[ ;member...]"
Description Use this command to create a new zone configuration.
This command changes the Defined Configuration (see cfgShow). For the change to become
effective, enable the configuration with the cfgEnable command. For the change to be preserved
across switch reboots, save the configuration to nonvolatile memory with the cfgSave command.
Notes When FCS policy is enabled, this command can be issued only from the primary FCS switch.
Refer to the zoneCreate command for more information on name and member specifications.
Operands The following operands are required:
"cfgName" Specify a name for the zone configuration in quotation marks. A zone
configuration name must begin with a letter followed by any number of
letters, numbers, and underscores. Names are case-sensitive. For example,
"Cfg_1" and "cfg_1" are different zone configurations. Blank spaces are
ignored.
"member" Specify a zone member or list of zone members to be added to the
configuration. The list must be enclosed in quotation marks. Members must
be separated by a semicolons. The zone configuration member list must have
at least one member. Empty member lists are not allowed.
Examples To create a configuration containing three zones:
switch:admin> cfgcreate "USA_cfg", "Red_zone;Blue_zone;Green_zone"
See Also cfgAdd, cfgClear, cfgDelete, cfgDisable, cfgEnable, cfgRemove, cfgSave, cfgShow