SLE-RMON-MIB

File: SLE-RMON-MIB.mib (94712 bytes)

Imported modules

DASAN-SMI SLE-TC-MIB SNMPv2-CONF
SNMPv2-SMI SNMPv2-TC

Imported symbols

sleMgmt SleControlStatusType SleControlRequestResultType
OBJECT-GROUP NOTIFICATION-GROUP TimeTicks
Integer32 Gauge32 Counter32
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
DisplayString

Defined Types

OwnerString  
OCTET STRING Size(0..255)    

SleEntryStatus  
INTEGER valid(1), createRequest(2), underCreation(3)    

SleHistoryEntry  
SEQUENCE    
  sleHistoryIndex INTEGER
  sleHistoryDataSource OBJECT IDENTIFIER
  sleHistoryBucketsRequested INTEGER
  sleHistoryBucketsGranted INTEGER
  sleHistoryInterval INTEGER
  sleHistoryOwner OwnerString
  sleHistoryStatus SleEntryStatus

SleAlarmEntry  
SEQUENCE    
  sleAlarmIndex INTEGER
  sleAlarmInterval Integer32
  sleAlarmVariable OBJECT IDENTIFIER
  sleAlarmSampleType INTEGER
  sleAlarmValue Integer32
  sleAlarmStartupAlarm INTEGER
  sleAlarmRisingThreshold Integer32
  sleAlarmFallingThreshold Integer32
  sleAlarmRisingEventIndex INTEGER
  sleAlarmFallingEventIndex INTEGER
  sleAlarmOwner OwnerString
  sleAlarmStatus SleEntryStatus

SleEventEntry  
SEQUENCE    
  sleEventIndex INTEGER
  sleEventDescription DisplayString
  sleEventType INTEGER
  sleEventCommunity OCTET STRING
  sleEventLastTimeSent TimeTicks
  sleEventOwner OwnerString
  sleEventStatus SleEntryStatus

SleEtherStatsEntry  
SEQUENCE    
  sleEtherStatsIndex INTEGER
  sleEtherStatsDataSource OBJECT IDENTIFIER
  sleEtherStatsDropEvents Counter32
  sleEtherStatsOctets Counter32
  sleEtherStatsPkts Counter32
  sleEtherStatsBroadcastPkts Counter32
  sleEtherStatsMulticastPkts Counter32
  sleEtherStatsCRCAlignErrors Counter32
  sleEtherStatsUndersizePkts Counter32
  sleEtherStatsOversizePkts Counter32
  sleEtherStatsFragments Counter32
  sleEtherStatsJabbers Counter32
  sleEtherStatsCollisions Counter32
  sleEtherStatsPkts64Octets Counter32
  sleEtherStatsPkts65to127Octets Counter32
  sleEtherStatsPkts128to255Octets Counter32
  sleEtherStatsPkts256to511Octets Counter32
  sleEtherStatsPkts512to1023Octets Counter32
  sleEtherStatsPkts1024to1518Octets Counter32
  sleEtherStatsOwner OCTET STRING
  sleEtherStatsStatus SleEntryStatus
  sleEtherStatsClearedTime TimeTicks

SleRmonSimpleEntry  
SEQUENCE    
  sleRmonSimplePortIndex Integer32
  sleRmonSimpleSampleVariable INTEGER
  sleRmonSimpleSampleInterval Integer32
  sleRmonSimpleRisingThreshold Integer32
  sleRmonSimpleFallingThreshold Integer32

SleRmonSimpleQueueEntry  
SEQUENCE    
  sleRmonSimpleQueuePortIndex Integer32
  sleRmonSimpleQueueSampleVariable INTEGER
  sleRmonSimpleQueueQueueNumber Integer32
  sleRmonSimpleQueueSampleInterval Integer32
  sleRmonSimpleQueueRisingThreshold Integer32
  sleRmonSimpleQueueFallingThreshold Integer32

Defined Values

sleRmon 1.3.6.1.4.1.6296.101.9
This MIB contains all needed informations about rmon and all supported sle rmon features.
MODULE-IDENTITY    

sleHistory 1.3.6.1.4.1.6296.101.9.1
OBJECT IDENTIFIER    

sleHistoryTable 1.3.6.1.4.1.6296.101.9.1.1
A list of history control entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleHistoryEntry

sleHistoryEntry 1.3.6.1.4.1.6296.101.9.1.1.1
A list of parameters that set up a periodic sampling of statistics. As an example, an instance of the sleHistoryControlInterval object might be named sleHistoryControlInterval.2
Status: current Access: not-accessible
OBJECT-TYPE    
  SleHistoryEntry  

sleHistoryIndex 1.3.6.1.4.1.6296.101.9.1.1.1.1
An index that uniquely identifies an entry in the historyControl table. Each such entry defines a set of samples at a particular interval for an interface on the device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

sleHistoryDataSource 1.3.6.1.4.1.6296.101.9.1.1.1.2
This object identifies the source of the data for which historical data was collected and placed in a media-specific table on behalf of this historyControlEntry. This source can be any interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, defined in RFC 1213 and RFC 1573 [4,6], for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. The statistics in this group reflect all packets on the local network segment attached to the identified interface. An agent may or may not be able to tell if fundamental changes to the media of the interface have occurred and necessitate an invalidation of this entry. For example, a hot-pluggable ethernet card could be pulled out and replaced by a token-ring card. In such a case, if the agent has such knowledge of the change, it is recommended that it invalidate this entry. This object may not be modified if the associated historyControlStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

