RBN-SYS-RESOURCES-MIB

File: RBN-SYS-RESOURCES-MIB.mib (45563 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB RBN-TC IANA-ITU-ALARM-TC-MIB
RBN-ALARM-TC ITU-ALARM-TC-MIB RBN-SMI

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Unsigned32 Integer32 TimeTicks
Counter32 TruthValue DateAndTime
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
SnmpAdminString RbnKBytes RbnPercentage
RbnSlot IANAItuEventType IANAItuProbableCause
RbnAlarmId ItuPerceivedSeverity rbnMgmt

Defined Types

RbnSRProcessNotifyEntry  
SEQUENCE    
  rbnSRProcessNotifyProcName SnmpAdminString
  rbnSRProcessNotifyPID Unsigned32
  rbnSRProcessNotifyEventCause INTEGER
  rbnSRProcessNotifyEventType INTEGER
  rbnSRProcessNumOfSpawn Unsigned32
  rbnSRProcessNotifyLastTimeSent TimeTicks

RbnSRStorageEntry  
SEQUENCE    
  rbnSRStorageIndex Integer32
  rbnSRStorageDescr SnmpAdminString
  rbnSRStorageMedia INTEGER
  rbnSRStorageRemovable TruthValue
  rbnSRStorageSize RbnKBytes
  rbnSRStorageUtilization RbnPercentage
  rbnSRStorageSlot RbnSlot
  rbnSRStorageMountTime TimeTicks
  rbnSRStorageStatus INTEGER
  rbnSRStorageErrors Counter32

RbnSseDiskStorageEntry  
SEQUENCE    
  rbnSseDiskSlot RbnSlot
  rbnSseDiskNum Unsigned32
  rbnSseDiskState INTEGER
  rbnSseDiskSize Unsigned32
  rbnSseDiskUsed Unsigned32

Defined Values

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.
MODULE-IDENTITY    

rbnSRMIBNotifications 1.3.6.1.4.1.2352.2.24.0
OBJECT IDENTIFIER    

rbnSRMIBObjects 1.3.6.1.4.1.2352.2.24.1
OBJECT IDENTIFIER    

rbnSRMIBConformance 1.3.6.1.4.1.2352.2.24.2
OBJECT IDENTIFIER    

rbnSRProcess 1.3.6.1.4.1.2352.2.24.1.1
OBJECT IDENTIFIER    

rbnSRProcessNotifyLastUpdate 1.3.6.1.4.1.2352.2.24.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rbnSRProcessEventNotifyEnable 1.3.6.1.4.1.2352.2.24.1.1.2
Indicates whether rbnSRProcessEvent notification should be generated for this system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rbnSRProcessNotifyTable 1.3.6.1.4.1.2352.2.24.1.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnSRProcessNotifyEntry

rbnSRProcessNotifyEntry 1.3.6.1.4.1.2352.2.24.1.1.3.1
Information about a death/birth process event notification which was last generated on the particular process.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnSRProcessNotifyEntry  

rbnSRProcessNotifyProcName 1.3.6.1.4.1.2352.2.24.1.1.3.1.1
A human readable name identifying a particular process in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

rbnSRProcessNotifyPID 1.3.6.1.4.1.2352.2.24.1.1.3.1.2
A decimal number uniquely identifies the process. The value 0 indicates the process has not been started.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..2147483647  

rbnSRProcessNotifyEventCause 1.3.6.1.4.1.2352.2.24.1.1.3.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER firstStart(1), hangup(2), interrupt(3), quit(4), illegalInstruction(5), traceTrap(6), abort(7), emt(8), floatingPointException(9), kill(10), busError(11), segmentFault(12), systemCallError(13), pipeError(14), alarmClock(15), softwareTermination(16), urgentConditionOnIOChannel(17), stopNotFromTty(18), stopFromTty(19), continueStopped(20), childExit(21), ttyInput(22), ttyOutput(23), inputOutput(24), exceededCpuTime(25), exceededFileSize(26), virtualAlarm(27), profilingAlarm(28), windowResize(29), infoRequest(30), userDefined1(31), userDefined2(32), powerFailRestart(33), unknown(34)  

rbnSRProcessNotifyEventType 1.3.6.1.4.1.2352.2.24.1.1.3.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER death(1), birth(2)  

rbnSRProcessNumOfSpawn 1.3.6.1.4.1.2352.2.24.1.1.3.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..2147483647  

rbnSRProcessNotifyLastTimeSent 1.3.6.1.4.1.2352.2.24.1.1.3.1.6
The value of sysUpTime at the time this notification was last generated on the process.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rbnSRStorage 1.3.6.1.4.1.2352.2.24.1.2
OBJECT IDENTIFIER    

rbnSRStorageTable 1.3.6.1.4.1.2352.2.24.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnSRStorageEntry

rbnSRStorageEntry 1.3.6.1.4.1.2352.2.24.1.2.1.1
A (conceptual) entry for one long-term storage device contained by the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnSRStorageEntry  

rbnSRStorageIndex 1.3.6.1.4.1.2352.2.24.1.2.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

rbnSRStorageDescr 1.3.6.1.4.1.2352.2.24.1.2.1.1.2
A textual description of this storage device, optionally including the device's manufacturer, revision, and its serial number.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

rbnSRStorageMedia 1.3.6.1.4.1.2352.2.24.1.2.1.1.3
An indication of the type of media used in this long-term storage device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), hardDisk(2), flashMemory(3)  

