Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
133
13. Debug Commands
13-1 debug enable
This command is used to enable the debug message output option. To disable the debug message
output option, use the no form of this command.
debug enable
no debug enable
Parameters
None.
Default
By default, this option is disabled.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
Use this command to enable the debug message output option.
Example
This example shows how to enable and then disable the debug message output option.
Switch(config)# debug enable
Switch(config)# no debug enable
Switch(config)#
13-2 debug output
This command is used to specify the output for the debug messages of individual modules.
debug output {module <MODULE-LIST> | all} {buffer | console}
no debug output {module <MODULE-LIST> | all}
Parameters
<MODULE-LIST>
Specifies the module list to output the debug messages. Leave a
space between modules.
all
Specifies to output the debug messages of all modules to the specified
destination.
buffer
Specifies to output the debug message to the debug buffer.
console
Specifies to output the debug messages to the local console.