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

Table Of Contents
56 Fabric OS Command Reference
53-1000599-02
cfgAdd
2
cfgAdd
Adds a member to a zone configuration.
Synopsis cfgadd "cfgName", "member[ ;member...]"
Description Use this command to add one or more members to an existing zone configuration.
This command changes the Defined Configuration. For the change to be preserved across switch
reboots, save the configuration to nonvolatile memory with the cfgSave command. For the change
to take effect, enable the configuration with the cfgEnable command.
Note When FCS policy is enabled, this command can be issued only from the primary FCS switch.
Operands The following operands are required:
"cfgName" Specify a name for the zone configuration, in quotation marks.
"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.
Examples To add two new zones to the configuration “Test_cfg”:
switch:admin> cfgadd "Test_cfg", "greenzone; bluezone"
See Also cfgClear, cfgCreate, cfgDelete, cfgDisable, cfgEnable, cfgRemove, cfgSave, cfgShow