Specifications

Table Of Contents
dbgshow
177Fabric OS Version 3.1.x/4.1.x Reference Guide
Displays current values of debug and verbosity levels of the specified module.
Synopsis
dbgshow module_name
Availability
Admin
Release
V3.1.x and V4.1.x
Description
Use this command to display the current values of debug and verbosity levels of
the specified module. If no module name is specified, display debug and
verbosity levels of all modules.
Operands
This command has the following operand:
Example
The following example shows how to use dbgshow to display information about a
specific module named NS
:
dbgshow
module_name
Specify the name of the module where you want to view
the debug and verbosity levels. Module names are case
sensitive. This operand is optional.
switch:admin> dbgshow TRUNK
Module TRUNK, debug level = 0, verbose level = 0
switch:admin> dbgshow NS
Module NS, debug level = 1, verbose level = 1
switch:admin>