SL-ETH-MIB: View SNMP OID List / Download MIB

VENDOR: PACKETLIGHT NETWORKS LTD.


 Home MIB: SL-ETH-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 slEthernet 1.3.6.1.4.1.4515.1.1.1
     ethConfigTable 1.3.6.1.4.1.4515.1.1.1.1
The Ethernet Configuration table.
         ethConfigEntry 1.3.6.1.4.1.4515.1.1.1.1.1
An entry in the Ethernet Configuration table.
             ethLineIndex 1.3.6.1.4.1.4515.1.1.1.1.1.1
This object should be made equal to ifIndex.
             ethTimeElapsed 1.3.6.1.4.1.4515.1.1.1.1.1.2
The number of seconds that have elapsed since the beginning of the near end current error- measurement period. If, for some reason, such as an adjustment in the systems time-of-day clock, the current interval exceeds the maximum value, the agent will return the maximum value.
             ethValidIntervals 1.3.6.1.4.1.4515.1.1.1.1.1.3
The number of previous near end intervals for which data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which data is available.
             ethResetPm 1.3.6.1.4.1.4515.1.1.1.1.1.4
Writing to this object cause a Reset to the current PM counters of the corresponding Ethernet interface.
             ethAutoNegSupported 1.3.6.1.4.1.4515.1.1.1.1.1.5
This object indicates the AutoNeg oper status. TRUE - meanse that ethAutoNegAdminStatus is enabled(1) and the Remote interface supports AutoNeg. FALSE - Otherwise.
             ethAutoNegAdminStatus 1.3.6.1.4.1.4515.1.1.1.1.1.6
Setting this object to enabled(1) will cause the interface auto-negotiation function capability to be enabled.
             ethConfigStatus 1.3.6.1.4.1.4515.1.1.1.1.1.7
This variable indicates the Line Status of the Ethrenet interface. The ethConfigStatus is a bit map represented as a sum, therefore, it can represent multiple failures (alarms) simultaneously. ethConfigNoAlarm must be set if and only if no other flag is set. The various bit positions are: 1 ethConfigNoAlarm No alarm present 2 ethConfigTransmitFault Optical GbE transceiver transmit fault 4 ethConfigLossOfSignal Optical GbE transceiver signal detect failed 8 ethConfigLinkFail Mac Layer Link failed
             ethTransceiverType 1.3.6.1.4.1.4515.1.1.1.1.1.8
The GBIC Type.
             ethPauseTime 1.3.6.1.4.1.4515.1.1.1.1.1.9
This object indicate how much time the other mac device should pause after it receive a pause frame. The unit are of 512 ns.
             ethPauseEnable 1.3.6.1.4.1.4515.1.1.1.1.1.10
This object indicates whether or not we want to use the flow control mechanism.
             ethResetPmCounters 1.3.6.1.4.1.4515.1.1.1.1.1.11
Setting this object to 1 reset the current interval PM counters of the port.
             ethTransceiverMedia 1.3.6.1.4.1.4515.1.1.1.1.1.12
The thernet port tranceiver media. Used to determine which uplink interface to use.
     ethCurrentTable 1.3.6.1.4.1.4515.1.1.1.2
The Ethernet current table contains various statistics being collected for the current 15 minute interval.
         ethCurrentEntry 1.3.6.1.4.1.4515.1.1.1.2.1
An entry in the Ethernet Current table.
             ethCurrentIndex 1.3.6.1.4.1.4515.1.1.1.2.1.1
The index value which uniquely identifies the Ethernet interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a ethLineIndex object instance.
             ethCurrentRxDropEvents 1.3.6.1.4.1.4515.1.1.1.2.1.2
The total number of events in which packets were dropped by the probe due to lack of Ingress resources during this sampling interval. Note that this number is not necessarily the number of packets dropped, it is just the number of times this condition has been detected.
             ethCurrentOctets 1.3.6.1.4.1.4515.1.1.1.2.1.3
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 10-Megabit 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.
             ethCurrentPkts 1.3.6.1.4.1.4515.1.1.1.2.1.4
The number of packets (including bad packets) received during this sampling interval.
             ethCurrentBroadcastPkts 1.3.6.1.4.1.4515.1.1.1.2.1.5
The number of good packets received during this sampling interval that were directed to the broadcast address.
             ethCurrentMulticastPkts 1.3.6.1.4.1.4515.1.1.1.2.1.6
