Brocade OS Command Reference Manual Supporting Fabric OS v6.0.0 (53-1000599-01, October 2007)

Fabric OS Command Reference 683
53-1000599-01
zone
2
To validate all zones in the zone database in the persistent storage:
switch:admin> zone --validate -m 1
Defined configuration:
cfg: cfg1 zone1
cfg: cfg2 zone1; zone2
zone: zone1 1,1; ali1
zone: zone2 1,1; ali2
alias: ali1 10:00:00:05:1e:35:81:7f*; 10:00:00:05:1e:35:81:7d*
alias: ali2 10:00:00:05:1e:35:81:09*; 10:00:00:05:1e:35:81:88*
------------------------------------
~ - Invalid configuration
* - Member does not exist
To validate all zones in the zone database in the defined configuration:
switch:admin> zone --validate -m 1
To validate all zones in the zone database in the effective configuration:
switch:admin> zone --validate -m 1
To prune all the zone members that are not enforceable:
switch:admin> zone --validate -f
You are about to prune the zone configurations,
based on zone --validate output.
Do you want to prune the zone
configurations (yes, y, no, n): [no] y
2. Traffic Isolation Zone Commands:
To create a Traffic Isolation Zone with failover enabled (default).
switch:admin>zone --create -t ti red_zone -p "1,1; 2,4; 1,8; 2,6"
Create and activate a Traffic Isolation Zone with failover disabled and deactivated:.
switch:admin>zone --ccreate -t ti -o dn red_zone -p "1,1; 2,4; 1,8; 2,6"
To add E_port and N_port member as a portlist to an existing TI zone:
switch:admin>zone --add red_zone -p "3,4; 3,6"
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