sleHistoryBucketsRequested 1.3.6.1.4.1.6296.101.9.1.1.1.3
The requested number of discrete time intervals over which data is to be saved in the part of the media-specific table associated with this historyControlEntry. When this object is created or modified, the probe should set historyControlBucketsGranted as closely to this object as is possible for the particular probe implementation and available resources.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

sleHistoryBucketsGranted 1.3.6.1.4.1.6296.101.9.1.1.1.4
The number of discrete sampling intervals over which data shall be saved in the part of the media-specific table associated with this historyControlEntry. When the associated historyControlBucketsRequested object is created or modified, the probe should set this object as closely to the requested value as is possible for the particular probe implementation and available resources. The probe must not lower this value except as a result of a modification to the associated historyControlBucketsRequested object. There will be times when the actual number of buckets associated with this entry is less than the value of this object. In this case, at the end of each sampling interval, a new bucket will be added to the media-specific table. When the number of buckets reaches the value of this object and a new bucket is to be added to the media-specific table, the oldest bucket associated with this historyControlEntry shall be deleted by the agent so that the new bucket can be added. When the value of this object changes to a value less than the current value, entries are deleted from the media-specific table associated with this historyControlEntry. Enough of the oldest of these entries shall be deleted by the agent so that their number remains less than or equal to the new value of this object. When the value of this object changes to a value greater than the current value, the number of associated media- specific entries may be allowed to grow.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

sleHistoryInterval 1.3.6.1.4.1.6296.101.9.1.1.1.5
The interval in seconds over which the data is sampled for each bucket in the part of the media-specific table associated with this historyControlEntry. This interval can be set to any number of seconds between 1 and 3600 (1 hour). Because the counters in a bucket may overflow at their maximum value with no indication, a prudent manager will take into account the possibility of overflow in any of the associated counters. It is important to consider the minimum time in which any counter could overflow on a particular media type and set the historyControlInterval object to a value less than this interval. This is typically most important for the 'octets' counter in any media-specific table. For example, on an Ethernet network, the etherHistoryOctets counter could overflow in about one hour at the Ethernet's maximum utilization. This object may not be modified if the associated historyControlStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..3600  

sleHistoryOwner 1.3.6.1.4.1.6296.101.9.1.1.1.6
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-only
OBJECT-TYPE    
  OwnerString  

sleHistoryStatus 1.3.6.1.4.1.6296.101.9.1.1.1.7
The status of this historyControl entry. Each instance of the media-specific table associated with this historyControlEntry will be deleted by the agent if this historyControlEntry is not equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  SleEntryStatus  

sleHistoryControl 1.3.6.1.4.1.6296.101.9.1.2
OBJECT IDENTIFIER    

sleHistoryControlRequest 1.3.6.1.4.1.6296.101.9.1.2.1
createHistory: sleHistoryControlIndex sleHistoryControlDataSource sleHistoryControlBucketsRequested sleHistoryControlInterval sleHistoryControlOwner sleHistoryControlSts destroyHistory: sleHistoryControlIndex setHistoryProfile: sleHistoryControlIndex sleHistoryControlDataSource sleHistoryControlBucketsRequested sleHistoryControlInterval sleHistoryControlOwner sleHistoryControlSts
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createHistory(1), destroyHistory(2), setHistoryProfile(3)  

sleHistoryControlStatus 1.3.6.1.4.1.6296.101.9.1.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleHistoryControlTimer 1.3.6.1.4.1.6296.101.9.1.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleHistoryControlTimeStamp 1.3.6.1.4.1.6296.101.9.1.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleHistoryControlReqResult 1.3.6.1.4.1.6296.101.9.1.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleHistoryControlIndex 1.3.6.1.4.1.6296.101.9.1.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

sleHistoryControlDataSource 1.3.6.1.4.1.6296.101.9.1.2.7
This object identifies the source of the data for which historical data was collected and placed in a media-specific table on behalf of this historyControlEntry. This source can be any interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, defined in RFC 1213 and RFC 1573 [4,6], for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. The statistics in this group reflect all packets on the local network segment attached to the identified interface. An agent may or may not be able to tell if fundamental changes to the media of the interface have occurred and necessitate an invalidation of this entry. For example, a hot-pluggable ethernet card could be pulled out and replaced by a token-ring card. In such a case, if the agent has such knowledge of the change, it is recommended that it invalidate this entry. This object may not be modified if the associated historyControlStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

sleHistoryControlBucketsRequested 1.3.6.1.4.1.6296.101.9.1.2.8
The requested number of discrete time intervals over which data is to be saved in the part of the media-specific table associated with this historyControlEntry. When this object is created or modified, the probe should set historyControlBucketsGranted as closely to this object as is possible for the particular probe implementation and available resources.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

sleHistoryControlInterval 1.3.6.1.4.1.6296.101.9.1.2.9
The interval in seconds over which the data is sampled for each bucket in the part of the media-specific table associated with this historyControlEntry. This interval can be set to any number of seconds between 1 and 3600 (1 hour). Because the counters in a bucket may overflow at their maximum value with no indication, a prudent manager will take into account the possibility of overflow in any of the associated counters. It is important to consider the minimum time in which any counter could overflow on a particular media type and set the historyControlInterval object to a value less than this interval. This is typically most important for the 'octets' counter in any media-specific table. For example, on an Ethernet network, the etherHistoryOctets counter could overflow in about one hour at the Ethernet's maximum utilization. This object may not be modified if the associated historyControlStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..3600  

