NEC N8406-020 Switch User Manual


 
- 133 -
Creating Configuration
Before zoning can be set, proper configuration including zones created previously must be
generated. More than one configuration can be created.
1) Creating configuration
Use the "cfgcreate" command to create a configuration file.
Use of "cfgcreate" command
cfgcreate "cfgName" , "member;member;member"
(1) (2)
(1) cfgName:
Specify the name of a zone configuration to be created with it enclosed by double quotation
marks (").
(2) member:
Specify a zone name already created with it enclosed by double quotation marks (").
Delimit the configuration name and the first zone name with a comma (,).
Delimit adjacent zone names with a semicolon (;).
1. Type "zoneshow" on the console screen.
HW060000955:admin> zoneshow
Defined configuration:
zone: zone1 1,0;1,1
zone: zone2 1,2;1,3
zone: zone3 1,4;1,5
zone: zone4 1,6;1,7
Effective configuration:
no configuration in effect
HW060000955:admin>
Confirm that all required zones are created.
Create one or more zones if necessary.
2. Use the "cfgcreate" command to create configuration.
HW060000955:admin>
HW060000955:admin> cfgcreate "cfg1","zone1;zone2;zone3;zone4"
HW060000955:admin>
If a zone name not registered in the zone information is specified, the
command causes an error to occur. The configuration is not created
normally. Always specify zone names already created.