JUNIPER-RMON-MIB

File: JUNIPER-RMON-MIB.mib (6198 bytes)

Imported modules

SNMPv2-SMI RMON-MIB JUNIPER-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
TimeTicks NOTIFICATION-TYPE alarmEntry
alarmIndex alarmVariable jnxMibs
jnxRmonTraps

Defined Types

JnxRmonAlarmEntry  
SEQUENCE    
  jnxRmonAlarmGetFailCnt Counter32
  jnxRmonAlarmGetFailTime TimeTicks
  jnxRmonAlarmGetFailReason INTEGER
  jnxRmonAlarmGetOkTime TimeTicks
  jnxRmonAlarmState INTEGER

Defined Values

jnxRmon 1.3.6.1.4.1.2636.3.13
The MIB modules extends the Rmon as defined in RMON-MIB.
MODULE-IDENTITY    

jnxRmonAlarmTable 1.3.6.1.4.1.2636.3.13.1
Extensions to the rmon Alarm Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxRmonAlarmEntry

jnxRmonAlarmEntry 1.3.6.1.4.1.2636.3.13.1.1
Each entry containing additional management information applicable to a particular rmon alarm entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRmonAlarmEntry  

jnxRmonAlarmGetFailCnt 1.3.6.1.4.1.2636.3.13.1.1.1
The number of times the internal get request for the variable monitored by this entry has failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

jnxRmonAlarmGetFailTime 1.3.6.1.4.1.2636.3.13.1.1.2
The value of sysUpTime when an internal get request for the variable monitored by this entry last failed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

jnxRmonAlarmGetFailReason 1.3.6.1.4.1.2636.3.13.1.1.3
The reason why an internal get request for the variable monitored by this entry last failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), noError(2), noSuchObject(3), outOfView(4), noSuchInstance(5), badReqId(6), oidMatchErr(7), oidBindErr(8), createPktErr(9), badObjType(10), processRestarted(11), lostInstance(12)  

jnxRmonAlarmGetOkTime 1.3.6.1.4.1.2636.3.13.1.1.4
The value of sysUpTime when an internal get request for the variable monitored by this entry succeeded and the entry left the getFailure state.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

jnxRmonAlarmState 1.3.6.1.4.1.2636.3.13.1.1.5
The current state of this rmon alarm entry. The states and their definitions are: underCreation ... entry has not been activated active ... entry is active & within thresholds startup ... entry still waiting for 1st value risingThreshold ... entry has crossed the rising threshold fallingThreshold... entry has crossed the falling threshold getFailure ... internal get request failed
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), underCreation(2), active(3), startup(4), risingThreshold(5), fallingThreshold(6), getFailure(7)  

jnxRmonTrapPrefix 1.3.6.1.4.1.2636.4.3.0
OBJECT IDENTIFIER    

jnxRmonAlarmGetFailure 1.3.6.1.4.1.2636.4.3.0.1
The SNMP trap that is generated when the get request for an alarm variable returns an error. The specific error is identified by jnxRmonAlarmGetFailReason.
Status: current Access: read-only
NOTIFICATION-TYPE    

jnxRmonGetOk 1.3.6.1.4.1.2636.4.3.0.2
The SNMP trap that is generated when the get request for an alarm variable is successful. This is only sent after previous attempts were unsuccessful.
Status: current Access: read-only
NOTIFICATION-TYPE