Brocade Fabric OS Command Reference - Supporting Fabric OS v7.0.1 (53-1002447-01, March 2012)

Fabric OS Command Reference 1085
53-1001764-01
zoneShow
2
zoneShow
Displays zone information.
SYNOPSIS zoneshow [--sort] [pattern][, mode]
zoneshow --help
DESCRIPTION Use this command to display zone configuration information. This command includes sorting and search
options to customize the output. If a pattern is specified, the command displays only matching match
zone configuration names in the defined configuration. When used without operands, the command
displays all zone configuration information for the Defined and the Effective configuration. Refer to
cfgShow for a description of this display.
NOTES The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may be in
place. Refer to Chapter 1, "Using Fabric OS Commands" and Appendix A, "Command Availability" for
details.
When FCS policy is enabled, this command can be issued on any FCS switch in the fabric.
OPERANDS This command has the following operands:
--sort
Displays D,I zone members in ascending order.
pattern
A POSIX-style regular expression used to match zone configuration names. This
operand is optional. Patterns can contain:
A question mark (?) to match any single character.
An asterisk (*) to match any string of characters.
A range of characters to match any character within the range: for example,
[0-9] or [a-f].
mode
Specify 0 to display the contents of the transaction buffer (the contents of the
current transaction), or specify 1 to display the contents of the nonvolatile
memory. The default value is 0. This operand is optional.
--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