rbnSRStorageRemovable 1.3.6.1.4.1.2352.2.24.1.2.1.1.4
Denotes whether or not the storage media may be removed from the drive/slot.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rbnSRStorageSize 1.3.6.1.4.1.2352.2.24.1.2.1.1.5
The total size for this long-term storage device. If the media is removable and is currently removed, this value should be zero.
Status: current Access: read-only
OBJECT-TYPE    
  RbnKBytes  

rbnSRStorageUtilization 1.3.6.1.4.1.2352.2.24.1.2.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  RbnPercentage  

rbnSRStorageSlot 1.3.6.1.4.1.2352.2.24.1.2.1.1.7
The chassis slot number in which the controller card containing this storage device is present.
Status: current Access: read-only
OBJECT-TYPE    
  RbnSlot  

rbnSRStorageMountTime 1.3.6.1.4.1.2352.2.24.1.2.1.1.8
The value of sysUpTime when this storage device was last mounted.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rbnSRStorageStatus 1.3.6.1.4.1.2352.2.24.1.2.1.1.9
The functional status of this storage device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER operational(1), degrading(2), failed(3)  

rbnSRStorageErrors 1.3.6.1.4.1.2352.2.24.1.2.1.1.10
The cumulative count of soft errors on this storage device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rbnSseDiskStorageTable 1.3.6.1.4.1.2352.2.24.1.2.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnSseDiskStorageEntry

rbnSseDiskStorageEntry 1.3.6.1.4.1.2352.2.24.1.2.2.1
A entry for the disk on the SSE.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnSseDiskStorageEntry  

rbnSseDiskSlot 1.3.6.1.4.1.2352.2.24.1.2.2.1.1
The chassis slot number in which the disk resides.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnSlot  

rbnSseDiskNum 1.3.6.1.4.1.2352.2.24.1.2.2.1.2
The disk number used to identity the disk.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..10  

rbnSseDiskState 1.3.6.1.4.1.2352.2.24.1.2.2.1.3
Operational status of the disk.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rbnSseDiskSize 1.3.6.1.4.1.2352.2.24.1.2.2.1.4
Total size of the disk in GBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rbnSseDiskUsed 1.3.6.1.4.1.2352.2.24.1.2.2.1.5
Total disk space utilized in GBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rbnSRSystem 1.3.6.1.4.1.2352.2.24.1.3
OBJECT IDENTIFIER    

rbnSRSystemUptime 1.3.6.1.4.1.2352.2.24.1.3.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rbnSRSystemDate 1.3.6.1.4.1.2352.2.24.1.3.2
The host's notion of the local date and time of day.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

rbnPowerExceeded 1.3.6.1.4.1.2352.2.24.1.4
OBJECT IDENTIFIER    

rbnSRPowerExceededStatus 1.3.6.1.4.1.2352.2.24.1.4.1
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER normal(1), failed(2)  

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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

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'.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseDiskAlarmDateAndTime 1.3.6.1.4.1.2352.2.24.1.5
The local date and time when the alarm was raised
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

rbnSseDiskAlarmSeverity 1.3.6.1.4.1.2352.2.24.1.6
The perceived severity of the alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  ItuPerceivedSeverity  

rbnSseDiskAlarmProbableCause 1.3.6.1.4.1.2352.2.24.1.7
The probable cause for this alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IANAItuProbableCause  

rbnSseDiskEventType 1.3.6.1.4.1.2352.2.24.1.8
The type of the alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IANAItuEventType  

rbnSseDiskAlarmDescription 1.3.6.1.4.1.2352.2.24.1.9
A text string which conveys additional information about the alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

rbnIssuObjects 1.3.6.1.4.1.2352.2.24.1.10
OBJECT IDENTIFIER    

rbnIssuState 1.3.6.1.4.1.2352.2.24.1.10.1
The current state of the inservice system upgrade (ISSU).
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unknown(0), start(1), complete(2), aborted(3)  

