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).
|
|||
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 |
|
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. |