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

Table Of Contents
704 Fabric OS Command Reference
53-1000599-02
zone
2
To copy backup_zn zone from the root zone database (AD0) to the current Admin Domain, with
Admin Domain member list filtering:
switch:admin> zone --copy -f AD0.backup_zn
To delete all references associated with zone member 100,5:
switch:admin> zone --expunge “100,5”
You are about to expunge one configuration
or member. This action could result in removing
many zoning configurations recursively.
[Removing the last member of a configuration removes the configuration.]
Do you want to expunge the member? (yes, y, no, n): [no] yes
To validate all zones in the zone database in the current transaction buffer:
switch:admin> zone --validate -m 0
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"