SLE-RMON-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
6
Rows
6
Columns
59
sleHistoryTable
table.1.3.6.1.4.1.6296.101.9.1.1
·
1 row entry
·
7 columns
A list of history control entries.
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
of statistics. As an example, an instance of the
sleHistoryControlInterval object might be named
sleHistoryControlInterval.2
Indexes
No indexes recorded
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
sleHistoryIndex
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. |
Integer32 | .1.3.6.1.4.1.6296.101.9.1.1.1.1 |
||||||||
|
sleHistoryDataSource
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 ord… |
ObjectIdentifier Constraints: range: 1-65535 |
.1.3.6.1.4.1.6296.101.9.1.1.1.2 |
||||||||
|
sleHistoryBucketsRequested
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, th… |
Integer32 Constraints: range: 0-127 |
.1.3.6.1.4.1.6296.101.9.1.1.1.3 |
||||||||
|
sleHistoryBucketsGranted
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 historyControlBucketsRequeste… |
Integer32 Enumerated Values:
|
.1.3.6.1.4.1.6296.101.9.1.1.1.4 |
||||||||
|
sleHistoryInterval
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 3… |
Integer32 Constraints: range: 0-127 |
.1.3.6.1.4.1.6296.101.9.1.1.1.5 |
||||||||
|
sleHistoryOwner
The entity that configured this entry and is
therefore using the resources assigned to it. |
OwnerString Textual Convention: OwnerString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.6296.101.9.1.1.1.6 |
||||||||
|
sleHistoryStatus
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… |
SleEntryStatus Textual Convention: SleEntryStatus EnumerationType Values:
|
.1.3.6.1.4.1.6296.101.9.1.1.1.7 |
sleAlarmTable
table.1.3.6.1.4.1.6296.101.9.2.1
·
1 row entry
·
12 columns
A list of alarm entries.
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
for alarm conditions. For example, an instance of the
sleAlarmValue object might be named sleAlarmValue.8
Indexes
No indexes recorded
| Column | Syntax | OID | ||||||
|---|---|---|---|---|---|---|---|---|
|
sleAlarmIndex
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. |
Integer32 | .1.3.6.1.4.1.6296.101.9.2.1.1.1 |
||||||
|
sleAlarmInterval
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 s… |
SNMPv2-SMIInteger32 Constraints: range: 1-65535Textual Convention: SNMPv2-SMIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.6296.101.9.2.1.1.2 |
||||||
|
sleAlarmVariable
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 acce… |
ObjectIdentifier | .1.3.6.1.4.1.6296.101.9.2.1.1.3 |
||||||
|
sleAlarmSampleType
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 directl… |
Enumeration | .1.3.6.1.4.1.6296.101.9.2.1.1.4 |
||||||
|
sleAlarmValue
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 ty… |
SNMPv2-SMIInteger32 Textual Convention: SNMPv2-SMIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.6296.101.9.2.1.1.5 |
||||||
|
sleAlarmStartupAlarm
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 r… |
Enumeration | .1.3.6.1.4.1.6296.101.9.2.1.1.6 |
||||||
|
sleAlarmRisingThreshold
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 generat… |
SNMPv2-SMIInteger32 Textual Convention: SNMPv2-SMIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.6296.101.9.2.1.1.7 |
||||||
|
sleAlarmFallingThreshold
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 generat… |
SNMPv2-SMIInteger32 Textual Convention: SNMPv2-SMIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.6296.101.9.2.1.1.8 |
||||||
|
sleAlarmRisingEventIndex
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… |
Integer32 | .1.3.6.1.4.1.6296.101.9.2.1.1.9 |
||||||
|
sleAlarmFallingEventIndex
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 ther… |
Integer32 | .1.3.6.1.4.1.6296.101.9.2.1.1.10 |
||||||
|
sleAlarmOwner
The entity that configured this entry and is
therefore using the resources assigned to it. |
OwnerString Textual Convention: OwnerString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.6296.101.9.2.1.1.11 |
||||||
|
sleAlarmStatus
The status of this alarm entry.
|
SleEntryStatus Textual Convention: SleEntryStatus EnumerationType Values:
|
.1.3.6.1.4.1.6296.101.9.2.1.1.12 |
sleEventTable
table.1.3.6.1.4.1.6296.101.9.3.1
·
1 row entry
·
7 columns
A list of events to be generated.
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
generated when certain conditions are met. As an
example, an instance of the sleEventLastTimeSent object
might be named sleEventLastTimeSent.6
Indexes
No indexes recorded
| Column | Syntax | OID | ||||||
|---|---|---|---|---|---|---|---|---|
|
sleEventIndex
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. |
Integer32 | .1.3.6.1.4.1.6296.101.9.3.1.1.1 |
||||||
|
sleEventDescription
A comment describing this event entry.
|
OctetString | .1.3.6.1.4.1.6296.101.9.3.1.1.2 |
||||||
|
sleEventType
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 statio… |
Enumeration | .1.3.6.1.4.1.6296.101.9.3.1.1.3 |
||||||
|
sleEventCommunity
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 stri… |
OctetString | .1.3.6.1.4.1.6296.101.9.3.1.1.4 |
||||||
|
sleEventLastTimeSent
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. |
SNMPv2-SMITimeTicks Textual Convention: SNMPv2-SMITimeTicks Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.3.1.1.5 |
||||||
|
sleEventOwner
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 connect… |
OwnerString Textual Convention: OwnerString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.6296.101.9.3.1.1.6 |
||||||
|
sleEventStatus
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. |
SleEntryStatus Textual Convention: SleEntryStatus EnumerationType Values:
|
.1.3.6.1.4.1.6296.101.9.3.1.1.7 |
sleEtherStatsTable
table.1.3.6.1.4.1.6296.101.9.4.1.1
·
1 row entry
·
22 columns
Description.
Description.
Indexes
No indexes recorded
| Column | Syntax | OID | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
sleEtherStatsIndex
The value of this object uniquely identifies this sleEtherStats entry
|
Integer32 | .1.3.6.1.4.1.6296.101.9.4.1.1.1.1 |
||||||||||||||||||||||||||
|
sleEtherStatsDataSource
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 s… |
ObjectIdentifier | .1.3.6.1.4.1.6296.101.9.4.1.1.1.2 |
||||||||||||||||||||||||||
|
sleEtherStatsDropEvents
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 b… |
SNMPv2-SMICounter32 Constraints: range: 1-65535Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.3 |
||||||||||||||||||||||||||
|
sleEtherStatsOctets
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 etherne… |
SNMPv2-SMICounter32 Enumerated Values:
Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.4 |
||||||||||||||||||||||||||
|
sleEtherStatsPkts
The total number of packets (including bad packets,
broadcast packets, and multicast packets) received. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.5 |
||||||||||||||||||||||||||
|
sleEtherStatsBroadcastPkts
The total number of good packets received that were
directed to the broadcast address. Note that this does not include multicast packets. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.6 |
||||||||||||||||||||||||||
|
sleEtherStatsMulticastPkts
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. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.7 |
||||||||||||||||||||||||||
|
sleEtherStatsCRCAlignErrors
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 nu… |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.8 |
||||||||||||||||||||||||||
|
sleEtherStatsUndersizePkts
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. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.9 |
||||||||||||||||||||||||||
|
sleEtherStatsOversizePkts
The total number of packets received that were
longer than 1518 octets (excluding framing bits, but including FCS octets) and were otherwise well formed. |
SNMPv2-SMICounter32 Constraints: range: 1-65535Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.10 |
||||||||||||||||||||||||||
|
sleEtherStatsFragments
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… |
SNMPv2-SMICounter32 Enumerated Values:
Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.11 |
||||||||||||||||||||||||||
|
sleEtherStatsJabbers
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… |
SNMPv2-SMICounter32 Constraints: range: 0-7Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.12 |
||||||||||||||||||||||||||
|
sleEtherStatsCollisions
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)… |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.13 |
||||||||||||||||||||||||||
|
sleEtherStatsPkts64Octets
The total number of packets (including bad
packets) received that were 64 octets in length (excluding framing bits but including FCS octets). |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.14 |
||||||||||||||||||||||||||
|
sleEtherStatsPkts65to127Octets
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). |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.15 |
||||||||||||||||||||||||||
|
sleEtherStatsPkts128to255Octets
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). |
SNMPv2-SMICounter32 Enumerated Values:
Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.16 |
||||||||||||||||||||||||||
|
sleEtherStatsPkts256to511Octets
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). |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.17 |
||||||||||||||||||||||||||
|
sleEtherStatsPkts512to1023Octets
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). |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.18 |
||||||||||||||||||||||||||
|
sleEtherStatsPkts1024to1518Octets
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). |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.19 |
||||||||||||||||||||||||||
|
sleEtherStatsOwner
The entity that configured this entry and is
therefore using the resources assigned to it. |
OctetString | .1.3.6.1.4.1.6296.101.9.4.1.1.1.20 |
||||||||||||||||||||||||||
|
sleEtherStatsStatus
The status of this etherStats entry.
|
SleEntryStatus Constraints: range: 1-65535Textual Convention: SleEntryStatus EnumerationType Values:
|
.1.3.6.1.4.1.6296.101.9.4.1.1.1.21 |
||||||||||||||||||||||||||
|
sleEtherStatsClearedTime
Description.
|
SNMPv2-SMITimeTicks Textual Convention: SNMPv2-SMITimeTicks Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.6296.101.9.4.1.1.1.22 |
sleRmonSimpleTable
table.1.3.6.1.4.1.6296.101.9.5.1
·
1 row entry
·
5 columns
Description.
Description.
Indexes
No indexes recorded
| Column | Syntax | OID | ||||||
|---|---|---|---|---|---|---|---|---|
|
sleRmonSimplePortIndex
The port index.
|
Integer32 | .1.3.6.1.4.1.6296.101.9.5.1.1.1 |
||||||
|
sleRmonSimpleSampleVariable
The sample variable type.
|
Enumeration | .1.3.6.1.4.1.6296.101.9.5.1.1.2 |
||||||
|
sleRmonSimpleSampleInterval
The sample interval. (10: minimum)
|
SNMPv2-SMIInteger32 Enumerated Values:
Textual Convention: SNMPv2-SMIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.6296.101.9.5.1.1.3 |
||||||
|
sleRmonSimpleRisingThreshold
The rising threshold.
|
SNMPv2-SMIInteger32 Textual Convention: SNMPv2-SMIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.6296.101.9.5.1.1.4 |
||||||
|
sleRmonSimpleFallingThreshold
The falling threshold.
|
SNMPv2-SMIInteger32 Textual Convention: SNMPv2-SMIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.6296.101.9.5.1.1.5 |
sleRmonSimpleQueueTable
table.1.3.6.1.4.1.6296.101.9.6.1
·
1 row entry
·
6 columns
Description.
Description.
Indexes
No indexes recorded
| Column | Syntax | OID | ||||||
|---|---|---|---|---|---|---|---|---|
|
sleRmonSimpleQueuePortIndex
The port index.
|
Integer32 Constraints: range: 1-65535 |
.1.3.6.1.4.1.6296.101.9.6.1.1.1 |
||||||
|
sleRmonSimpleQueueSampleVariable
The sample variable type.
|
Enumeration | .1.3.6.1.4.1.6296.101.9.6.1.1.2 |
||||||
|
sleRmonSimpleQueueQueueNumber
The queue number 0~7
|
Integer32 | .1.3.6.1.4.1.6296.101.9.6.1.1.3 |
||||||
|
sleRmonSimpleQueueSampleInterval
The sample interval. (10: minimum)
|
SNMPv2-SMIInteger32 Enumerated Values:
Textual Convention: SNMPv2-SMIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.6296.101.9.6.1.1.4 |
||||||
|
sleRmonSimpleQueueRisingThreshold
The rising threshold.
|
SNMPv2-SMIInteger32 Enumerated Values:
Textual Convention: SNMPv2-SMIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.6296.101.9.6.1.1.5 |
||||||
|
sleRmonSimpleQueueFallingThreshold
The falling threshold.
|
SNMPv2-SMIInteger32 Textual Convention: SNMPv2-SMIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.6296.101.9.6.1.1.6 |