The number of good packets received during this sampling interval that were directed to a multicast address. Note that this number does not include packets addressed to the broadcast address.
             ethCurrentCRCAlignErrors 1.3.6.1.4.1.4515.1.1.1.2.1.7
The number of packets received during this sampling interval that had a length (excluding framing bits but including FCS octets) between 64 and 1518 octets, inclusive, 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).
             ethCurrentUndersizePkts 1.3.6.1.4.1.4515.1.1.1.2.1.8
The number of packets received during this sampling interval that were less than 64 octets long (excluding framing bits but including FCS octets) and were otherwise well formed.
             ethCurrentOversizePkts 1.3.6.1.4.1.4515.1.1.1.2.1.9
The number of packets received during this sampling interval that were longer than 1518 octets (excluding framing bits but including FCS octets) but were otherwise well formed.
             ethCurrentFragments 1.3.6.1.4.1.4515.1.1.1.2.1.10
The total number of packets received during this sampling interval that were less than 64 octets in length (excluding framing bits but including FCS octets) 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).
             ethCurrentJabbers 1.3.6.1.4.1.4515.1.1.1.2.1.11
The number of packets received during this sampling interval 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).
             ethCurrentCollisions 1.3.6.1.4.1.4515.1.1.1.2.1.12
The best estimate of the total number of collisions on this Ethernet segment during this sampling interval.
             ethCurrentUtilization 1.3.6.1.4.1.4515.1.1.1.2.1.13
The best estimate of the mean physical layer network utilization on this interface during this sampling interval, in hundredths of a percent (0..10000).
             ethCurrentTxOctets 1.3.6.1.4.1.4515.1.1.1.2.1.14
The total number of octets of data transmited during the current interval.
             ethCurrentTxPkts 1.3.6.1.4.1.4515.1.1.1.2.1.15
The number of packets (including bad packets) received during the current interval.
             ethCurrentRxPause 1.3.6.1.4.1.4515.1.1.1.2.1.16
The number of Pause frames received during the current interval.
             ethCurrentTxPause 1.3.6.1.4.1.4515.1.1.1.2.1.17
The number of Pause farmes transmitted during the current interval.
             ethCurrentTxDropEvents 1.3.6.1.4.1.4515.1.1.1.2.1.18
The total number of events in which packets were dropped by the probe due to lack of Egress resources during this sampling interval. Note that this number is not necessarily the number of packets dropped, it is just the number of times this condition has been detected.
             ethCurrentRxPkts64Octets 1.3.6.1.4.1.4515.1.1.1.2.1.19
The total number of packets (including bad packets) received that were 64 octets in length (excluding framing bits but including FCS octets).
             ethCurrentRxPkts65to127Octets 1.3.6.1.4.1.4515.1.1.1.2.1.20
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).
             ethCurrentRxPkts128to255Octets 1.3.6.1.4.1.4515.1.1.1.2.1.21
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).
             ethCurrentRxPkts256to511Octets 1.3.6.1.4.1.4515.1.1.1.2.1.22
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).
             ethCurrentRxPkts512to1023Octets 1.3.6.1.4.1.4515.1.1.1.2.1.23
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).
             ethCurrentRxPkts1024to1518Octets 1.3.6.1.4.1.4515.1.1.1.2.1.24
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).
             ethCurrentRxPkts1519to1522Octets 1.3.6.1.4.1.4515.1.1.1.2.1.25
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).
             ethCurrentTxPkts64Octets 1.3.6.1.4.1.4515.1.1.1.2.1.26
The total number of packets transmitted that were 64 octets in length (excluding framing bits but including FCS octets).
             ethCurrentTxPkts65to127Octets 1.3.6.1.4.1.4515.1.1.1.2.1.27
The total number of packets transmitted that were between 65 and 127 octets in length inclusive (excluding framing bits but including FCS octets).
             ethCurrentTxPkts128to255Octets 1.3.6.1.4.1.4515.1.1.1.2.1.28
The total number of packets transmitted that were between 128 and 255 octets in length inclusive (excluding framing bits but including FCS octets).
             ethCurrentTxPkts256to511Octets 1.3.6.1.4.1.4515.1.1.1.2.1.29
The total number of packets transmitted that were between 256 and 511 octets in length inclusive (excluding framing bits but including FCS octets).
             ethCurrentTxPkts512to1023Octets 1.3.6.1.4.1.4515.1.1.1.2.1.30
The total number of packets transmitted that were between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets).
             ethCurrentTxPkts1024to1518Octets 1.3.6.1.4.1.4515.1.1.1.2.1.31
