jnxRmonAlarmTable

The entries in the jnxRmonAlarmTable, whose object identifier is {jnxMibs 13}, are represented by jnxRmonAlarmEntry, whose object identifier is {jnxRmonAlarmTable1} and are listed in Table 119.

Table 119: jnxRmonAlarmEntry

Object

Object Identifier

Description

jnxRmonAlarmGetFailCnt

jnxRmonAlarmEntry 1

Represents the number of times the internal Get request for the variable monitored by this entry has failed.

jnxRmonAlarmGetFailTime

jnxRmonAlarmEntry 2

Represents the value of sysUpTime when an internal Get request for the variable monitored by this entry last failed.

jnxRmonAlarmGetFailReason

jnxRmonAlarmEntry 3

Represents the reason an internal Get request for the variable monitored by this entry last failed. This object contains the following values:

  • other (1)—An error was encountered that does not fit into one of the currently defined categories.
  • noError (2)Get request processed successfully.
  • noSuchObject (3)—Requested object not available.
  • outOfView (4)—Requested object instance out of MIB view.
  • noSuchInstance (5)—Requested object instance not available.
  • badReqId (6)—Unexpected request ID encountered while processing Get request.
  • oidMatchErr (7)—Unexpected object ID encountered while processing Get request.
  • oidBindErr (8)—Unable to bind object ID to Get request PDU.
  • createPktErr (9)—Unable to create Get request PDU.
  • badObjType (10)—Unexpected object type encountered while processing Get request.

jnxRmonAlarmGetOkTime

jnxRmonAlarmEntry 4

Represents the value of sysUpTime when an internal Get request for the variable monitored by this entry succeeded and the entry left the getFailure state.

jnxRmonAlarmState

jnxRmonAlarmEntry 5

Represents the current state of this RMON alarm entry. This object contains the following values:

  • unknown (1)—Alarm entry unknown
  • underCreation (2)—Alarm entry not activated
  • active (3)—Alarm entry active and within thresholds
  • startup (4)—Alarm entry still waiting for first value
  • risingThreshold (5)—Alarm entry has crossed the rising threshold.
  • fallingThreshold (6)—Alarm entry has crossed the falling threshold
  • getFailure (7)—Alarm entry internal Get request failed.

Related Topics