SL-ETH-MIB

File: SL-ETH-MIB.mib (38674 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB PerfHist-TC-MIB SL-NE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
NOTIFICATION-TYPE Gauge32 Counter64
DisplayString TruthValue DateAndTime
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
InterfaceIndex PerfCurrentCount PerfIntervalCount
PerfTotalCount slService

Defined Types

EthConfigEntry  
SEQUENCE    
  ethLineIndex InterfaceIndex
  ethTimeElapsed INTEGER
  ethValidIntervals INTEGER
  ethResetPm INTEGER
  ethAutoNegSupported TruthValue
  ethAutoNegAdminStatus INTEGER
  ethConfigStatus INTEGER
  ethTransceiverType INTEGER
  ethPauseTime INTEGER
  ethPauseEnable TruthValue
  ethResetPmCounters INTEGER
  ethTransceiverMedia INTEGER

EthCurrentEntry  
SEQUENCE    
  ethCurrentIndex InterfaceIndex
  ethCurrentRxDropEvents Counter64
  ethCurrentOctets Counter64
  ethCurrentPkts Counter64
  ethCurrentBroadcastPkts Counter64
  ethCurrentMulticastPkts Counter64
  ethCurrentCRCAlignErrors Counter64
  ethCurrentUndersizePkts Counter64
  ethCurrentOversizePkts Counter64
  ethCurrentFragments Counter64
  ethCurrentJabbers Counter64
  ethCurrentCollisions Counter64
  ethCurrentUtilization Counter64
  ethCurrentTxOctets Counter64
  ethCurrentTxPkts Counter64
  ethCurrentRxPause Counter64
  ethCurrentTxPause Counter64
  ethCurrentTxDropEvents Counter64
  ethCurrentRxPkts64Octets Counter64
  ethCurrentRxPkts65to127Octets Counter64
  ethCurrentRxPkts128to255Octets Counter64
  ethCurrentRxPkts256to511Octets Counter64
  ethCurrentRxPkts512to1023Octets Counter64
  ethCurrentRxPkts1024to1518Octets Counter64
  ethCurrentRxPkts1519to1522Octets Counter64
  ethCurrentTxPkts64Octets Counter64
  ethCurrentTxPkts65to127Octets Counter64
  ethCurrentTxPkts128to255Octets Counter64
  ethCurrentTxPkts256to511Octets Counter64
  ethCurrentTxPkts512to1023Octets Counter64
  ethCurrentTxPkts1024to1518Octets Counter64
  ethCurrentTxPkts1519to1522Octets Counter64
  ethCurrentRxVlanPkts Counter64
  ethCurrentTxVlanPkts Counter64
  ethCurrentRxJumboPkts Counter64
  ethCurrentTxJumboPkts Counter64

EthIntervalEntry  
SEQUENCE    
  ethIntervalIndex InterfaceIndex
  ethIntervalNumber INTEGER
  ethIntervalDropEvents Counter64
  ethIntervalOctets Counter64
  ethIntervalPkts Counter64
  ethIntervalBroadcastPkts Counter64
  ethIntervalMulticastPkts Counter64
  ethIntervalCRCAlignErrors Counter64
  ethIntervalUndersizePkts Counter64
  ethIntervalOversizePkts Counter64
  ethIntervalFragments Counter64
  ethIntervalJabbers Counter64
  ethIntervalCollisions Counter64
  ethIntervalUtilization Counter64
  ethIntervalTxOctets Counter64
  ethIntervalTxPkts Counter64
  ethIntervalRxPause Counter64
  ethIntervalTxPause Counter64
  ethIntervalValidData TruthValue
  ethIntervalTcaFlag TruthValue

EthTotalEntry  
SEQUENCE    
  ethTotalIndex InterfaceIndex
  ethTotalDayNumber INTEGER
  ethTotalDropEvents Counter64
  ethTotalOctets Counter64
  ethTotalPkts Counter64
  ethTotalBroadcastPkts Counter64
  ethTotalMulticastPkts Counter64
  ethTotalCRCAlignErrors Counter64
  ethTotalUndersizePkts Counter64
  ethTotalOversizePkts Counter64
  ethTotalFragments Counter64
  ethTotalJabbers Counter64
  ethTotalCollisions Counter64
  ethTotalUtilization Counter64
  ethTotalTxOctets Counter64
  ethTotalTxPkts Counter64
  ethTotalRxPause Counter64
  ethTotalTxPause Counter64
  ethTotalValidData TruthValue

Defined Values

slEthernet 1.3.6.1.4.1.4515.1.1.1
This MIB module describes the Ethernet Service
MODULE-IDENTITY    

ethTraps 1.3.6.1.4.1.4515.1.1.1.7
OBJECT IDENTIFIER    

ethConfigTable 1.3.6.1.4.1.4515.1.1.1.1
The Ethernet Configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthConfigEntry

ethConfigEntry 1.3.6.1.4.1.4515.1.1.1.1.1
An entry in the Ethernet Configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthConfigEntry  

ethLineIndex 1.3.6.1.4.1.4515.1.1.1.1.1.1
This object should be made equal to ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

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 system's time-of-day clock, the current interval exceeds the maximum value, the agent will return the maximum value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..899  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..96  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

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

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

ethTransceiverType 1.3.6.1.4.1.4515.1.1.1.1.1.8
The GBIC Type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), base1000SX(2), base1000LX(3)  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 50..16383  

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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), copper(2), fiber(3)  

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

ethCurrentEntry 1.3.6.1.4.1.4515.1.1.1.2.1
An entry in the Ethernet Current table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthCurrentEntry  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ethCurrentRxPause 1.3.6.1.4.1.4515.1.1.1.2.1.16
The number of Pause frames received during the current interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethCurrentTxPause 1.3.6.1.4.1.4515.1.1.1.2.1.17
The number of Pause farmes transmitted during the current interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ethCurrentRxVlanPkts 1.3.6.1.4.1.4515.1.1.1.2.1.33
The total number of VLAN packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethCurrentTxVlanPkts 1.3.6.1.4.1.4515.1.1.1.2.1.34
The total number of VLAN packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethCurrentRxJumboPkts 1.3.6.1.4.1.4515.1.1.1.2.1.35
The total number of Jumbo packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethCurrentTxJumboPkts 1.3.6.1.4.1.4515.1.1.1.2.1.36
The total number of Jumbo packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthIntervalEntry

ethIntervalEntry 1.3.6.1.4.1.4515.1.1.1.3.1
An entry in the Ethernet Interval table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthIntervalEntry  

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

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..96  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ethIntervalRxPause 1.3.6.1.4.1.4515.1.1.1.3.1.17
The number of Pause frames received during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethIntervalTxPause 1.3.6.1.4.1.4515.1.1.1.3.1.18
The number of Pause farmes transmitted during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

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

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

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

ethTotalEntry 1.3.6.1.4.1.4515.1.1.1.4.1
An entry in the Ethernet Total table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthTotalEntry  

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

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..33  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ethTotalRxPause 1.3.6.1.4.1.4515.1.1.1.4.1.17
The number of Pause frames received during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethTotalTxPause 1.3.6.1.4.1.4515.1.1.1.4.1.18
The number of Pause farmes transmitted during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

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

ethStatusChange 1.3.6.1.4.1.4515.1.1.1.7.1
A ethStatusChange trap is sent when the value of an instance ethConfigStatus changes. It can be utilized by an NMS to trigger polls.
Status: current Access: read-only
NOTIFICATION-TYPE