Fabric OS Reference Manual (Version 3.0)

Fabric OS Reference 1-287
Telnet Commands
1
zoneShow
Display zone information.
Synopsis zoneShow [pattern]
Availability All users
Description Use this command to display zone configuration information.
If no parameters are specified, all zone configuration information (both defined and enabled) is
displayed. See 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.
Operands The following operand is optional:
pattern A POSIX style regular expression used to match zone configuration names.
Patterns may contain:
Question mark “?” that matches any single character
Asterisk “*” that matches any string of characters
Ranges “[0-9a-f]” that match any character within the range
Example To show all zones beginning with the letters “A” through “C”:
See Also zoneAdd
zoneCreate
zoneDelete
zoneRemove
switch:admin> zoneShow "[A-C]*"
zone: Blue_zone 1,1; array1; 1,2; array2