Dell POWEREDGE M1000E User Manual
Page 1048
1016
Fabric OS Command Reference
53-1001764-02
zone
2
To create an FCR TI zone within an Edge fabric where a host should talk to target1 and target4
through port number 2 on an Edge fabric switch with a domain ID of 3. In this example, "3,1" is the
host, and the remaining members are E_Ports:
switch:admin>
zone --create -t ti fcr_edge_ti_zone -p "3,1; 3,2; 4,-1; 5, -1"
To create an FCR TI zone within a Backbone where a host, target1, and target4 communicate over
VE_Ports consisting of FCR1 port number 4 and FCR2 port number 7:
switch:admin>
zone --create -t ti fcr_ti_zone p "1,1; 2,1;host_PWWN; target1_PWWN; target4_PWWN; 1,4; 2,7"
3. Frame redirect zone Ccmmands:
To create an RD Zone, given a host (10:10:10:10:10:10:10:10), target (20:20:20:20:20:20:20:20),
VI (30:30:30:30:30:30:30:30), and VT (40:40:40:40:40:40:40:40):
switch:admin>
zone --rdcreate 10:10:10:10:10:10:10:10 20:20:20:20:20:20:20:20 \
30:30:30:30:30:30:30:30 40:40:40:40:40:40:40:40 restartable noFCR
This command creates the following zone objects:
•
RD zone "red_0917_10_10_10_10_10_10_10_10_20_20_20_20_20_20_20_20", with a
restricted policy and no FCR support.
•
The base zone object, "red_______base".
•
The RD zone configuration, "r_e_d_i_r_c__fg".
To display the newly created zone objects:
switch:admin>
cfgshow
Defined configuration:
cfg: myHTcfg myHostTarget
cfg: r_e_d_i_r_c__fg
red_______base;
red_0917_00_3f_3f_3f_23_24_25_26_3f_3f_3f_30_32_00_00_00
zone: myHostTarget
00:3f:3f:3f:23:24:25:26; 3f:3f:3f:30:32:00:00:00
zone: red_0917_00_3f_3f_3f_23_24_25_26_3f_3f_3f_30_32_00_00_00
00:3f:3f:3f:23:24:25:26; 3f:3f:3f:30:32:00:00:00;
3f:3f:3f:30:30:00:00:00; 3f:3f:3f:30:31:00:00:00
zone: red_______base
00:00:00:00:00:00:00:01; 00:00:00:00:00:00:00:02;
00:00:00:00:00:00:00:03; 00:00:00:00:00:00:00:04
Effective configuration:
cfg: myHTcfg
zone: myHostTarget
00:3f:3f:3f:23:24:25:26
3f:3f:3f:30:32:00:00:00
To delete an RD Zone named
"red_0917_10_10_10_10_10_10_10_10_20_20_20_20_20_20_20_20":
switch:admin>
zone --rddelete red_0917_10_10_10_10_10_10_10_10_20_20_20_20_20_20_20_20
See Also
ad, zoneHelp