Fabric OS Reference Manual (Version 3.0)
1-20 Fabric OS Reference
Telnet Commands
1
cfgCreate
Create a zone configuration.
Synopsis cfgCreate "cfgName", "member; member"
Availability admin
Description Use this command to create a new zone configuration.
A zone configuration name must begin with a letter and can be 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).
Note: This command requires a Zoning License.
Operands This command has the following operands:
cfgName Specify a name for the zone configuration in quotation marks. This operand is
required.
member Specify a member or list of members to be added to zone configuration, in
quotation marks, separated by semi-colons. Members can be specified in one or
more of the following methods:
• Zone names
• QuickLoop names
This operand is required.
Example To create a configuration containing three zones:
See Also cfgAdd
cfgClear
cfgDelete
cfgDisable
cfgEnable
cfgRemove
cfgSave
cfgShow
switch:admin> cfgCreate "Test_cfg", "zone1; zone2; zone3"