RBN-SYS-RESOURCES-MIB: View SNMP OID List / Download MIB
VENDOR: ERICSSON
Home | MIB: RBN-SYS-RESOURCES-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 |
rbnSysResourcesMib | 1.3.6.1.4.1.2352.2.24 |
The management information definitions for the system resources management of a network device. This MIB is viewable under all contexts. |
||
rbnSRMIBNotifications | 1.3.6.1.4.1.2352.2.24.0 | |||
rbnSRProcessEvent | 1.3.6.1.4.1.2352.2.24.0.1 |
This notification is sent each time the agent is informed of a process death/birth event. |
||
rbnSRSwitchoverEvent | 1.3.6.1.4.1.2352.2.24.0.2 |
This notification identifies when a switchover occurs from one main processor module to a backup. |
||
rbnSRStorageFailedEvent | 1.3.6.1.4.1.2352.2.24.0.3 |
This notification is sent when the value of rbnSRStorageStatus for a device changes to 'failed'. |
||
rbnSRPowerExceededEvent | 1.3.6.1.4.1.2352.2.24.0.4 |
This notification identifies when a controller card is inserted and results in more power being drawn than recommended. |
||
rbnSseDiskHealthDegradedAlarm | 1.3.6.1.4.1.2352.2.24.0.5 |
A rbnSseDiskHealthDegradedAlarm notification signifies that the hard disk health has degraded. |
||
rbnSseDiskFailedAlarm | 1.3.6.1.4.1.2352.2.24.0.6 |
A rbnSseDiskFailedAlarm notification signifies that the hard disk has failed. |
||
rbnSseDiskMissingAlarm | 1.3.6.1.4.1.2352.2.24.0.7 |
A rbnSseDiskMissingAlarm notification signifies that the hard disk is missing. |
||
rbnSseDiskUnsupportedAlarm | 1.3.6.1.4.1.2352.2.24.0.8 |
A rbnSseDiskUnsupportedAlarm notification signifies that the hard disk is not supported. |
||
rbnSseDiskOOSAlarm | 1.3.6.1.4.1.2352.2.24.0.9 |
A rbnSseDiskOOSAlarm notification signifies that the hard disk is out of service. |
||
rbnSseDiskVoltageFailureAlarm | 1.3.6.1.4.1.2352.2.24.0.10 |
A rbnSseDiskVoltageFailureAlarm notification signifies that the hard disk voltage has failed. |
||
rbnSseDiskOverHeatAlarm | 1.3.6.1.4.1.2352.2.24.0.11 |
A rbnSseDiskOverHeatAlarm notification signifies that the hard disk overheating. |
||
rbnSseDiskReadFailureAlarm | 1.3.6.1.4.1.2352.2.24.0.12 |
A rbnSseDiskReadFailureAlarm notification signifies that the hard disk read failure. |
||
rbnIssuStateChange | 1.3.6.1.4.1.2352.2.24.0.13 |
A notification reporting a change in ISSU state. The new state is returned in the notification. |
||
rbnChassisAlarm | 1.3.6.1.4.1.2352.2.24.0.14 |
A rbnChassisAlarm notification signifies that an alarm has been raised/cleared on the chassis. |
||
rbnSRMIBObjects | 1.3.6.1.4.1.2352.2.24.1 | |||
rbnSRProcess | 1.3.6.1.4.1.2352.2.24.1.1 | |||
rbnSRProcessNotifyLastUpdate | 1.3.6.1.4.1.2352.2.24.1.1.1 | timeticks | read-only |
The value of sysUpTime when an entry in the rbnSRProcessNotifyTable was last added. Because this table is likely to contain many entries, polling of this object allows a management station to determine when re-downloading of the table might be useful. |
rbnSRProcessEventNotifyEnable | 1.3.6.1.4.1.2352.2.24.1.1.2 | integer | read-write |
Indicates whether rbnSRProcessEvent notification should be generated for this system. Enumeration: 'disabled': 2, 'enabled': 1. |
rbnSRProcessNotifyTable | 1.3.6.1.4.1.2352.2.24.1.1.3 | no-access |
A list of process event notifications since the agent was last re-initialized. If no process event has ever been generated, this table is empty, i.e., has zero entries. |
|
1.3.6.1.4.1.2352.2.24.1.1.3.1 | no-access |
Information about a death/birth process event notification which was last generated on the particular process. |
||
rbnSRProcessNotifyProcName | 1.3.6.1.4.1.2352.2.24.1.1.3.1.1 | snmpadminstring | no-access |
A human readable name identifying a particular process in the system. |
rbnSRProcessNotifyPID | 1.3.6.1.4.1.2352.2.24.1.1.3.1.2 | unsigned32 | read-only |
A decimal number uniquely identifies the process. The value 0 indicates the process has not been started. |
rbnSRProcessNotifyEventCause | 1.3.6.1.4.1.2352.2.24.1.1.3.1.3 | integer | read-only |
This identifies the cause of a process death/birth event. The value firstStart(1) indicates the process has been started the first time. The other values identifies the process exit status recorded on the last process death event. On the SmartEdge platform, these values correspond 1-to-1 with the values displayed by the 'show process crash-info' CLI command. Enumeration: 'illegalInstruction': 5, 'busError': 11, 'ttyInput': 22, 'systemCallError': 13, 'exceededCpuTime': 25, 'profilingAlarm': 28, 'abort': 7, 'kill': 10, 'pipeError': 14, 'windowResize': 29, 'alarmClock': 15, 'quit': 4, 'childExit': 21, 'unknown': 34, 'hangup': 2, 'ttyOutput': 23, 'virtualAlarm': 27, 'powerFailRestart': 33, 'urgentConditionOnIOChannel': 17, 'inputOutput': 24, 'infoRequest': 30, 'segmentFault': 12, 'floatingPointException': 9, 'interrupt': 3, 'continueStopped': 20, 'firstStart': 1, 'stopFromTty': 19, 'exceededFileSize': 26, 'softwareTermination': 16, 'emt': 8, 'traceTrap': 6, 'stopNotFromTty': 18, 'userDefined1': 31, 'userDefined2': 32. |
rbnSRProcessNotifyEventType | 1.3.6.1.4.1.2352.2.24.1.1.3.1.4 | integer | read-only |
The type of event notification sent on the process described by this row of the table. The process event type death(1) indicates that the agent has been informed that the process is not available for any use. The event type birth(2) indicates that the agent has been informed that the process has been started. Enumeration: 'death': 1, 'birth': 2. |
rbnSRProcessNumOfSpawn | 1.3.6.1.4.1.2352.2.24.1.1.3.1.5 | unsigned32 | read-only |
The number of times the process has been spawned since the system was last initialized. Note that this is different from the restart of the network management portion of the system. |
rbnSRProcessNotifyLastTimeSent | 1.3.6.1.4.1.2352.2.24.1.1.3.1.6 | timeticks | read-only |
The value of sysUpTime at the time this notification was last generated on the process. |
rbnSRStorage | 1.3.6.1.4.1.2352.2.24.1.2 | |||
rbnSRStorageTable | 1.3.6.1.4.1.2352.2.24.1.2.1 | no-access |
The (conceptual) table of long-term storage devices contained by the system. In particular, disk devices accessed remotely over a network are not included here. |
|
1.3.6.1.4.1.2352.2.24.1.2.1.1 | no-access |
A (conceptual) entry for one long-term storage device contained by the system. |
||
rbnSRStorageIndex | 1.3.6.1.4.1.2352.2.24.1.2.1.1.1 | integer32 | no-access |
A unique value for each long-term storage device contained by the system. The value for each physical storage device must remain constant at least from one re-initialization of the agent to the next re-initialization. |
rbnSRStorageDescr | 1.3.6.1.4.1.2352.2.24.1.2.1.1.2 | snmpadminstring | read-only |
A textual description of this storage device, optionally including the device's manufacturer, revision, and its serial number. |
rbnSRStorageMedia | 1.3.6.1.4.1.2352.2.24.1.2.1.1.3 | integer | read-only |
An indication of the type of media used in this long-term storage device. Enumeration: 'hardDisk': 2, 'other': 1, 'flashMemory': 3. |
rbnSRStorageRemovable | 1.3.6.1.4.1.2352.2.24.1.2.1.1.4 | truthvalue | read-only |
Denotes whether or not the storage media may be removed from the drive/slot. |
rbnSRStorageSize | 1.3.6.1.4.1.2352.2.24.1.2.1.1.5 | rbnkbytes | read-only |
The total size for this long-term storage device. If the media is removable and is currently removed, this value should be zero. |
rbnSRStorageUtilization | 1.3.6.1.4.1.2352.2.24.1.2.1.1.6 | rbnpercentage | read-only |
This object is the percent utilization of the storage space on a scale of 0 to 100 percent. The formula used to calculate the Utilization is as follows. used blocks * 100 Utilization = --------------------------------------------- free blocks avail to the user + used blocks Note that the divisor is the total number of blocks available to the user which is a subset of the total storage size on the device in rbnSRStorageSize. |
rbnSRStorageSlot | 1.3.6.1.4.1.2352.2.24.1.2.1.1.7 | rbnslot | read-only |
The chassis slot number in which the controller card containing this storage device is present. |
rbnSRStorageMountTime | 1.3.6.1.4.1.2352.2.24.1.2.1.1.8 | timeticks | read-only |
The value of sysUpTime when this storage device was last mounted. |
rbnSRStorageStatus | 1.3.6.1.4.1.2352.2.24.1.2.1.1.9 | integer | read-only |
The functional status of this storage device. Enumeration: 'failed': 3, 'degrading': 2, 'operational': 1. |
rbnSRStorageErrors | 1.3.6.1.4.1.2352.2.24.1.2.1.1.10 | counter32 | read-only |
The cumulative count of soft errors on this storage device. |
rbnSseDiskStorageTable | 1.3.6.1.4.1.2352.2.24.1.2.2 | no-access |
File Server System Blade is a card on the SmartEdge platform that manages data on hard disks connected to the card. This table provides details of these disks. |
|
1.3.6.1.4.1.2352.2.24.1.2.2.1 | no-access |
A entry for the disk on the SSE. |
||
rbnSseDiskSlot | 1.3.6.1.4.1.2352.2.24.1.2.2.1.1 | rbnslot | no-access |
The chassis slot number in which the disk resides. |
rbnSseDiskNum | 1.3.6.1.4.1.2352.2.24.1.2.2.1.2 | unsigned32 | no-access |
The disk number used to identity the disk. |
rbnSseDiskState | 1.3.6.1.4.1.2352.2.24.1.2.2.1.3 | integer | read-only |
Operational status of the disk. Enumeration: 'down': 2, 'up': 1. |
rbnSseDiskSize | 1.3.6.1.4.1.2352.2.24.1.2.2.1.4 | unsigned32 | read-only |
Total size of the disk in GBytes. |
rbnSseDiskUsed | 1.3.6.1.4.1.2352.2.24.1.2.2.1.5 | unsigned32 | read-only |
Total disk space utilized in GBytes. |
rbnSRSystem | 1.3.6.1.4.1.2352.2.24.1.3 | |||
rbnSRSystemUptime | 1.3.6.1.4.1.2352.2.24.1.3.1 | timeticks | read-only |
The amount of time since this system was last initialized. Note that this is different from sysUpTime in the SNMPv2-MIB [RFC1907] because sysUpTime is the uptime of the network management portion of the system. |
rbnSRSystemDate | 1.3.6.1.4.1.2352.2.24.1.3.2 | dateandtime | read-write |
The host's notion of the local date and time of day. |
rbnPowerExceeded | 1.3.6.1.4.1.2352.2.24.1.4 | |||
rbnSRPowerExceededStatus | 1.3.6.1.4.1.2352.2.24.1.4.1 | integer | no-access |
The status of alarm when a controller card is inserted and results in more power being drawn than recommended. If an instance of this object has the value normal, then the chassis power has not exceeded. If an instance of this object has the value failed, then it means the chassis power was exceeded on inserting a controller card. Enumeration: 'failed': 2, 'normal': 1. |
rbnSseDiskAlarmDateAndTime | 1.3.6.1.4.1.2352.2.24.1.5 | dateandtime | no-access |
The local date and time when the alarm was raised |
rbnSseDiskAlarmSeverity | 1.3.6.1.4.1.2352.2.24.1.6 | ituperceivedseverity | no-access |
The perceived severity of the alarm. |
rbnSseDiskAlarmProbableCause | 1.3.6.1.4.1.2352.2.24.1.7 | ianaituprobablecause | no-access |
The probable cause for this alarm. |
rbnSseDiskEventType | 1.3.6.1.4.1.2352.2.24.1.8 | ianaitueventtype | no-access |
The type of the alarm. |
rbnSseDiskAlarmDescription | 1.3.6.1.4.1.2352.2.24.1.9 | snmpadminstring | no-access |
A text string which conveys additional information about the alarm. |
rbnIssuObjects | 1.3.6.1.4.1.2352.2.24.1.10 | |||
rbnIssuState | 1.3.6.1.4.1.2352.2.24.1.10.1 | integer | no-access |
The current state of the inservice system upgrade (ISSU). Enumeration: 'unknown': 0, 'complete': 2, 'aborted': 3, 'start': 1. |
rbnChassisGroup | 1.3.6.1.4.1.2352.2.24.1.11 | |||
rbnChassisAlarmId | 1.3.6.1.4.1.2352.2.24.1.11.1 | rbnalarmid | no-access |
The chassis alarm identifier |
rbnChassisAlarmType | 1.3.6.1.4.1.2352.2.24.1.11.2 | ianaitueventtype | no-access |
The chassis alarm type. |
rbnChassisAlarmDateAndTime | 1.3.6.1.4.1.2352.2.24.1.11.3 | dateandtime | no-access |
The local date and time when the chassis alarm was raised |
rbnChassisAlarmDescription | 1.3.6.1.4.1.2352.2.24.1.11.4 | snmpadminstring | no-access |
A text string which conveys additional information about the chassis alarm. |
rbnChassisAlarmProbableCause | 1.3.6.1.4.1.2352.2.24.1.11.5 | ianaituprobablecause | no-access |
The probable cause for the chassis alarm. |
rbnChassisAlarmSeverity | 1.3.6.1.4.1.2352.2.24.1.11.6 | ituperceivedseverity | no-access |
The perceived severity of the chassis alarm. |
rbnSRMIBConformance | 1.3.6.1.4.1.2352.2.24.2 | |||
rbnSRMIBCompliances | 1.3.6.1.4.1.2352.2.24.2.1 | |||
rbnSRMIBCompliance1 | 1.3.6.1.4.1.2352.2.24.2.1.1 |
The requirements for conformance to the System Resources MIB. rbnSRMIBCompliance2 replaces this compliance. |
||
rbnSRMIBCompliance2 | 1.3.6.1.4.1.2352.2.24.2.1.2 |
The requirements for conformance to the System Resources MIB. rbnSRMIBCompliance3 replaces this compliance. |
||
rbnSRMIBCompliance3 | 1.3.6.1.4.1.2352.2.24.2.1.3 |
The requirements for conformance to the System Resources MIB. |
||
rbnSRMIBCompliance4 | 1.3.6.1.4.1.2352.2.24.2.1.4 |
The requirements for conformance to the System Resources MIB. |
||
rbnSRMIBCompliance | 1.3.6.1.4.1.2352.2.24.2.1.5 |
The requirements for conformance to the System Resources MIB. |
||
rbnSRMIBCompliance6 | 1.3.6.1.4.1.2352.2.24.2.1.6 |
The requirements for conformance to the System Resources MIB. |
||
rbnSRMIBGroups | 1.3.6.1.4.1.2352.2.24.2.2 | |||
rbnSRProcessNotifyGroup | 1.3.6.1.4.1.2352.2.24.2.2.1 |
A collection of objects providing for remote monitoring of the system process event notification. |
||
rbnSRStorageGroup | 1.3.6.1.4.1.2352.2.24.2.2.2 |
The System Resources Storage Group. Replaced by rbnSRStorageGroup2. |
||
rbnSRProcessEventNotificationGroup | 1.3.6.1.4.1.2352.2.24.2.2.3 |
A collection of notifications that may be implemented for managing the system process. Replaced by rbnSRNotificationGroup. |
||
rbnSRNotificationGroup | 1.3.6.1.4.1.2352.2.24.2.2.4 |
A collection of notifications that are implemented for managing the system processes. Replaced by rbnSRNotificationGroup2. |
||
rbnSRStorageGroup2 | 1.3.6.1.4.1.2352.2.24.2.2.5 |
The System Resources Storage Group. |
||
rbnSRNotificationGroup2 | 1.3.6.1.4.1.2352.2.24.2.2.6 |
A collection of notifications that may be implemented for managing the system resources. |
||
rbnSRSystemGroup | 1.3.6.1.4.1.2352.2.24.2.2.7 |
A collection of objects providing for remote monitoring of the system information. |
||
rbnSRPowerNotifyGroup | 1.3.6.1.4.1.2352.2.24.2.2.8 |
A notification that may be implemented for tracking power capacity exceeding limit. |
||
rbnSRPowerExceededGroup | 1.3.6.1.4.1.2352.2.24.2.2.9 |
A group providing for status of the power capacity exceeding limit. |
||
rbnSseDiskGroup | 1.3.6.1.4.1.2352.2.24.2.2.10 |
A group providing SSE disk details. |
||
rbnSseDiskEventObjectGroup | 1.3.6.1.4.1.2352.2.24.2.2.11 |
A collection of rbnSseDisk notification objects. |
||
rbnSseDiskNotifyGroup | 1.3.6.1.4.1.2352.2.24.2.2.12 |
Notifications that are implemented for SSE disks. |
||
rbnIssuGroup | 1.3.6.1.4.1.2352.2.24.2.2.13 |
A collection of ISSU notification objects. |
||
rbnIssuNotifyGroup | 1.3.6.1.4.1.2352.2.24.2.2.14 |
Notifications that are implemented for ISSU. |
||
rbnChassisEventObjectGroup | 1.3.6.1.4.1.2352.2.24.2.2.15 |
A collection of rbnChassis notification objects. |
||
rbnChassisNotifyGroup | 1.3.6.1.4.1.2352.2.24.2.2.16 |
Notifications that are implemented for chassis. |