Fabric OS Reference Manual (Version 3.0)

1-26 Fabric OS Reference
Telnet Commands
1
cfgShow
Display zone configuration information.
Synopsis cfgShow ["pattern"]
Availability All users
Description Use this command to display zone configuration information.
If no operand is specified, all zone configuration information (both defined and enabled) is
displayed.
If an operand is specified, it is used as a pattern to match zone configuration names in the defined
configuration; those that match the pattern are displayed.
The defined configuration is the complete set of all zone objects that have been defined in the
fabric. There can be multiple zone configurations defined, but only one can be enabled at a time.
There may be inconsistencies in the definitions, zones or aliases that are referenced but not defined,
or there may be duplicate members.
The enabled configuration is the currently zone configuration enabled. The devices that an initiator
sees in the fabric are based on this configuration. The enabled configuration is built when a
specified zone configuration is enabled.
Note: This command requires a Zoning License.
Operands This command has the following operand:
pattern Specify a POSIX style regular expression enclosed in quotation marks and used
to match zone configuration names. Patterns can contain:
Question mark “?” that matches any single character
Asterisk “*” that matches any string of characters
Ranges that match any character within the range.
For example, [0-9] or [a-f].
This operand is optional.
Example To show defined configuration information:
switch:admin> cfgShow "Test"
cfg: Test1 Blue_zone
cfg: Test_cfg Red_zone; Blue_zone