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

Page 1237

Advertising
background image

Fabric OS Command Reference

1207

53-1003131-01

zone

2

To add the option to disable failover for a TI zone:

switch:admin> zone --add -o n purplezone

To add the option to enable failover for a TI zone:

switch:admin> zone --add -o f greenzone" -p "3,4"

To remove portlist members from an existing TI zone.

switch:admin> zone --remove bluezone -p "3,4; 3,6"

To activate the TI zone "bluezone":

switch:admin> zone --activate bluezone

To deactivate the TI zone "purplezone":

switch:admin> zone --deactivate purplezone

To delete the TI zone "bluezone":

switch:admin> zone --delete bluezone

To display all TI zones in the defined configuration:

switch:admin> zone --show

Defined TI zone configuration:

TI Zone Name: ti_blue

Port List: 4,55; 10:00:00:00:00:01:00:01; \

10:00:00:00:00:01:00:04; 3,9

Configured Status: Activated / Failover-Disabled

Enabled Status: Deactivated

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

Advertising