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

Page 1255

Advertising
background image

Fabric OS Command Reference

1225

53-1003131-01

zoneShow

2

--transdiffsonly

Displays only the changes in the current transaction.

--help

Displays the command usage.

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 all green zones using pattern search, regardless of the case:

switch:admin> zoneshow --ic GREEN*

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

Advertising