Brocade Fabric OS Command Reference Manual Supporting Fabric OS v7.0.0 (April 2011)

1078 Fabric OS Command Reference
53-1001764-01
zoneShow
22
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
SEE ALSO zoneAdd, zoneCreate, zoneDelete, zoneRemove