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

Table Of Contents
Fabric OS Command Reference 705
53-1000599-02
zone
2
To add option to disable/enable failover for a TI zone:
switch:admin>zone --add -o n red_zone
switch:admin>zone --add -o f green_zone" -p "3,4"
To remove portlist members from an existing TI zone.
switch:admin> zone --remove blue_zone -p "3,4; 3,6"
To activate the TI zone "blue_zone":
switch:admin> zone --activate blue_zone
To deactivate the TI zone "red_zone":
switch:admin> zone --deactivate red_zone
To delete the TI zone "blue_zone":
switch:admin> zone --delete blue_zone
To display all TI zones in the defined configuration:
switch:admin> zone --show
Defined TI zone configuration:
TI Zone Name: greenzone
Port List: 2,2; 3,3; 5,3; 4,11
Status: Activated Failover: Enabled
TI Zone Name: bluezone
Port List: 1,2; 1,3; 3,3; 4,5
Status: Activated Failover: Enabled
TI Zone Name: purplezone
Port List: 9,2; 9,3; 8,3; 8,5
Status: Deactivated Failover: Disabled
To display the status of "blue_zone" in the defined configuration:
switch:admin>zone --show blue_zone
Zone Name: blue_zone:
List of port: 1,2; 1,3; 3,3; 4,5
Failover: Enabled
Status: Activated
To create an FCR TI Zone within an Edge fabric where a host should to 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, "5,250"and "5.251"are the proxy targets, and the remaining members are E_Ports:
switch:admin> zone --create -t ti fcr_edge_ti_zone -p "3,1; 5,250; 5,251; 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's port number 4 and FCR2's 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"