ERICSSON-ROUTER-SYS-RESOURCES-MIB

File: ERICSSON-ROUTER-SYS-RESOURCES-MIB.mib (48556 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB ERICSSON-ROUTER-TC IANA-ITU-ALARM-TC-MIB
ERICSSON-ROUTER-ALARM-TC ITU-ALARM-TC-MIB ERICSSON-ROUTER-SMI

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Unsigned32 Integer32 TimeTicks
Counter32 TruthValue DateAndTime
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
SnmpAdminString EriRouterKBytes EriRouterPercentage
EriRouterSlot IANAItuEventType IANAItuProbableCause
EriRouterAlarmId ItuPerceivedSeverity eriRouterMgmt

Defined Types

EriRouterSRProcessNotifyEntry  
SEQUENCE    
  eriRouterSRProcessNotifyProcName SnmpAdminString
  eriRouterSRProcessNotifyPID Unsigned32
  eriRouterSRProcessNotifyEventCause INTEGER
  eriRouterSRProcessNotifyEventType INTEGER
  eriRouterSRProcessNumOfSpawn Unsigned32
  eriRouterSRProcessNotifyLastTimeSent TimeTicks

EriRouterSRStorageEntry  
SEQUENCE    
  eriRouterSRStorageIndex Integer32
  eriRouterSRStorageDescr SnmpAdminString
  eriRouterSRStorageMedia INTEGER
  eriRouterSRStorageRemovable TruthValue
  eriRouterSRStorageSize EriRouterKBytes
  eriRouterSRStorageUtilization EriRouterPercentage
  eriRouterSRStorageSlot EriRouterSlot
  eriRouterSRStorageMountTime TimeTicks
  eriRouterSRStorageStatus INTEGER
  eriRouterSRStorageErrors Counter32

EriRouterSseDiskStorageEntry  
SEQUENCE    
  eriRouterSseDiskSlot EriRouterSlot
  eriRouterSseDiskNum Unsigned32
  eriRouterSseDiskState INTEGER
  eriRouterSseDiskSize Unsigned32
  eriRouterSseDiskUsed Unsigned32

Defined Values

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

eriRouterSRMIBNotifications 1.3.6.1.4.1.193.218.2.24.0
OBJECT IDENTIFIER    

eriRouterSRMIBObjects 1.3.6.1.4.1.193.218.2.24.1
OBJECT IDENTIFIER    

eriRouterSRMIBConformance 1.3.6.1.4.1.193.218.2.24.2
OBJECT IDENTIFIER    

eriRouterSRProcess 1.3.6.1.4.1.193.218.2.24.1.1
OBJECT IDENTIFIER    

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

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

eriRouterSRProcessNotifyTable 1.3.6.1.4.1.193.218.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  
    EriRouterSRProcessNotifyEntry

eriRouterSRProcessNotifyEntry 1.3.6.1.4.1.193.218.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    
  EriRouterSRProcessNotifyEntry  

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

eriRouterSRProcessNotifyPID 1.3.6.1.4.1.193.218.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  

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

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

eriRouterSRProcessNumOfSpawn 1.3.6.1.4.1.193.218.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  

eriRouterSRProcessNotifyLastTimeSent 1.3.6.1.4.1.193.218.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  

eriRouterSRStorage 1.3.6.1.4.1.193.218.2.24.1.2
OBJECT IDENTIFIER    

eriRouterSRStorageTable 1.3.6.1.4.1.193.218.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  
    EriRouterSRStorageEntry

eriRouterSRStorageEntry 1.3.6.1.4.1.193.218.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    
  EriRouterSRStorageEntry  

eriRouterSRStorageIndex 1.3.6.1.4.1.193.218.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  

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

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

eriRouterSRStorageRemovable 1.3.6.1.4.1.193.218.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  

eriRouterSRStorageSize 1.3.6.1.4.1.193.218.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    
  EriRouterKBytes  

eriRouterSRStorageUtilization 1.3.6.1.4.1.193.218.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 eriRouterSRStorageSize.
Status: current Access: read-only
OBJECT-TYPE    
  EriRouterPercentage  

eriRouterSRStorageSlot 1.3.6.1.4.1.193.218.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    
  EriRouterSlot  

eriRouterSRStorageMountTime 1.3.6.1.4.1.193.218.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  

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

eriRouterSRStorageErrors 1.3.6.1.4.1.193.218.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  

eriRouterSseDiskStorageTable 1.3.6.1.4.1.193.218.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  
    EriRouterSseDiskStorageEntry

eriRouterSseDiskStorageEntry 1.3.6.1.4.1.193.218.2.24.1.2.2.1
A entry for the disk on the SSE.
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterSseDiskStorageEntry  

eriRouterSseDiskSlot 1.3.6.1.4.1.193.218.2.24.1.2.2.1.1
The chassis slot number in which the disk resides.
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterSlot  

eriRouterSseDiskNum 1.3.6.1.4.1.193.218.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  

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

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

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

eriRouterSRSystem 1.3.6.1.4.1.193.218.2.24.1.3
OBJECT IDENTIFIER    

eriRouterSRSystemUptime 1.3.6.1.4.1.193.218.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  

eriRouterSRSystemDate 1.3.6.1.4.1.193.218.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  

eriRouterPowerExceeded 1.3.6.1.4.1.193.218.2.24.1.4
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

eriRouterIssuObjects 1.3.6.1.4.1.193.218.2.24.1.10
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

eriRouterChassisGroup 1.3.6.1.4.1.193.218.2.24.1.11
OBJECT IDENTIFIER    

eriRouterChassisAlarmId 1.3.6.1.4.1.193.218.2.24.1.11.1
The chassis alarm identifier
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  EriRouterAlarmId  

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

eriRouterChassisAlarmDateAndTime 1.3.6.1.4.1.193.218.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  

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

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

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

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

eriRouterSRMIBCompliances 1.3.6.1.4.1.193.218.2.24.2.1
OBJECT IDENTIFIER    

eriRouterSRMIBGroups 1.3.6.1.4.1.193.218.2.24.2.2
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

eriRouterSseDiskEventObjectGroup 1.3.6.1.4.1.193.218.2.24.2.2.11
A collection of eriRouterSseDisk notification objects.
Status: current Access: read-only
OBJECT-GROUP    

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

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

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

eriRouterChassisEventObjectGroup 1.3.6.1.4.1.193.218.2.24.2.2.15
A collection of eriRouterChassis notification objects.
Status: current Access: read-only
OBJECT-GROUP    

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

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

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

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

eriRouterSRStorageGroup 1.3.6.1.4.1.193.218.2.24.2.2.2
The System Resources Storage Group. Replaced by eriRouterSRStorageGroup2.
Status: deprecated Access: read-only
OBJECT-GROUP    

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

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