The total number of packets transmitted that were between 1024 and 1518 octets in length inclusive (excluding framing bits but including FCS octets).
             ethCurrentTxPkts1519to1522Octets 1.3.6.1.4.1.4515.1.1.1.2.1.32
The total number of packets transmitted that were between 1519 and 1522 octets in length inclusive (excluding framing bits but including FCS octets).
             ethCurrentRxVlanPkts 1.3.6.1.4.1.4515.1.1.1.2.1.33
The total number of VLAN packets received.
             ethCurrentTxVlanPkts 1.3.6.1.4.1.4515.1.1.1.2.1.34
The total number of VLAN packets transmitted.
             ethCurrentRxJumboPkts 1.3.6.1.4.1.4515.1.1.1.2.1.35
The total number of Jumbo packets received.
             ethCurrentTxJumboPkts 1.3.6.1.4.1.4515.1.1.1.2.1.36
The total number of Jumbo packets transmitted.
     ethIntervalTable 1.3.6.1.4.1.4515.1.1.1.3
The Ethernet Interval Table contains various statistics collected by each Ethernet Interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals. Each row in this table represents one such interval (identified by ethIntervalNumber) for one specific instance (identified by ethIntervalIndex).
         ethIntervalEntry 1.3.6.1.4.1.4515.1.1.1.3.1
An entry in the Ethernet Interval table.
             ethIntervalIndex 1.3.6.1.4.1.4515.1.1.1.3.1.1
The index value which uniquely identifies the Ethernet interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a ethLineIndex object instance.
             ethIntervalNumber 1.3.6.1.4.1.4515.1.1.1.3.1.2
A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1.
             ethIntervalDropEvents 1.3.6.1.4.1.4515.1.1.1.3.1.3
The total number of events in which packets were dropped by the probe due to lack of resources during this sampling interval. Note that this number is not necessarily the number of packets dropped, it is just the number of times this condition has been detected.
             ethIntervalOctets 1.3.6.1.4.1.4515.1.1.1.3.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) in the current interval.
             ethIntervalPkts 1.3.6.1.4.1.4515.1.1.1.3.1.5
The number of packets (including bad packets) received during this sampling interval.
             ethIntervalBroadcastPkts 1.3.6.1.4.1.4515.1.1.1.3.1.6
The number of good packets received during this sampling interval that were directed to the broadcast address.
             ethIntervalMulticastPkts 1.3.6.1.4.1.4515.1.1.1.3.1.7
The number of good packets received during this sampling interval that were directed to a multicast address. Note that this number does not include packets addressed to the broadcast address.
             ethIntervalCRCAlignErrors 1.3.6.1.4.1.4515.1.1.1.3.1.8
The number of packets received during this sampling interval that had a length (excluding framing bits but including FCS octets) between 64 and 1518 octets, inclusive, 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).
             ethIntervalUndersizePkts 1.3.6.1.4.1.4515.1.1.1.3.1.9
The number of packets received during this sampling interval that were less than 64 octets long (excluding framing bits but including FCS octets) and were otherwise well formed.
             ethIntervalOversizePkts 1.3.6.1.4.1.4515.1.1.1.3.1.10
The number of packets received during this sampling interval that were longer than 1518 octets (excluding framing bits but including FCS octets) but were otherwise well formed.
             ethIntervalFragments 1.3.6.1.4.1.4515.1.1.1.3.1.11
The total number of packets received during this sampling interval that were less than 64 octets in length (excluding framing bits but including FCS octets) 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).
             ethIntervalJabbers 1.3.6.1.4.1.4515.1.1.1.3.1.12
The number of packets received during this sampling interval 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).
             ethIntervalCollisions 1.3.6.1.4.1.4515.1.1.1.3.1.13
The best estimate of the total number of collisions on this Ethernet segment during this sampling interval.
             ethIntervalUtilization 1.3.6.1.4.1.4515.1.1.1.3.1.14
The best estimate of the mean physical layer network utilization on this interface during this sampling interval, in hundredths of a percent (0..10000).
             ethIntervalTxOctets 1.3.6.1.4.1.4515.1.1.1.3.1.15
The total number of octets of data transmited on the network.
             ethIntervalTxPkts 1.3.6.1.4.1.4515.1.1.1.3.1.16
The number of packets (including bad packets) received during this sampling interval.
             ethIntervalRxPause 1.3.6.1.4.1.4515.1.1.1.3.1.17
The number of Pause frames received during this sampling interval.
             ethIntervalTxPause 1.3.6.1.4.1.4515.1.1.1.3.1.18
