D-Link DES-3200 Series Washer/Dryer User Manual


 
xStack
®
DES-3200 Series Layer 2 Managed Fast Ethernet Switch CLI Reference Guide
185
Format
debug buffer [utilization | dump | clear | upload_toTFTP <ipaddr> <path_filename 64>]
Parameters
utilization - Display the debug buffer’s state.
dump - Display the debug message in the debug buffer.
clear - Clear the debug buffer.
upload_toTFTP - Upload the debug buffer to a TFTP server specified by IP address.
<ipaddr> - Specify the IPv4 address of the TFTP server.
<path_filename 64> - The pathname specifies the DOS pathname on the TFTP server. It can
be a relative pathname or an absolute pathname. This value can be up to 64 characters
long.
Restrictions
Only Administrator users can issue this command.
Example
To show the debug buffer’s state:
DES-3200-28/ME:admin#debug buffer utilization
Command: debug buffer utilization
Allocate from : System memory pool
Total size : 2 MB
Utilization rate : 30%
DES-3200-28/ME:admin#
To clear the debug buffer:
DES-3200-28/ME:admin#debug buffer clear
Command: debug buffer clear
Success.
DES-3200-28/ME:admin#
To upload the messages stored in debug buffer to TFTP server:
DES-3200-28/ME:admin#debug buffer upload_toTFTP 10.0.0.90 debugcontent.txt
Command: debug buffer upload_toTFTP 10.0.0.90 debugcontent.txt
Connecting to server................... Done.
Upload debug file ................... Done.
DES-3200-28/ME:admin#