ERICSSON-ROUTER-SYS-RESOURCES-MIB: View SNMP OID List / Download MIB

VENDOR: ERICSSON AB


 Home MIB: ERICSSON-ROUTER-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).
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
 eriRouterSysResourcesMib 1.3.6.1.4.1.193.218.2.24
The management information definitions for the system resources management of a network device. This MIB is viewable under all contexts.
       eriRouterSRMIBNotifications 1.3.6.1.4.1.193.218.2.24.0
           eriRouterSRProcessEvent 1.3.6.1.4.1.193.218.2.24.0.1
This notification is sent each time the agent is informed of a process death/birth event.
           eriRouterSRSwitchoverEvent 1.3.6.1.4.1.193.218.2.24.0.2
This notification identifies when a switchover occurs from one main processor module to a backup.
           eriRouterSRStorageFailedEvent 1.3.6.1.4.1.193.218.2.24.0.3
This notification is sent when the value of eriRouterSRStorageStatus for a device changes to 'failed'.
           eriRouterSRPowerExceededEvent 1.3.6.1.4.1.193.218.2.24.0.4
This notification identifies when a controller card is inserted and results in more power being drawn than recommended.
           eriRouterSseDiskHealthDegradedAlarm 1.3.6.1.4.1.193.218.2.24.0.5
A eriRouterSseDiskHealthDegradedAlarm notification signifies that the hard disk health has degraded.
           eriRouterSseDiskFailedAlarm 1.3.6.1.4.1.193.218.2.24.0.6
A eriRouterSseDiskFailedAlarm notification signifies that the hard disk has failed.
           eriRouterSseDiskMissingAlarm 1.3.6.1.4.1.193.218.2.24.0.7
A eriRouterSseDiskMissingAlarm notification signifies that the hard disk is missing.
           eriRouterSseDiskUnsupportedAlarm 1.3.6.1.4.1.193.218.2.24.0.8
A eriRouterSseDiskUnsupportedAlarm notification signifies that the hard disk is not supported.
           eriRouterSseDiskOOSAlarm 1.3.6.1.4.1.193.218.2.24.0.9
A eriRouterSseDiskOOSAlarm notification signifies that the hard disk is out of service.
           eriRouterSseDiskVoltageFailureAlarm 1.3.6.1.4.1.193.218.2.24.0.10
A eriRouterSseDiskVoltageFailureAlarm notification signifies that the hard disk voltage has failed.
           eriRouterSseDiskOverHeatAlarm 1.3.6.1.4.1.193.218.2.24.0.11
A eriRouterSseDiskOverHeatAlarm notification signifies that the hard disk overheating.
           eriRouterSseDiskReadFailureAlarm 1.3.6.1.4.1.193.218.2.24.0.12
A eriRouterSseDiskReadFailureAlarm notification signifies that the hard disk read failure.
           eriRouterIssuStateChange 1.3.6.1.4.1.193.218.2.24.0.13
A notification reporting a change in ISSU state. The new state is returned in the notification.
           eriRouterChassisAlarm 1.3.6.1.4.1.193.218.2.24.0.14
A eriRouterChassisAlarm notification signifies that an alarm has been raised/cleared on the chassis.
       eriRouterSRMIBObjects 1.3.6.1.4.1.193.218.2.24.1
           eriRouterSRProcess 1.3.6.1.4.1.193.218.2.24.1.1
               eriRouterSRProcessNotifyLastUpdate 1.3.6.1.4.1.193.218.2.24.1.1.1 timeticks read-only
The value of sysUpTime when an entry in the eriRouterSRProcessNotifyTable 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.
               eriRouterSRProcessEventNotifyEnable 1.3.6.1.4.1.193.218.2.24.1.1.2 integer read-write
Indicates whether eriRouterSRProcessEvent notification should be generated for this system. Enumeration: 'disabled': 2, 'enabled': 1.
               eriRouterSRProcessNotifyTable 1.3.6.1.4.1.193.218.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.
                   eriRouterSRProcessNotifyEntry 1.3.6.1.4.1.193.218.2.24.1.1.3.1 no-access
Information about a death/birth process event notification which was last generated on the particular process.
                       eriRouterSRProcessNotifyProcName 1.3.6.1.4.1.193.218.2.24.1.1.3.1.1 snmpadminstring no-access
A human readable name identifying a particular process in the system.
                       eriRouterSRProcessNotifyPID 1.3.6.1.4.1.193.218.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.
                       eriRouterSRProcessNotifyEventCause 1.3.6.1.4.1.193.218.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.
                       eriRouterSRProcessNotifyEventType 1.3.6.1.4.1.193.218.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.
                       eriRouterSRProcessNumOfSpawn 1.3.6.1.4.1.193.218.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.
                       eriRouterSRProcessNotifyLastTimeSent 1.3.6.1.4.1.193.218.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.
           eriRouterSRStorage 1.3.6.1.4.1.193.218.2.24.1.2
               eriRouterSRStorageTable 1.3.6.1.4.1.193.218.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.
                   eriRouterSRStorageEntry 1.3.6.1.4.1.193.218.2.24.1.2.1.1 no-access