rbnSseDiskHealthDegradedAlarm 1.3.6.1.4.1.2352.2.24.0.5
A rbnSseDiskHealthDegradedAlarm notification signifies that the hard disk health has degraded.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseDiskFailedAlarm 1.3.6.1.4.1.2352.2.24.0.6
A rbnSseDiskFailedAlarm notification signifies that the hard disk has failed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseDiskMissingAlarm 1.3.6.1.4.1.2352.2.24.0.7
A rbnSseDiskMissingAlarm notification signifies that the hard disk is missing.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseDiskUnsupportedAlarm 1.3.6.1.4.1.2352.2.24.0.8
A rbnSseDiskUnsupportedAlarm notification signifies that the hard disk is not supported.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseDiskOOSAlarm 1.3.6.1.4.1.2352.2.24.0.9
A rbnSseDiskOOSAlarm notification signifies that the hard disk is out of service.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseDiskVoltageFailureAlarm 1.3.6.1.4.1.2352.2.24.0.10
A rbnSseDiskVoltageFailureAlarm notification signifies that the hard disk voltage has failed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseDiskOverHeatAlarm 1.3.6.1.4.1.2352.2.24.0.11
A rbnSseDiskOverHeatAlarm notification signifies that the hard disk overheating.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseDiskReadFailureAlarm 1.3.6.1.4.1.2352.2.24.0.12
A rbnSseDiskReadFailureAlarm notification signifies that the hard disk read failure.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnChassisGroup 1.3.6.1.4.1.2352.2.24.1.11
OBJECT IDENTIFIER    

rbnChassisAlarmId 1.3.6.1.4.1.2352.2.24.1.11.1
The chassis alarm identifier
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  RbnAlarmId  

rbnChassisAlarmType 1.3.6.1.4.1.2352.2.24.1.11.2
The chassis alarm type.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IANAItuEventType  

rbnChassisAlarmDateAndTime 1.3.6.1.4.1.2352.2.24.1.11.3
The local date and time when the chassis alarm was raised
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

rbnChassisAlarmDescription 1.3.6.1.4.1.2352.2.24.1.11.4
A text string which conveys additional information about the chassis alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

rbnChassisAlarmProbableCause 1.3.6.1.4.1.2352.2.24.1.11.5
The probable cause for the chassis alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IANAItuProbableCause  

rbnChassisAlarmSeverity 1.3.6.1.4.1.2352.2.24.1.11.6
The perceived severity of the chassis alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  ItuPerceivedSeverity  

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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSRMIBCompliances 1.3.6.1.4.1.2352.2.24.2.1
OBJECT IDENTIFIER    

rbnSRMIBGroups 1.3.6.1.4.1.2352.2.24.2.2
OBJECT IDENTIFIER    

rbnSRMIBCompliance6 1.3.6.1.4.1.2352.2.24.2.1.6
The requirements for conformance to the System Resources MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

rbnSRMIBCompliance 1.3.6.1.4.1.2352.2.24.2.1.5
The requirements for conformance to the System Resources MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP    

rbnSRStorageGroup2 1.3.6.1.4.1.2352.2.24.2.2.5
The System Resources Storage Group.
Status: current Access: read-only
OBJECT-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.
Status: current Access: read-only
NOTIFICATION-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
NOTIFICATION-GROUP    

rbnSRPowerExceededGroup 1.3.6.1.4.1.2352.2.24.2.2.9
A group providing for status of the power capacity exceeding limit.
Status: current Access: read-only
OBJECT-GROUP    

rbnSseDiskGroup 1.3.6.1.4.1.2352.2.24.2.2.10
A group providing SSE disk details.
Status: current Access: read-only
OBJECT-GROUP    

rbnSseDiskEventObjectGroup 1.3.6.1.4.1.2352.2.24.2.2.11
A collection of rbnSseDisk notification objects.
Status: current Access: read-only
OBJECT-GROUP    

rbnSseDiskNotifyGroup 1.3.6.1.4.1.2352.2.24.2.2.12
Notifications that are implemented for SSE disks.
Status: current Access: read-only
NOTIFICATION-GROUP    

rbnIssuGroup 1.3.6.1.4.1.2352.2.24.2.2.13
A collection of ISSU notification objects.
Status: current Access: read-only
OBJECT-GROUP    

rbnIssuNotifyGroup 1.3.6.1.4.1.2352.2.24.2.2.14
Notifications that are implemented for ISSU.
Status: current Access: read-only
NOTIFICATION-GROUP    

rbnChassisEventObjectGroup 1.3.6.1.4.1.2352.2.24.2.2.15
A collection of rbnChassis notification objects.
Status: current Access: read-only
OBJECT-GROUP    

rbnChassisNotifyGroup 1.3.6.1.4.1.2352.2.24.2.2.16
Notifications that are implemented for chassis.
Status: current Access: read-only
NOTIFICATION-GROUP    

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.
Status: obsolete Access: read-only
MODULE-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.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

rbnSRMIBCompliance3 1.3.6.1.4.1.2352.2.24.2.1.3
The requirements for conformance to the System Resources MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

rbnSRMIBCompliance4 1.3.6.1.4.1.2352.2.24.2.1.4
The requirements for conformance to the System Resources MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

rbnSRStorageGroup 1.3.6.1.4.1.2352.2.24.2.2.2
The System Resources Storage Group. Replaced by rbnSRStorageGroup2.
Status: deprecated Access: read-only
OBJECT-GROUP    

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.
Status: obsolete Access: read-only
NOTIFICATION-GROUP    

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.
Status: deprecated Access: read-only
NOTIFICATION-GROUP