sleHistoryControlOwner 1.3.6.1.4.1.6296.101.9.1.2.10
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

sleHistoryControlSts 1.3.6.1.4.1.6296.101.9.1.2.11
The status of this historyControl entry. Each instance of the media-specific table associated with this historyControlEntry will be deleted by the agent if this historyControlEntry is not equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  SleEntryStatus  

sleHistoryNotification 1.3.6.1.4.1.6296.101.9.1.3
OBJECT IDENTIFIER    

sleHistoryCreated 1.3.6.1.4.1.6296.101.9.1.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleHistoryDestroyed 1.3.6.1.4.1.6296.101.9.1.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleHistoryProfileChanged 1.3.6.1.4.1.6296.101.9.1.3.3
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAlarm 1.3.6.1.4.1.6296.101.9.2
OBJECT IDENTIFIER    

sleAlarmTable 1.3.6.1.4.1.6296.101.9.2.1
A list of alarm entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleAlarmEntry

sleAlarmEntry 1.3.6.1.4.1.6296.101.9.2.1.1
A list of parameters that set up a periodic checking for alarm conditions. For example, an instance of the sleAlarmValue object might be named sleAlarmValue.8
Status: current Access: not-accessible
OBJECT-TYPE    
  SleAlarmEntry  

sleAlarmIndex 1.3.6.1.4.1.6296.101.9.2.1.1.1
An index that uniquely identifies an entry in the alarm table. Each such entry defines a diagnostic sample at a particular interval for an object on the device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

sleAlarmInterval 1.3.6.1.4.1.6296.101.9.2.1.1.2
The interval in seconds over which the data is sampled and compared with the rising and falling thresholds. When setting this variable, care should be taken in the case of deltaValue sampling - the interval should be set short enough that the sampled variable is very unlikely to increase or decrease by more than 2^31 - 1 during a single sampling interval. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sleAlarmVariable 1.3.6.1.4.1.6296.101.9.2.1.1.3
The object identifier of the particular variable to be sampled. Only variables that resolve to an ASN.1 primitive type of INTEGER (INTEGER, Counter, Gauge, or TimeTicks) may be sampled. Because SNMP access control is articulated entirely in terms of the contents of MIB views, no access control mechanism exists that can restrict the value of this object to identify only those objects that exist in a particular MIB view. Because there is thus no acceptable means of restricting the read access that could be obtained through the alarm mechanism, the probe must only grant write access to this object in those views that have read access to all objects on the probe. During a set operation, if the supplied variable name is not available in the selected MIB view, a badValue error must be returned. If at any time the variable name of an establisled alarmEntry is no longer available in the selected MIB view, the probe must change the status of this alarmEntry to invalid(4). This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

sleAlarmSampleType 1.3.6.1.4.1.6296.101.9.2.1.1.4
The method of sampling the selected variable and calculating the value to be compared against the thresholds. If the value of this object is absoluteValue(1), the value of the selected variable will be compared directly with the thresholds at the end of the sampling interval. If the value of this object is deltaValue(2), the value of the selected variable at the last sample will be subtracted from the current value, and the difference compared with the thresholds. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER absoluteValue(1), deltaValue(2)  

sleAlarmValue 1.3.6.1.4.1.6296.101.9.2.1.1.5
The value of the statistic during the last sampling period. For example, if the sample type is deltaValue, this value will be the difference between the samples at the beginning and end of the period. If the sample type is absoluteValue, this value will be the sampled value at the end of the period. This is the value that is compared with the rising and falling thresholds. The value during the current sampling period is not made available until the period is completed and will remain available until the next period completes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sleAlarmStartupAlarm 1.3.6.1.4.1.6296.101.9.2.1.1.6
The alarm that may be sent when this entry is first set to valid. If the first sample after this entry becomes valid is greater than or equal to the risingThreshold and alarmStartupAlarm is equal to risingAlarm(1) or risingOrFallingAlarm(3), then a single rising alarm will be generated. If the first sample after this entry becomes valid is less than or equal to the fallingThreshold and alarmStartupAlarm is equal to fallingAlarm(2) or risingOrFallingAlarm(3), then a single falling alarm will be generated. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER risingAlarm(1), fallingAlarm(2), risingOrFallingAlarm(3)  

sleAlarmRisingThreshold 1.3.6.1.4.1.6296.101.9.2.1.1.7
A threshold for the sampled statistic. When the current sampled value is greater than or equal to this threshold, and the value at the last sampling interval was less than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is greater than or equal to this threshold and the associated alarmStartupAlarm is equal to risingAlarm(1) or risingOrFallingAlarm(3). After a rising event is generated, another such event will not be generated until the sampled value falls below this threshold and reaches the alarmFallingThreshold. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sleAlarmFallingThreshold 1.3.6.1.4.1.6296.101.9.2.1.1.8
A threshold for the sampled statistic. When the current sampled value is less than or equal to this threshold, and the value at the last sampling interval was greater than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is less than or equal to this threshold and the associated alarmStartupAlarm is equal to fallingAlarm(2) or risingOrFallingAlarm(3). After a falling event is generated, another such event will not be generated until the sampled value rises above this threshold and reaches the alarmRisingThreshold. This object may not be modified if the associated sleAlarmStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sleAlarmRisingEventIndex 1.3.6.1.4.1.6296.101.9.2.1.1.9
The index of the eventEntry that is used when a rising threshold is crossed. The eventEntry identified by a particular value of this index is the same as identified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. This object may not be modified if the associated sleAlarmStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

