24
enable epsr debug
Software Reference
enable epsr debug
Syntax
ENAble EPSR={
epsr-name
|ALL} DEBug={INFo|MSG|PKT|STAte|ALL}
[OUTput=CONsole] [TIMEOut={1..4000000000|NONE}]
Description
This command enables debugging for either the selected EPSR instance, or all
EPSR instances.
Examples
To enable all debugging modes on the EPSR instance called blue, use the
command:
ena epsr=blue deb=all
Related Commands
disable epsr debug
show epsr debug
Parameter
Description
EPSR
The EPSR instance whose debugging is to be enabled.
Default: no default
epsr-nam
e
The name of the EPSR instance. This can be a character
string, 1 to 15 characters long. Valid characters are
uppercase letters (A-Z), lowercase letters (a-z), digits (0-9),
the underscore character ("_"), the hyphen character ("-").
The
epsr-name
cannot be ALL.
ALL
All EPSR instances.
DEbug
The debugging modes to be enabled.
Default: no default.
INFo
General information about the EPSR instance selected.
MSG
Decoded display of received and transmitted EPSR frames.
PKT
Raw ASCII display of received and transmitted EPSR frames.
STAte
EPSR state transitions.
ALL
All debug options.
OUTput
When this parameter is set to
console,
all debugging information will be
sent to the console. By default, the debugging data is sent to the port that
received the enable epsr debug command. Use this option if the
enable
epsr debug
command is used in a script, because a script is not received
on a port.
TIMEOut
The number of seconds during which debugging is enabled on the
specified EPSR instances. Limiting the debugging period reduces the risk of
overloading the switch with debugging information. This value set in this
command overrides all previous EPSR debugging timeout values for the
specified EPSR instances, even if they were specified for other debugging
modes.
Default: the most recent timeout value set in an
enable epsr debug
command for the given EPSR instance, or
none
if none had been set.