Interpreting SNMP traps

After you configure the SNMP manager and watcher service, the service sends traps for any alarms generated by any watched service (process).

The wdClapiNotification object in the Nuance MIB represents the SNMP trap. It contains five objects:

  • wdnoClapiSeverity—Alarm severity: criticalAlarm, majorAlarm, and minorAlarm.
  • wdnoClapiMessageId—Event ID of the alarm in Management Station. Not applicable for SNMP. View the alarm in Management Station for the description and action to take.
  • wdnoClapiMessage—Complete message produced by the service subsystem. Includes key information like the time at which the alarm occurred, the host on which the alarm occurred, the service generating the alarm, and a debug trace. The debug trace may consist of some or all of these fields, separated by semi-colons:
    • Org–ID: The company name, for example, CompanyA.
    • App–ID: The application name, for example, Weather.
    • DNIS: Dialed Number Identification Service. The dialed number or sip: URI of the incoming call. Some examples are 5551212, 16505551212, sip:5551212@nvp_host:port.
    • SIP–CallID: Call ID of the SIP incoming call. For example: MTI1YjQ1MDI0Nzg5MmQ4NDgxZTVkNzMzNWFiNmM3MmE. See RFC 3261.
    • Text: Explains the reason for the alarm, for example, Can not collect data, directory.

Field

Description

Version

The message of the version, currently 20.

Session ID

Globally unique identifier for the current call session. The session ID value is a hexadecimal representation indicating:

  • Host IP address—IP address of the machine answering the call
  • Process ID—OS-specific identifier
  • Timestamp—Number of seconds elapsed since Jan. 1, 1970
  • Instance—Per-process identifier
  • Channel ID—Application-specific value (zero, if automatically generated)

For example: 0a650051_00000153_3ba8ecf6_0001_0000

If the session ID is not available, it appears as “-” in the display.

Category

Message classification, currently LOG.

Level

Logging level for the message, for example, MINOR_ALARM. Equals wdnoClapiSeverity.

Event ID

Unique identifier for a particular message, for example, 10027013. Not applicable for SNMP. When clicked in Management Station Alarms table, displays details about the message, including possible actions to correct the problem.

Equals wdnoClapiMessageId.

Time

Date and time (based on a 24-hour clock) the message was generated. The format is:

YYYY-MM-DD hour:minutes:seconds.milliseconds

For example: 20012-10-22 18:07:47.559.

Host

Host where the event occurred, for example, bluebird.

Service

Service or user application that generated the message, for example, fta.

Service ID

Unique identifier for the service that generated the message, for example, 651d3ab1-0a03-13b4-008d-e4627dd854c6.

Thread ID

Identifier assigned by the operating system to each running thread of a service, for example, 6116.

Service Subsystem

Internal component name that generated the message, for example, FTS.

Internal Source

Class name, method name or line number where the message was generated, for example, FTS.

Message length

Message length in bytes, for example, 148.

Message text

Consists of these components separated by semi-colons:

  • Org–ID: Company value specified on the voice browser service Applications tab, for example, CompanyA.
  • App–ID: Application value specified on the voice browser service Applications tab, for example, Weather.
  • DNIS: Dialed Number Identification Service. The dialed number or sip: URI of the incoming call. Some examples are 5551212, 16505551212, sip:5551212@nvp_host:port.
  • SIP–CallID: Call ID of the SIP call coming into the telephony session service. For example: MTI1YjQ1MDI0Nzg5MmQ4NDgxZTVkNzMzNWFiNmM3MmE. See RFC 3261.
  • Text: Explains the reason for the alarm, for example, Can not collect data, directory.
  • wdnoClapiHostName—Hostname of the machine running the service that generated the alarm.
  • wdnoClapiServiceName—Name of the service that generated the alarm.