Dell POWEREDGE M1000E User Manual

Page 1131

Advertising
background image

Fabric OS Command Reference

1103

53-1002746-01

zone

2

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 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"

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

Advertising