sleAlarmFallingEventIndex 1.3.6.1.4.1.6296.101.9.2.1.1.10
The index of the eventEntry that is used when a falling threshold is crossed. The eventEntry identified by a particular value of this index is the same as identified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. This object may not be modified if the associated sleAlarmStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

sleAlarmOwner 1.3.6.1.4.1.6296.101.9.2.1.1.11
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-only
OBJECT-TYPE    
  OwnerString  

sleAlarmStatus 1.3.6.1.4.1.6296.101.9.2.1.1.12
The status of this alarm entry.
Status: current Access: read-only
OBJECT-TYPE    
  SleEntryStatus  

sleAlarmControl 1.3.6.1.4.1.6296.101.9.2.2
OBJECT IDENTIFIER    

sleAlarmControlRequest 1.3.6.1.4.1.6296.101.9.2.2.1
createAlarm: (sleAlarmControlIndex) sleAlarmInterval sleAlarmControlVariable sleAlarmControlSampleType sleAlarmControlStartupAlarm sleAlarmControlRisingThreshold sleAlarmControlFallingThreshold sleAlarmControlRisingEventIndex sleAlarmControlFallingEventIndex sleAlarmControlOwner sleAlarmControlSts destroyAlarm: sleAlarmControlIndex setAlarmProfile: sleAlarmControlIndex sleAlarmControlInterval sleAlarmControlVariable sleAlarmControlSampleType sleAlarmControlStartupAlarm sleAlarmControlRisingThreshold sleAlarmControlFallingThreshold sleAlarmControlRisingEventIndex sleAlarmControlFallingEventIndex sleAlarmControlOwner sleAlarmControlSts
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAlarm(1), destroyAlarm(2), setAlarmProfile(3)  

sleAlarmControlStatus 1.3.6.1.4.1.6296.101.9.2.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleAlarmControlTimer 1.3.6.1.4.1.6296.101.9.2.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleAlarmControlTimeStamp 1.3.6.1.4.1.6296.101.9.2.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleAlarmControlReqResult 1.3.6.1.4.1.6296.101.9.2.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleAlarmControlIndex 1.3.6.1.4.1.6296.101.9.2.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

sleAlarmControlInterval 1.3.6.1.4.1.6296.101.9.2.2.7
The interval in seconds over which the data is sampled and compared with the rising and falling thresholds. When setting this variable, care should be taken in the case of deltaValue sampling - the interval should be set short enough that the sampled variable is very unlikely to increase or decrease by more than 2^31 - 1 during a single sampling interval. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleAlarmControlVariable 1.3.6.1.4.1.6296.101.9.2.2.8
The object identifier of the particular variable to be sampled. Only variables that resolve to an ASN.1 primitive type of INTEGER (INTEGER, Counter, Gauge, or TimeTicks) may be sampled. Because SNMP access control is articulated entirely in terms of the contents of MIB views, no access control mechanism exists that can restrict the value of this object to identify only those objects that exist in a particular MIB view. Because there is thus no acceptable means of restricting the read access that could be obtained through the alarm mechanism, the probe must only grant write access to this object in those views that have read access to all objects on the probe. During a set operation, if the supplied variable name is not available in the selected MIB view, a badValue error must be returned. If at any time the variable name of an establisled alarmEntry is no longer available in the selected MIB view, the probe must change the status of this alarmEntry to invalid(4). This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

sleAlarmControlSampleType 1.3.6.1.4.1.6296.101.9.2.2.9
The method of sampling the selected variable and calculating the value to be compared against the thresholds. If the value of this object is absoluteValue(1), the value of the selected variable will be compared directly with the thresholds at the end of the sampling interval. If the value of this object is deltaValue(2), the value of the selected variable at the last sample will be subtracted from the current value, and the difference compared with the thresholds. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER absoluteValue(1), deltaValue(2)  

sleAlarmControlStartupAlarm 1.3.6.1.4.1.6296.101.9.2.2.10
The alarm that may be sent when this entry is first set to valid. If the first sample after this entry becomes valid is greater than or equal to the risingThreshold and alarmStartupAlarm is equal to risingAlarm(1) or risingOrFallingAlarm(3), then a single rising alarm will be generated. If the first sample after this entry becomes valid is less than or equal to the fallingThreshold and alarmStartupAlarm is equal to fallingAlarm(2) or risingOrFallingAlarm(3), then a single falling alarm will be generated. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER risingAlarm(1), fallingAlarm(2), risingOrFallingAlarm(3)  

