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

Page 1236

Advertising
background image

1206

Fabric OS Command Reference

53-1003131-01

zone

2

zone: t_r_a_f_f_i_c_i_s_o_prop__zn

1,3*; 2,3*

------------------------------------

~ - Invalid configuration

* - Member does not exist

# - Invalid usage of broadcast zone

To validate all zones in the zone database in the effective configuration:

switch:admin> zone --validate -m 2

Effective configuration:

cfg: ticonfig

zone: regzone 1,4*

1,5*

------------------------------------

~ - Invalid configuration

* - Member does not exist

# - Invalid usage of broadcast zone

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

To validate the zone members beginning with "gre", regardless of the case:

switch:admin> zone --validate -i gre*

Defined configuration:

zone: GREEN 44,4; 21:00:00:20:37:0c:71:02; 8,9

zone: green 2,2*; 2,3*; 21:00:00:20:37:0c:76:8c*

Effective configuration:

zone: green 2,2*

2,3*

21:00:00:20:37:0c:76:8c*

------------------------------------

~ - Invalid configuration

* - Member does not exist

# - Invalid usage of broadcast zone

2. Traffic isolation zone commands

To create an activated traffic isolation zone with failover enabled (default).

switch:admin> zone --create -t ti purplezone \

-p "1,1; 2,4; 1,8; 2,6"

To create a deactivated traffic isolation zone with failover disabled:.

switch:admin> zone --create -t ti -o dn purplezone \

-p "1,1; 2,4; 1,8; 2,6"

To add an E_Port and N_Port member as a portlist to an existing TI zone:

switch:admin> zone --add purplezone \

-p "3,4; 3,6"

Advertising