Brocade Fabric OS Command Reference (Supporting Fabric OS v7.3.0) User Manual

Page 1238

Advertising
background image

1208

Fabric OS Command Reference

53-1003131-01

zone

2

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 display members for the zone "TI_zone", regardless of the case:

switch:admin> zone --show -ic TI_zone*

Defined TI zone configuration:

TI Zone Name: TI_zone

Port List: 7,8

Configured Status: Activated / Failover-Enabled

Enabled Status: Deactivated

TI Zone Name: ti_zone

Port List: 3,3

Configured Status: Activated / Failover-Enabled

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"

Advertising