EXTREME-RTSTATS-MIB

File: EXTREME-RTSTATS-MIB.mib (7273 bytes)

Imported modules

SNMPv2-SMI EXTREME-BASE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE TimeTicks
Counter32 extremeAgent

Defined Types

ExtremeRtStatsEntry  
SEQUENCE    
  extremeRtStatsIndex INTEGER 1..65535
  extremeRtStatsIntervalStart TimeTicks
  extremeRtStatsCRCAlignErrors Counter32
  extremeRtStatsUndersizePkts Counter32
  extremeRtStatsOversizePkts Counter32
  extremeRtStatsFragments Counter32
  extremeRtStatsJabbers Counter32
  extremeRtStatsCollisions Counter32
  extremeRtStatsTotalErrors Counter32
  extremeRtStatsUtilization INTEGER 0..10000

Defined Values

extremeRtStats 1.3.6.1.4.1.1916.1.11
Extreme real time stats related objects
MODULE-IDENTITY    

extremeRtStatsTable 1.3.6.1.4.1.1916.1.11.1
A list of real time stats entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeRtStatsEntry

extremeRtStatsEntry 1.3.6.1.4.1.1916.1.11.1.1
The last sample of Ethernet statistics on a particular Ethernet interface. This sample is associated with the RMON historyControlEntry which set up the parameters for a regular collection of these samples.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeRtStatsEntry  

extremeRtStatsIndex 1.3.6.1.4.1.1916.1.11.1.1.1
The history of which this entry is a part. The history identified by a particular value of this index is the same history as identified by the same value of historyControlIndex of the RMON historyControl table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

extremeRtStatsIntervalStart 1.3.6.1.4.1.1916.1.11.1.1.2
The value of sysUpTime at the start of the interval over which this sample was measured.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

extremeRtStatsCRCAlignErrors 1.3.6.1.4.1.1916.1.11.1.1.3
The number of packets received during the last 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    
  Counter32  

extremeRtStatsUndersizePkts 1.3.6.1.4.1.1916.1.11.1.1.4
The number of packets received during the last 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    
  Counter32  

extremeRtStatsOversizePkts 1.3.6.1.4.1.1916.1.11.1.1.5
The number of packets received during the last 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    
  Counter32  

extremeRtStatsFragments 1.3.6.1.4.1.1916.1.11.1.1.6
The total number of packets received during the last 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    
  Counter32  

extremeRtStatsJabbers 1.3.6.1.4.1.1916.1.11.1.1.7
The number of packets received during the last 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    
  Counter32  

extremeRtStatsCollisions 1.3.6.1.4.1.1916.1.11.1.1.8
The best estimate of the total number of collisions on this Ethernet segment during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeRtStatsTotalErrors 1.3.6.1.4.1.1916.1.11.1.1.9
The total number of errors on this Ethernet segment during this sampling interval. This is the sum of the crc, fragments, jabbers and collisions counters over this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeRtStatsUtilization 1.3.6.1.4.1.1916.1.11.1.1.10
The best estimate of the mean physical layer network utilization on this interface during this sampling interval, in hundredths of a percent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..10000