Dell POWEREDGE M1000E User Manual
Page 1059
Advertising

Fabric OS Command Reference
1027
53-1001764-02
zoneShow
2
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
Advertising