Brocade Fabric OS Command Reference Guide v6.1.0 (53-1000599-02, June 2008)

Table Of Contents
716 Fabric OS Command Reference
53-1000599-02
zoneShow
2
zoneShow
Displays zone information.
Synopsis zoneshow ["pattern"][, mode]
Description Use this command to display zone configuration information.
If no parameters are specified, all zone configuration information (both defined and enabled) is
displayed. Refer to cfgShow for a description of this display.
If a parameter is specified, it is used as a pattern to match zone configuration names, and those
that match in the defined configuration are displayed.
Notes When FCS policy is enabled, this command can be issued on any FCS switch in the fabric.
Operands This command has the following operands:
"pattern" A POSIX-style regular expression used to match zone configuration names.
The pattern must be enclosed in quotation marks. 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.
Examples To display all zones beginning with the letters “A” through “C”:
switch:admin> zoneshow "[A-C]*"
zone: Blue_zone 1,1; array1; 1,2; array2
See Also zoneAdd, zoneCreate, zoneDelete, zoneRemove