sleAlarmControlRisingThreshold 1.3.6.1.4.1.6296.101.9.2.2.11
A threshold for the sampled statistic. When the current sampled value is greater than or equal to this threshold, and the value at the last sampling interval was less than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is greater than or equal to this threshold and the associated alarmStartupAlarm is equal to risingAlarm(1) or risingOrFallingAlarm(3). After a rising event is generated, another such event will not be generated until the sampled value falls below this threshold and reaches the alarmFallingThreshold. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleAlarmControlFallingThreshold 1.3.6.1.4.1.6296.101.9.2.2.12
A threshold for the sampled statistic. When the current sampled value is less than or equal to this threshold, and the value at the last sampling interval was greater than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is less than or equal to this threshold and the associated alarmStartupAlarm is equal to fallingAlarm(2) or risingOrFallingAlarm(3). After a falling event is generated, another such event will not be generated until the sampled value rises above this threshold and reaches the alarmRisingThreshold. This object may not be modified if the associated sleAlarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleAlarmControlRisingEventIndex 1.3.6.1.4.1.6296.101.9.2.2.13
The index of the eventEntry that is used when a rising threshold is crossed. The eventEntry identified by a particular value of this index is the same as identified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. This object may not be modified if the associated sleAlarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

sleAlarmControlFallingEventIndex 1.3.6.1.4.1.6296.101.9.2.2.14
The index of the eventEntry that is used when a falling threshold is crossed. The eventEntry identified by a particular value of this index is the same as identified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. This object may not be modified if the associated sleAlarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

sleAlarmControlOwner 1.3.6.1.4.1.6296.101.9.2.2.15
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

sleAlarmControlSts 1.3.6.1.4.1.6296.101.9.2.2.16
The status of this alarm entry.
Status: current Access: read-write
OBJECT-TYPE    
  SleEntryStatus  

sleAlarmNotification 1.3.6.1.4.1.6296.101.9.2.3
OBJECT IDENTIFIER    

sleAlarmCreated 1.3.6.1.4.1.6296.101.9.2.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAlarmDestroyed 1.3.6.1.4.1.6296.101.9.2.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAlarmProfileChanged 1.3.6.1.4.1.6296.101.9.2.3.3
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleEvent 1.3.6.1.4.1.6296.101.9.3
OBJECT IDENTIFIER    

sleEventTable 1.3.6.1.4.1.6296.101.9.3.1
A list of events to be generated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleEventEntry

sleEventEntry 1.3.6.1.4.1.6296.101.9.3.1.1
A set of parameters that describe an event to be generated when certain conditions are met. As an example, an instance of the sleEventLastTimeSent object might be named sleEventLastTimeSent.6
Status: current Access: not-accessible
OBJECT-TYPE    
  SleEventEntry  

sleEventIndex 1.3.6.1.4.1.6296.101.9.3.1.1.1
An index that uniquely identifies an entry in the event table. Each such entry defines one event that is to be generated when the appropriate conditions occur.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

sleEventDescription 1.3.6.1.4.1.6296.101.9.3.1.1.2
A comment describing this event entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

sleEventType 1.3.6.1.4.1.6296.101.9.3.1.1.3
The type of notification that the probe will make about this event. In the case of log, an entry is made in the log table for each event. In the case of snmp-trap, an SNMP trap is sent to one or more management stations.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), log(2), snmpTrap(3), logAndTrap(4)  

sleEventCommunity 1.3.6.1.4.1.6296.101.9.3.1.1.4
If an SNMP trap is to be sent, it will be sent to the SNMP community specified by this octet string. In the future this table will be extended to include the party security mechanism. This object shall be set to a string of length zero if it is intended that that mechanism be used to specify the destination of the trap.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

sleEventLastTimeSent 1.3.6.1.4.1.6296.101.9.3.1.1.5
The value of sysUpTime at the time this event entry last generated an event. If this entry has not generated any events, this value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleEventOwner 1.3.6.1.4.1.6296.101.9.3.1.1.6
The entity that configured this entry and is therefore using the resources assigned to it. If this object contains a string starting with 'monitor' and has associated entries in the log table, all connected management stations should retrieve those log entries, as they may have significance to all management stations connected to this device
Status: current Access: read-only
OBJECT-TYPE    
  OwnerString  

sleEventStatus 1.3.6.1.4.1.6296.101.9.3.1.1.7
The status of this event entry. If this object is not equal to valid(1), all associated log entries shall be deleted by the agent.
Status: current Access: read-only
OBJECT-TYPE    
  SleEntryStatus  

sleEventControl 1.3.6.1.4.1.6296.101.9.3.2
OBJECT IDENTIFIER    

sleEventControlRequest 1.3.6.1.4.1.6296.101.9.3.2.1
createEvent: (sleEventControlIndex) sleEventControlDescription sleEventControlType sleEventControlCommunity sleEventControlOwner sleEventControlSts destroyEvent: sleEventControlIndex setEventProfile: sleEventControlIndex sleEventControlDescription sleEventControlType sleEventControlCommunity sleEventControlOwner sleEventControlSts
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createEvent(1), destroyEvent(2), setEventProfile(3)  

sleEventControlStatus 1.3.6.1.4.1.6296.101.9.3.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleEventControlTimer 1.3.6.1.4.1.6296.101.9.3.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleEventControlTimeStamp 1.3.6.1.4.1.6296.101.9.3.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleEventControlReqResult 1.3.6.1.4.1.6296.101.9.3.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleEventControlIndex 1.3.6.1.4.1.6296.101.9.3.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

sleEventControlDescription 1.3.6.1.4.1.6296.101.9.3.2.7
A comment describing this event entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..127)  

