Dell POWEREDGE M1000E User Manual

Page 1149

Advertising
background image

Fabric OS Command Reference

1121

53-1002746-01

zoneShow

2

EXAMPLES

To display all zones:

switch:admin> zoneshow
Defined configuration:
cfg: cfg1 red
zone: blue 44,5; 10:00:00:00:00:01:00:00; 3,4
zone: red 3,4; 1,2; 4,5; 2,3

Effective configuration:
cfg: cfg1
zone: red 3,4
1,2
4,5
2,3

To sort the zones in ascending order:

switch:admin> zoneShow --sort
Defined configuration:
cfg: cfg1 red
zone: blue 10:00:00:00:00:01:00:00; 3,4; 44,5
zone: red 1,2; 2,3; 3,4; 4,5

Effective configuration:
cfg: cfg1
zone: red 1,2
2,3
3,4
4,5

To display the red zone only using pattern search:

switch:admin> zoneshow red
zone: red 3,4; 1,2; 4,5; 2,3

To combine a pattern search with the sorting option:

switch:admin> zoneshow --sort red
zone: red 1,2; 2,3; 3,4; 4,5

To display the filtered content of the transaction buffer:

switch:admin> zoneshow red, 1
zone: red 3,4; 1,2; 4,5; 2,3

To display the filtered and sorted content of the transaction buffer:

switch:admin> zoneshow --sort red, 1
zone: red 1,2; 2,3; 3,4; 4,5

To display the changes in the current transaction:

switch:admin> zoneshow --transdiffs
Defined configuration:
cfg: fabric_cfg
green_zone
zone: blue_zone
21:00:00:20:37:0c:76:8c
*zone: green_zone
21:00:00:20:37:0c:76:01; -1,4
*zone: red_zone

Advertising