Command Reference Guide

1104 Fabric OS Command Reference
53-1002746-01
zone
2
TI Zone Name: ti_red
Port List: 4,4; 5,5; 3,3
Configured Status: Activated / Failover-Enabled
Enabled Status: Activated / Failover-Enabled
To display all TI zones in the defined configuration in ascending order:
switch:admin> zone --show -ascending
Defined TI zone configuration:
TI Zone Name: ti_blue
Port List: 10:00:00:00:00:01:00:01; \
10:00:00:00:00:01:00:04; 3,9; 4,55
Configured Status: Activated / Failover-Disabled
Enabled Status: Deactivated
TI Zone Name: ti_red
Port List: 3,3; 4,4; 5,5
Configured Status: Activated / Failover-Enabled
Enabled Status: Activated / Failover-Enabled
To display a specified zone in the defined configuration:
switch:admin> zone --show ti_red
Defined TI zone configuration:
TI Zone Name: ti_red
Port List: 4,4; 5,5; 3,3
Configured Status: Activated / Failover-Disabled
Enabled Status: Deactivated
To display members for the zone "ti_red" in ascending order:
switch:admin> zone --show ti_red -ascending
Defined TI zone configuration:
TI Zone Name: ti_red
Port List: 3,3; 4,4; 5,5
Configured Status: Activated / Failover-Disabled
Enabled Status: Deactivated
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 the 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"