System logging

The CPE implements the following system log notification codes and sample messages:

  • RMON_TR69_INFORM_COMPLETE
    • INFORM to http://15.29.20.50:9090/ from (IP address not set yet) completed with error.

    • INFORM to http://15.29.20.50:9090/ from 10.0.10.212 completed with error.

    • INFORM to http://15.29.20.50:9090/ from 10.0.10.212 completed successfully.

  • RMON_TR69_AUTH_FAILED
    • Authentication on ACS http://15.29.20.50:9090/ failed.

  • RMON_TR69_CONN_FAILED
    • Connection attempts with ACS http://15.29.20.50:9090/ from 10.0.10.212 failed.

To avoid flooding the system log on frequent attempts to connect with the ACS, the following criteria are used with both successful and failed attempts:

  1. The very first event is always logged.

  2. Any change from success to failure or vice versa is always logged.

  3. Repeat success or failure events are logged only once every five minutes.

The HTTP file transfer component supports these system log notification codes and sample messages:

  • RMON_HTTP_XFER_COMPLETE
    • I 11/19/13 08:06:13 04185 http: Download of http://10.0.11.240:9876/path to DestinationFile completed successfully.

    • I 11/19/13 08:06:13 04185 http: Upload of SourceFile to http://10.0.11.240:9876/path completed successfully.

  • RMON_HTTP_CONN_FAILED
    • W 11/19/13 08:06:13 04186 http: Connection to http://10.0.11.240:9876/path failed.

  • RMON_HTTP_TIMED_OUT
    • W 11/19/13 08:06:13 04192 http: Download of http://10.0.11.240:9876/path to DestinationFile timed out.

    • W 02/20/14 00:32:17 04192 http: Upload of SourceFile to http://10.0.11.240:9876/path timed out.

  • RMON_HTTP_NO_SPACE
    • W 11/19/13 08:06:13 04189 http: Upload of SourceFile to http://10.0.11.240:9876/path canceled because of insufficient memory.

  • RMON_HTTP_REQ_FAILED
    • W 11/19/13 08:06:13 04190 http: Upload of SourceFile to http://10.0.11.240:9876/path failed (errno 13).

    • W 11/19/13 08:06:13 04190 http: Upload of SourceFile to http://10.0.11.240:9876/path failed (errno 1).

    • W 11/19/13 08:06:13 04190 http: Download of http://10.0.11.240:9876/path to DestinationFile failed (errno 13).

    • W 11/19/13 08:06:13 04190 http: Download of http://10.0.11.240:9876/path to DestinationFile failed (errno 1).

    • W 11/19/13 08:06:13 04190 http: Download of http://10.0.11.240:9876/path to DestinationFile failed (errno 17).

  • RMON_HTTP_WRONG_FILE
    • W 11/19/13 08:06:13 04191 http: Download canceled because file http://10.0.11.240:9876/path is malformed or incompatible.

    • W 11/19/13 08:06:13 04191 http: Download canceled because file http://10.0.11.240:9876/path is malformed or incompatible.

  • RMON_HTTP_FILE_NOT_FOUND
    • W 11/19/13 08:06:13 04200 http: Upload of SourceFile to http://10.0.11.240:9876/path canceled because of inexistent file.