The number of Pause farmes transmitted during this sampling interval.
             ethIntervalValidData 1.3.6.1.4.1.4515.1.1.1.3.1.19
This variable indicates if the data for this interval is valid.
             ethIntervalTcaFlag 1.3.6.1.4.1.4515.1.1.1.3.1.20
TRUE if one of the counters crossed the threshold during the interval.
     ethTotalTable 1.3.6.1.4.1.4515.1.1.1.4
The Ethernet Total Table contains the cumulative sum of the various statistics for the 24 hour period preceding the current day, starting from startOfDay.
         ethTotalEntry 1.3.6.1.4.1.4515.1.1.1.4.1
An entry in the Ethernet Total table.
             ethTotalIndex 1.3.6.1.4.1.4515.1.1.1.4.1.1
The index value which uniquely identifies the Ethernet interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a ethLineIndex object instance.
             ethTotalDayNumber 1.3.6.1.4.1.4515.1.1.1.4.1.2
A number which identifies the 1-day interval for which the set of section related statistics is available. The number is between 1 and n, where n is the number of 1-day intervals supported by the agent. The interval identified by 1 is the current 1-day interval, 2 is the previous (most recently completed) 1-day interval and n is the least recently completed 1-day interval.
             ethTotalDropEvents 1.3.6.1.4.1.4515.1.1.1.4.1.3
The total number of events in which packets were dropped by the probe due to lack of resources in the previous 24 hour interval. Note that this number is not necessarily the number of packets dropped, it is just the number of times this condition has been detected.
             ethTotalOctets 1.3.6.1.4.1.4515.1.1.1.4.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) in the previous 24 hour interval.
             ethTotalPkts 1.3.6.1.4.1.4515.1.1.1.4.1.5
The number of packets (including bad packets) received in the previous 24 hour interval.
             ethTotalBroadcastPkts 1.3.6.1.4.1.4515.1.1.1.4.1.6
The number of good packets received in the previous 24 hour interval that were directed to the broadcast address.
             ethTotalMulticastPkts 1.3.6.1.4.1.4515.1.1.1.4.1.7
The number of good packets received in the previous 24 hour interval that were directed to a multicast address. Note that this number does not include packets addressed to the broadcast address.
             ethTotalCRCAlignErrors 1.3.6.1.4.1.4515.1.1.1.4.1.8
The number of packets received in the previous 24 hour interval that had a length (excluding framing bits but including FCS octets) between 64 and 1518 octets, inclusive, 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).
             ethTotalUndersizePkts 1.3.6.1.4.1.4515.1.1.1.4.1.9
The number of packets received in the previous 24 hour interval that were less than 64 octets long (excluding framing bits but including FCS octets) and were otherwise well formed.
             ethTotalOversizePkts 1.3.6.1.4.1.4515.1.1.1.4.1.10
The number of packets received in the previous 24 hour interval that were longer than 1518 octets (excluding framing bits but including FCS octets) but were otherwise well formed.
             ethTotalFragments 1.3.6.1.4.1.4515.1.1.1.4.1.11
The total number of packets received in the previous 24 hour interval that were less than 64 octets in length (excluding framing bits but including FCS octets) 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).
             ethTotalJabbers 1.3.6.1.4.1.4515.1.1.1.4.1.12
The number of packets received in the previous 24 hour interval 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).
             ethTotalCollisions 1.3.6.1.4.1.4515.1.1.1.4.1.13
The best estimate of the total number of collisions on this Ethernet segment in the previous 24 hour interval.
             ethTotalUtilization 1.3.6.1.4.1.4515.1.1.1.4.1.14
The avarage of the mean physical layer network utilization on this interface in the previous 24 hour interval.
             ethTotalTxOctets 1.3.6.1.4.1.4515.1.1.1.4.1.15
The total number of octets of data transmited on the network.
             ethTotalTxPkts 1.3.6.1.4.1.4515.1.1.1.4.1.16
The number of packets (including bad packets) received during this sampling interval.
             ethTotalRxPause 1.3.6.1.4.1.4515.1.1.1.4.1.17
The number of Pause frames received during this sampling interval.
             ethTotalTxPause 1.3.6.1.4.1.4515.1.1.1.4.1.18
The number of Pause farmes transmitted during this sampling interval.
             ethTotalValidData 1.3.6.1.4.1.4515.1.1.1.4.1.19
This variable indicates if the data for this day is valid.
     ethTraps 1.3.6.1.4.1.4515.1.1.1.7