A (conceptual) entry for one long-term storage device contained by the system.
                       eriRouterSRStorageIndex 1.3.6.1.4.1.193.218.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.
                       eriRouterSRStorageDescr 1.3.6.1.4.1.193.218.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.
                       eriRouterSRStorageMedia 1.3.6.1.4.1.193.218.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.
                       eriRouterSRStorageRemovable 1.3.6.1.4.1.193.218.2.24.1.2.1.1.4 truthvalue read-only
Denotes whether or not the storage media may be removed from the drive/slot.
                       eriRouterSRStorageSize 1.3.6.1.4.1.193.218.2.24.1.2.1.1.5 erirouterkbytes 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.
                       eriRouterSRStorageUtilization 1.3.6.1.4.1.193.218.2.24.1.2.1.1.6 erirouterpercentage 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 eriRouterSRStorageSize.
                       eriRouterSRStorageSlot 1.3.6.1.4.1.193.218.2.24.1.2.1.1.7 erirouterslot read-only
The chassis slot number in which the controller card containing this storage device is present.
                       eriRouterSRStorageMountTime 1.3.6.1.4.1.193.218.2.24.1.2.1.1.8 timeticks read-only
The value of sysUpTime when this storage device was last mounted.
                       eriRouterSRStorageStatus 1.3.6.1.4.1.193.218.2.24.1.2.1.1.9 integer read-only
The functional status of this storage device. Enumeration: 'failed': 3, 'degrading': 2, 'operational': 1.
                       eriRouterSRStorageErrors 1.3.6.1.4.1.193.218.2.24.1.2.1.1.10 counter32 read-only
The cumulative count of soft errors on this storage device.
               eriRouterSseDiskStorageTable 1.3.6.1.4.1.193.218.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.
                   eriRouterSseDiskStorageEntry 1.3.6.1.4.1.193.218.2.24.1.2.2.1 no-access
A entry for the disk on the SSE.
                       eriRouterSseDiskSlot 1.3.6.1.4.1.193.218.2.24.1.2.2.1.1 erirouterslot no-access
The chassis slot number in which the disk resides.
                       eriRouterSseDiskNum 1.3.6.1.4.1.193.218.2.24.1.2.2.1.2 unsigned32 no-access
The disk number used to identity the disk.
                       eriRouterSseDiskState 1.3.6.1.4.1.193.218.2.24.1.2.2.1.3 integer read-only
Operational status of the disk. Enumeration: 'down': 2, 'up': 1.
                       eriRouterSseDiskSize 1.3.6.1.4.1.193.218.2.24.1.2.2.1.4 unsigned32 read-only
Total size of the disk in GBytes.
                       eriRouterSseDiskUsed 1.3.6.1.4.1.193.218.2.24.1.2.2.1.5 unsigned32 read-only
Total disk space utilized in GBytes.
           eriRouterSRSystem 1.3.6.1.4.1.193.218.2.24.1.3
               eriRouterSRSystemUptime 1.3.6.1.4.1.193.218.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.
               eriRouterSRSystemDate 1.3.6.1.4.1.193.218.2.24.1.3.2 dateandtime read-write
The host's notion of the local date and time of day.
           eriRouterPowerExceeded 1.3.6.1.4.1.193.218.2.24.1.4
               eriRouterSRPowerExceededStatus 1.3.6.1.4.1.193.218.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.
           eriRouterSseDiskAlarmDateAndTime 1.3.6.1.4.1.193.218.2.24.1.5 dateandtime no-access
The local date and time when the alarm was raised
           eriRouterSseDiskAlarmSeverity 1.3.6.1.4.1.193.218.2.24.1.6 ituperceivedseverity no-access
The perceived severity of the alarm.
           eriRouterSseDiskAlarmProbableCause 1.3.6.1.4.1.193.218.2.24.1.7 ianaituprobablecause no-access
The probable cause for this alarm.
           eriRouterSseDiskEventType 1.3.6.1.4.1.193.218.2.24.1.8 ianaitueventtype no-access
The type of the alarm.
           eriRouterSseDiskAlarmDescription 1.3.6.1.4.1.193.218.2.24.1.9 snmpadminstring no-access
A text string which conveys additional information about the alarm.
           eriRouterIssuObjects 1.3.6.1.4.1.193.218.2.24.1.10
                 eriRouterIssuState 1.3.6.1.4.1.193.218.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.
           eriRouterChassisGroup 1.3.6.1.4.1.193.218.2.24.1.11
                 eriRouterChassisAlarmId 1.3.6.1.4.1.193.218.2.24.1.11.1 erirouteralarmid no-access