sleEventControlType 1.3.6.1.4.1.6296.101.9.3.2.8
The type of notification that the probe will make about this event. In the case of log, an entry is made in the log table for each event. In the case of snmp-trap, an SNMP trap is sent to one or more management stations.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), log(2), snmpTrap(3), logAndTrap(4)  

sleEventControlCommunity 1.3.6.1.4.1.6296.101.9.3.2.9
If an SNMP trap is to be sent, it will be sent to the SNMP community specified by this octet string. In the future this table will be extended to include the party security mechanism. This object shall be set to a string of length zero if it is intended that that mechanism be used to specify the destination of the trap.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

sleEventControlOwner 1.3.6.1.4.1.6296.101.9.3.2.10
The entity that configured this entry and is therefore using the resources assigned to it. If this object contains a string starting with 'monitor' and has associated entries in the log table, all connected management stations should retrieve those log entries, as they may have significance to all management stations connected to this device
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

sleEventControlSts 1.3.6.1.4.1.6296.101.9.3.2.11
The status of this event entry. If this object is not equal to valid(1), all associated log entries shall be deleted by the agent.
Status: current Access: read-write
OBJECT-TYPE    
  SleEntryStatus  

sleEventNotification 1.3.6.1.4.1.6296.101.9.3.3
OBJECT IDENTIFIER    

sleEventCreated 1.3.6.1.4.1.6296.101.9.3.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleEventDestroyed 1.3.6.1.4.1.6296.101.9.3.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleEventProfileChanged 1.3.6.1.4.1.6296.101.9.3.3.3
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleStatistics 1.3.6.1.4.1.6296.101.9.4
OBJECT IDENTIFIER    

sleEtherStats 1.3.6.1.4.1.6296.101.9.4.1
OBJECT IDENTIFIER    

sleEtherStatsTable 1.3.6.1.4.1.6296.101.9.4.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleEtherStatsEntry

sleEtherStatsEntry 1.3.6.1.4.1.6296.101.9.4.1.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleEtherStatsEntry  

sleEtherStatsIndex 1.3.6.1.4.1.6296.101.9.4.1.1.1.1
The value of this object uniquely identifies this sleEtherStats entry
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

sleEtherStatsDataSource 1.3.6.1.4.1.6296.101.9.4.1.1.1.2
This object identifies the source of the data that this sleEtherStats entry is configured to analyze. This source can be any ethernet interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, defined in RFC 1213 and RFC 1573 [4,6], for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. The statistics in this group reflect all packets on the local network segment attached to the identified interface. An agent may or may not be able to tell if fundamental changes to the media of the interface have occurred and necessitate an invalidation of this entry. For example, a hot-pluggable ethernet card could be pulled out and replaced by a token-ring card. In such a case, if the agent has such knowledge of the change, it is recommended that it invalidate this entry. This object may not be modified if the associated sleEtherStatsStatus object is equal to valid(1).
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

