JUNIPER-RMON-MIB: View SNMP OID List / Download MIB

VENDOR: JUNIPER


 Home MIB: JUNIPER-RMON-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 jnxRmon 1.3.6.1.4.1.2636.3.13
The MIB modules extends the Rmon as defined in RMON-MIB.
       jnxRmonAlarmTable 1.3.6.1.4.1.2636.3.13.1 no-access
Extensions to the rmon Alarm Table
           jnxRmonAlarmEntry 1.3.6.1.4.1.2636.3.13.1.1 no-access
Each entry containing additional management information applicable to a particular rmon alarm entry.
               jnxRmonAlarmGetFailCnt 1.3.6.1.4.1.2636.3.13.1.1.1 counter32 read-only
The number of times the internal get request for the variable monitored by this entry has failed.
               jnxRmonAlarmGetFailTime 1.3.6.1.4.1.2636.3.13.1.1.2 timeticks read-only
The value of sysUpTime when an internal get request for the variable monitored by this entry last failed.
               jnxRmonAlarmGetFailReason 1.3.6.1.4.1.2636.3.13.1.1.3 integer read-only
The reason why an internal get request for the variable monitored by this entry last failed. Enumeration: 'outOfView': 4, 'processRestarted': 11, 'oidBindErr': 8, 'oidMatchErr': 7, 'badReqId': 6, 'createPktErr': 9, 'noError': 2, 'other': 1, 'lostInstance': 12, 'noSuchObject': 3, 'badObjType': 10, 'noSuchInstance': 5.
               jnxRmonAlarmGetOkTime 1.3.6.1.4.1.2636.3.13.1.1.4 timeticks read-only
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 1.3.6.1.4.1.2636.3.13.1.1.5 integer read-only
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 Enumeration: 'unknown': 1, 'startup': 4, 'underCreation': 2, 'getFailure': 7, 'risingThreshold': 5, 'fallingThreshold': 6, 'active': 3.
     jnxRmonTrapPrefix 1.3.6.1.4.1.2636.4.3.0
         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.
         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.