The chassis alarm identifier
                 eriRouterChassisAlarmType 1.3.6.1.4.1.193.218.2.24.1.11.2 ianaitueventtype no-access
The chassis alarm type.
                 eriRouterChassisAlarmDateAndTime 1.3.6.1.4.1.193.218.2.24.1.11.3 dateandtime no-access
The local date and time when the chassis alarm was raised
                 eriRouterChassisAlarmDescription 1.3.6.1.4.1.193.218.2.24.1.11.4 snmpadminstring no-access
A text string which conveys additional information about the chassis alarm.
                 eriRouterChassisAlarmProbableCause 1.3.6.1.4.1.193.218.2.24.1.11.5 ianaituprobablecause no-access
The probable cause for the chassis alarm.
                 eriRouterChassisAlarmSeverity 1.3.6.1.4.1.193.218.2.24.1.11.6 ituperceivedseverity no-access
The perceived severity of the chassis alarm.
       eriRouterSRMIBConformance 1.3.6.1.4.1.193.218.2.24.2
           eriRouterSRMIBCompliances 1.3.6.1.4.1.193.218.2.24.2.1
               eriRouterSRMIBCompliance1 1.3.6.1.4.1.193.218.2.24.2.1.1
The requirements for conformance to the System Resources MIB. eriRouterSRMIBCompliance2 replaces this compliance.
               eriRouterSRMIBCompliance2 1.3.6.1.4.1.193.218.2.24.2.1.2
The requirements for conformance to the System Resources MIB. eriRouterSRMIBCompliance3 replaces this compliance.
               eriRouterSRMIBCompliance3 1.3.6.1.4.1.193.218.2.24.2.1.3
The requirements for conformance to the System Resources MIB.
               eriRouterSRMIBCompliance4 1.3.6.1.4.1.193.218.2.24.2.1.4
The requirements for conformance to the System Resources MIB.
               eriRouterSRMIBCompliance 1.3.6.1.4.1.193.218.2.24.2.1.5
The requirements for conformance to the System Resources MIB.
               eriRouterSRMIBCompliance6 1.3.6.1.4.1.193.218.2.24.2.1.6
The requirements for conformance to the System Resources MIB.
           eriRouterSRMIBGroups 1.3.6.1.4.1.193.218.2.24.2.2
               eriRouterSRProcessNotifyGroup 1.3.6.1.4.1.193.218.2.24.2.2.1
A collection of objects providing for remote monitoring of the system process event notification.
               eriRouterSRStorageGroup 1.3.6.1.4.1.193.218.2.24.2.2.2
The System Resources Storage Group. Replaced by eriRouterSRStorageGroup2.
               eriRouterSRProcessEventNotificationGroup 1.3.6.1.4.1.193.218.2.24.2.2.3
A collection of notifications that may be implemented for managing the system process. Replaced by eriRouterSRNotificationGroup.
               eriRouterSRNotificationGroup 1.3.6.1.4.1.193.218.2.24.2.2.4
A collection of notifications that are implemented for managing the system processes. Replaced by eriRouterSRNotificationGroup2.
               eriRouterSRStorageGroup2 1.3.6.1.4.1.193.218.2.24.2.2.5
The System Resources Storage Group.
               eriRouterSRNotificationGroup2 1.3.6.1.4.1.193.218.2.24.2.2.6
A collection of notifications that may be implemented for managing the system resources.
               eriRouterSRSystemGroup 1.3.6.1.4.1.193.218.2.24.2.2.7
A collection of objects providing for remote monitoring of the system information.
               eriRouterSRPowerNotifyGroup 1.3.6.1.4.1.193.218.2.24.2.2.8
A notification that may be implemented for tracking power capacity exceeding limit.
               eriRouterSRPowerExceededGroup 1.3.6.1.4.1.193.218.2.24.2.2.9
A group providing for status of the power capacity exceeding limit.
               eriRouterSseDiskGroup 1.3.6.1.4.1.193.218.2.24.2.2.10
A group providing SSE disk details.
               eriRouterSseDiskEventObjectGroup 1.3.6.1.4.1.193.218.2.24.2.2.11
A collection of eriRouterSseDisk notification objects.
               eriRouterSseDiskNotifyGroup 1.3.6.1.4.1.193.218.2.24.2.2.12
Notifications that are implemented for SSE disks.
               eriRouterIssuGroup 1.3.6.1.4.1.193.218.2.24.2.2.13
A collection of ISSU notification objects.
               eriRouterIssuNotifyGroup 1.3.6.1.4.1.193.218.2.24.2.2.14
Notifications that are implemented for ISSU.
               eriRouterChassisEventObjectGroup 1.3.6.1.4.1.193.218.2.24.2.2.15
A collection of eriRouterChassis notification objects.
               eriRouterChassisNotifyGroup 1.3.6.1.4.1.193.218.2.24.2.2.16
Notifications that are implemented for chassis.