Introduction

There are multiple possibilities to get debug information out of the system.

WEB-interface.

  • In the web-interface go to: System Management - Global Settings:
  • Change the "Maximum Message Level of Syslog Entries" to "Debug"
  • Change the "Maximum Number of Syslog Entries" to "500"

 

 

  • In the web-interface go to: Monitoring - Internal Log:to see all debug messages.

 

Command Line

Debug commands

Connect to the device using:

  • Serial cable
  • Telnet
  • SSH

 

Commands:

debug all &

ps

 

debug -e "*DEBUG/OSP*" all &

Will provide you only the messages containing "DEBUG/OSP"

  • No labels