Logging and Internal Trace Commands

SET LOG FILTER {EVENT DEBUG INFO SECURITY WARNING}

Specifies the type of information that is to be written to the event log. Use SHOW LOG to see the event log. Use SHOW LOG STATUS to see the current log filter.

ENABLE LOG MODULE <taskName ALL>

DISABLE LOG MODULE <taskName ALL>

Each firmware module issues status messages during operation. These commands enable or disable the inclusion in the event log of messages from the specified firmware module. Use SHOW LOG to see the event log. Use SHOW LOG STATUS to see which modules are currently excluded.

taskName

A module name (as seen in SHOW LOG). Examples: DHCP.

 

 

ALL

Enable all module messages.

 

 

ENABLE LOG OUTPUT REMOTE hostAddr

DISABLE LOG OUTPUT REMOTE

Enables/disables the sending of event log information to the specified device each time an event occurs.

hostAddr

IP address of the remote device (only required when enabling).

SHOW LOG [STATUS]

Displays the event log. SHOW LOG STATUS displays log status only.

START TRACE module [frame_size]

Starts a trace for the specified module. The optional ‘frame_size’ argument specifies the maximum size of one frame for that module. You can disable a trace with STOP TRACE.

STOP TRACE module

Disables a trace for a module. Traces are started with the START TRACE command.

SHOW TRACE module

Shows traces saved for the specified modules. Traces are started with the START TRACE command.

SHOW LOG PLUS module

Shows the log plus specified traces.

Command Line Reference

Page 77

Page 77
Image 77
Eicon Networks 2440 manual Logging and Internal Trace Commands, TaskName Module name as seen in Show LOG. Examples Dhcp