sleEtherStatsDropEvents 1.3.6.1.4.1.6296.101.9.4.1.1.1.3
The total number of events in which packets were dropped by the probe due to lack of resources. Note that this number is not necessarily the number of packets dropped; it is just the number of times this condition has been detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsOctets 1.3.6.1.4.1.6296.101.9.4.1.1.1.4
The total number of octets of data (including those in bad packets) received on the network (excluding framing bits but including FCS octets). This object can be used as a reasonable estimate of ethernet utilization. If greater precision is desired, the etherStatsPkts and etherStatsOctets objects should be sampled before and after a common interval. The differences in the sampled values are Pkts and Octets, respectively, and the number of seconds in the interval is Interval. These values are used to calculate the Utilization as follows: Pkts * (9.6 + 6.4) + (Octets * .8) Utilization = ------------------------------------- Interval * 10,000 The result of this equation is the value Utilization which is the percent utilization of the ethernet segment on a scale of 0 to 100 percent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsPkts 1.3.6.1.4.1.6296.101.9.4.1.1.1.5
The total number of packets (including bad packets, broadcast packets, and multicast packets) received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsBroadcastPkts 1.3.6.1.4.1.6296.101.9.4.1.1.1.6
The total number of good packets received that were directed to the broadcast address. Note that this does not include multicast packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsMulticastPkts 1.3.6.1.4.1.6296.101.9.4.1.1.1.7
The total number of good packets received that were directed to a multicast address. Note that this number does not include packets directed to the broadcast address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsCRCAlignErrors 1.3.6.1.4.1.6296.101.9.4.1.1.1.8
The total number of packets received that had a length (excluding framing bits, but including FCS octets) of between 64 and 1518 octets, inclusive, but but had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsUndersizePkts 1.3.6.1.4.1.6296.101.9.4.1.1.1.9
The total number of packets received that were less than 64 octets long (excluding framing bits, but including FCS octets) and were otherwise well formed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsOversizePkts 1.3.6.1.4.1.6296.101.9.4.1.1.1.10
The total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets) and were otherwise well formed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsFragments 1.3.6.1.4.1.6296.101.9.4.1.1.1.11
The total number of packets received that were less than 64 octets in length (excluding framing bits but including FCS octets) and had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsJabbers 1.3.6.1.4.1.6296.101.9.4.1.1.1.12
The total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets), and had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsCollisions 1.3.6.1.4.1.6296.101.9.4.1.1.1.13
The best estimate of the total number of collisions on this Ethernet segment. The value returned will depend on the location of the RMON probe. Section 8.2.1.3 (10BASE-5) and section 10.3.1.3 (10BASE-2) of IEEE standard 802.3 states that a station must detect a collision, in the receive mode, if three or more stations are transmitting simultaneously. A repeater port must detect a collision when two or more stations are transmitting simultaneously. Thus a probe placed on a repeater port could record more collisions than a probe connected to a station on the same segment would. Probe location plays a much smaller role when considering 10BASE-T. 14.2.1.4 (10BASE-T) of IEEE standard 802.3 defines a collision as the simultaneous presence of signals on the DO and RD circuits (transmitting and receiving at the same time). A 10BASE-T station can only detect collisions when it is transmitting. Thus probes placed on a station and a repeater, should report the same number of collisions. Note also that an RMON probe inside a repeater should ideally report collisions between the repeater and one or more other hosts (transmit collisions as defined by IEEE 802.3k) plus receiver collisions observed on any coax segments to which the repeater is connected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsPkts64Octets 1.3.6.1.4.1.6296.101.9.4.1.1.1.14
The total number of packets (including bad packets) received that were 64 octets in length (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsPkts65to127Octets 1.3.6.1.4.1.6296.101.9.4.1.1.1.15
The total number of packets (including bad packets) received that were between 65 and 127 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsPkts128to255Octets 1.3.6.1.4.1.6296.101.9.4.1.1.1.16
The total number of packets (including bad packets) received that were between 128 and 255 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsPkts256to511Octets 1.3.6.1.4.1.6296.101.9.4.1.1.1.17
The total number of packets (including bad packets) received that were between 256 and 511 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsPkts512to1023Octets 1.3.6.1.4.1.6296.101.9.4.1.1.1.18
The total number of packets (including bad packets) received that were between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsPkts1024to1518Octets 1.3.6.1.4.1.6296.101.9.4.1.1.1.19
The total number of packets (including bad packets) received that were between 1024 and 1518 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sleEtherStatsOwner 1.3.6.1.4.1.6296.101.9.4.1.1.1.20
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleEtherStatsStatus 1.3.6.1.4.1.6296.101.9.4.1.1.1.21
The status of this etherStats entry.
Status: current Access: read-only
OBJECT-TYPE    
  SleEntryStatus  

sleEtherStatsClearedTime 1.3.6.1.4.1.6296.101.9.4.1.1.1.22
Description.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleEtherStatsControl 1.3.6.1.4.1.6296.101.9.4.1.2
OBJECT IDENTIFIER    

sleEtherStatsControlRequest 1.3.6.1.4.1.6296.101.9.4.1.2.1
createEvent: (sleEventControlIndex) sleEventControlDescription sleEventControlType sleEventControlCommunity sleEventControlOwner sleEventControlSts destroyEvent: sleEventControlIndex setEventProfile: sleEventControlIndex sleEventControlDescription sleEventControlType sleEventControlCommunity sleEventControlOwner sleEventControlSts
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clearRmonStat(1)  

sleEtherStatsControlStatus 1.3.6.1.4.1.6296.101.9.4.1.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleEtherStatsControlTimer 1.3.6.1.4.1.6296.101.9.4.1.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleEtherStatsControlTimeStamp 1.3.6.1.4.1.6296.101.9.4.1.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleEtherStatsControlReqResult 1.3.6.1.4.1.6296.101.9.4.1.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleEtherStatsControlIfIndex 1.3.6.1.4.1.6296.101.9.4.1.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

sleRmonSimple 1.3.6.1.4.1.6296.101.9.5
OBJECT IDENTIFIER    

sleRmonSimpleTable 1.3.6.1.4.1.6296.101.9.5.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleRmonSimpleEntry

sleRmonSimpleEntry 1.3.6.1.4.1.6296.101.9.5.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleRmonSimpleEntry  

sleRmonSimplePortIndex 1.3.6.1.4.1.6296.101.9.5.1.1.1
The port index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

sleRmonSimpleSampleVariable 1.3.6.1.4.1.6296.101.9.5.1.1.2
The sample variable type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER crcAlignError(1), jabber(2), oversizePackets(3), undersizePackets(4), fragments(5), dropEvents(6), collisions(7), ifInDiscards(8), ifInErrors(9), ifOutDiscards(10), ifOutErrors(11), ifInPauseFrame(12), ifOutPauseFrame(13)  

sleRmonSimpleSampleInterval 1.3.6.1.4.1.6296.101.9.5.1.1.3
The sample interval. (10: minimum)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sleRmonSimpleRisingThreshold 1.3.6.1.4.1.6296.101.9.5.1.1.4
The rising threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sleRmonSimpleFallingThreshold 1.3.6.1.4.1.6296.101.9.5.1.1.5
The falling threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sleRmonSimpleControl 1.3.6.1.4.1.6296.101.9.5.2
OBJECT IDENTIFIER    

sleRmonSimpleControlRequest 1.3.6.1.4.1.6296.101.9.5.2.1
Description
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createRmonSimple(1), delRmonSimple(2)  

sleRmonSimpleControlStatus 1.3.6.1.4.1.6296.101.9.5.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleRmonSimpleControlTimer 1.3.6.1.4.1.6296.101.9.5.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleRmonSimpleControlTimeStamp 1.3.6.1.4.1.6296.101.9.5.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleRmonSimpleControlReqResult 1.3.6.1.4.1.6296.101.9.5.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleRmonSimpleControlPortIndex 1.3.6.1.4.1.6296.101.9.5.2.6
The port index.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

sleRmonSimpleControlSampleVariable 1.3.6.1.4.1.6296.101.9.5.2.7
The sample variable type. (255: set all sample variable types)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER crcAlignError(1), jabber(2), oversizePackets(3), undersizePackets(4), fragments(5), dropEvents(6), collisions(7), ifInDiscards(8), ifInErrors(9), ifOutDiscards(10), ifOutErrors(11), ifInPauseFrame(12), ifOutPauseFrame(13), allTypes(255)  

sleRmonSimpleControlSampleInterval 1.3.6.1.4.1.6296.101.9.5.2.8
The sample interval.(10: minimum)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..65535  

sleRmonSimpleControlRisingThreshold 1.3.6.1.4.1.6296.101.9.5.2.9
The rising threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleRmonSimpleControlFallingThreshold 1.3.6.1.4.1.6296.101.9.5.2.10
The falling threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleRmonSimpleNotification 1.3.6.1.4.1.6296.101.9.5.3
OBJECT IDENTIFIER    

sleRmonSimpleCreated 1.3.6.1.4.1.6296.101.9.5.3.1
createRmonSimple
Status: current Access: read-write
NOTIFICATION-TYPE    

sleRmonSimpleDeleted 1.3.6.1.4.1.6296.101.9.5.3.2
delRmonSimple
Status: current Access: read-write
NOTIFICATION-TYPE    

sleRmonSimpleQueue 1.3.6.1.4.1.6296.101.9.6
OBJECT IDENTIFIER    

sleRmonSimpleQueueTable 1.3.6.1.4.1.6296.101.9.6.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleRmonSimpleQueueEntry

sleRmonSimpleQueueEntry 1.3.6.1.4.1.6296.101.9.6.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleRmonSimpleQueueEntry  

sleRmonSimpleQueuePortIndex 1.3.6.1.4.1.6296.101.9.6.1.1.1
The port index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

sleRmonSimpleQueueSampleVariable 1.3.6.1.4.1.6296.101.9.6.1.1.2
The sample variable type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER transmitCount(1), dropCount(2)  

sleRmonSimpleQueueQueueNumber 1.3.6.1.4.1.6296.101.9.6.1.1.3
The queue number 0~7
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

sleRmonSimpleQueueSampleInterval 1.3.6.1.4.1.6296.101.9.6.1.1.4
The sample interval. (10: minimum)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sleRmonSimpleQueueRisingThreshold 1.3.6.1.4.1.6296.101.9.6.1.1.5
The rising threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sleRmonSimpleQueueFallingThreshold 1.3.6.1.4.1.6296.101.9.6.1.1.6
The falling threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sleRmonSimpleQueueControl 1.3.6.1.4.1.6296.101.9.6.2
OBJECT IDENTIFIER    

sleRmonSimpleQueueControlRequest 1.3.6.1.4.1.6296.101.9.6.2.1
Description
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createRmonSimpleQueue(1), delRmonSimpleQueue(2)  

sleRmonSimpleQueueControlStatus 1.3.6.1.4.1.6296.101.9.6.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleRmonSimpleQueueControlTimer 1.3.6.1.4.1.6296.101.9.6.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleRmonSimpleQueueControlTimeStamp 1.3.6.1.4.1.6296.101.9.6.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleRmonSimpleQueueControlReqResult 1.3.6.1.4.1.6296.101.9.6.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleRmonSimpleQueueControlPortIndex 1.3.6.1.4.1.6296.101.9.6.2.6
The port index.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

sleRmonSimpleQueueControlSampleVariable 1.3.6.1.4.1.6296.101.9.6.2.7
The sample variable type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER transmitCount(1), dropCount(2)  

sleRmonSimpleQueueControlQueueNumber 1.3.6.1.4.1.6296.101.9.6.2.8
The queue number 0~7
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

sleRmonSimpleQueueControlSampleInterval 1.3.6.1.4.1.6296.101.9.6.2.9
The sample interval. (10: minimum)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..65535  

sleRmonSimpleQueueControlRisingThreshold 1.3.6.1.4.1.6296.101.9.6.2.10
The rising threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleRmonSimpleQueueControlFallingThreshold 1.3.6.1.4.1.6296.101.9.6.2.11
The falling threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleRmonSimpleQueueNotification 1.3.6.1.4.1.6296.101.9.6.3
OBJECT IDENTIFIER    

sleRmonSimpleQueueCreated 1.3.6.1.4.1.6296.101.9.6.3.1
createRmonSimpleQueue
Status: current Access: read-write
NOTIFICATION-TYPE    

sleRmonSimpleQueueDeleted 1.3.6.1.4.1.6296.101.9.6.3.2
createRmonSimpleQueue
Status: current Access: read-write
NOTIFICATION-TYPE    

sleRmonGroup 1.3.6.1.4.1.6296.101.9.7
Description.
Status: current Access: read-write
OBJECT-GROUP    

sleRmonNotificationGroup 1.3.6.1.4.1.6296.101.9.8
Description.
Status: current Access: read-write
NOTIFICATION-GROUP