SONOMASYSTEMS-SONOMA-ETHERNET-MIB

File: SONOMASYSTEMS-SONOMA-ETHERNET-MIB.mib (14019 bytes)

Imported modules

RFC1155-SMI RFC-1212 SONOMASYSTEMS-SONOMA-MIB

Imported symbols

Counter OBJECT-TYPE sonomaLAN

Defined Types

EnetSMCConfigEntry  
SEQUENCE    
  enetSMCConfigIndex INTEGER
  enetSMCConfigLineSpeed INTEGER
  enetSMCConfigInterface INTEGER
  enetSMCConfigMode INTEGER

EnetSMCStatsEntry  
SEQUENCE    
  enetSMCStatsIndex INTEGER
  enetSMCSQEErrors Counter
  enetSMCRxMissedFrames Counter
  enetSMCRetries Counter
  enetSMCCollisions Counter
  enetSMCRunts Counter
  enetSMCFRAMorCRCErrors Counter
  enetSMCTxDeferrals Counter
  enetSMCLateCollisions Counter
  enetSMCLossofCarrierErrors Counter
  enetSMCRetryErrors Counter
  enetSMCNoOfLinkResets Counter
  enetSMCLastLinkResetReason INTEGER
  enetSMCTimeSinceLastLinkReset INTEGER
  enetSMCRxPackets Counter

EnetSMCStatusEntry  
SEQUENCE    
  enetSMCLineSpeed INTEGER
  enetSMCLineMode INTEGER
  enetSMCLineInterface INTEGER

Defined Values

sonomaEthernet 1.3.6.1.4.1.2926.25.5.1
OBJECT IDENTIFIER    

ethernetAdapterGroup 1.3.6.1.4.1.2926.25.5.1.1
OBJECT IDENTIFIER    

enetSMCGroup 1.3.6.1.4.1.2926.25.5.1.1.1
OBJECT IDENTIFIER    

enetSMCConfigTable 1.3.6.1.4.1.2926.25.5.1.1.1.1
A table of Ethernet physical port configuration parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnetSMCConfigEntry

enetSMCConfigEntry 1.3.6.1.4.1.2926.25.5.1.1.1.1.1
An entry in the enetSMC port table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EnetSMCConfigEntry  

enetSMCConfigIndex 1.3.6.1.4.1.2926.25.5.1.1.1.1.1.1
The value of the index uniquely specifies the physical port number to which this entry is applicable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

enetSMCConfigLineSpeed 1.3.6.1.4.1.2926.25.5.1.1.1.1.1.2
The line speed configured for this adapter. Auto and 100 Mbit are only valid for the 9332 card.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER speed10Mbps(1), speed100Mbps(2), speedAuto(3)  

enetSMCConfigInterface 1.3.6.1.4.1.2926.25.5.1.1.1.1.1.3
This type of interface which is configured on this adapter. Setting the value to aui (1) is an invalid operation for interfaces which only support twistedPair or utp. Where: aui - Attachment Unit Interface, utp - Unshielded Twisted Pair.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER aui(1), twistedPair(2), utp(3), bnc(4), auto(5)  

enetSMCConfigMode 1.3.6.1.4.1.2926.25.5.1.1.1.1.1.4
Indicates which duplex mode is configured on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER halfDuplex(1), fullDuplex(2)  

enetSMCStatsTable 1.3.6.1.4.1.2926.25.5.1.1.1.2
A table of Ethernet physical port statistics parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnetSMCStatsEntry

enetSMCStatsEntry 1.3.6.1.4.1.2926.25.5.1.1.1.2.1
An entry in the enetSMC port table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EnetSMCStatsEntry  

enetSMCStatsIndex 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.1
The value of the index uniquely specifies the physical port number to which this entry is applicable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

enetSMCSQEErrors 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.2
The number of SQE/Heartbeat errors detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCRxMissedFrames 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.3
The number of receive frames missed because no buffers were available to accept the incoming data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCRetries 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.4
Total number of transmission retries by this station on the attached LAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCCollisions 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.5
Total collisions detected on the attached LAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCRunts 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.6
Total number of runts detected on the attached LAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCFRAMorCRCErrors 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.7
Total number of Framing or CRC errors detected on LAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCTxDeferrals 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.8
The total number of TX deferrals encountered on the LAN segment.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCLateCollisions 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.9
Total number of late collisions encountered during transmission by this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCLossofCarrierErrors 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.10
Total number of loss of carrier errors encountered by this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCRetryErrors 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.11
Total number of TX retry limit errors encountered during transmission by this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCNoOfLinkResets 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.18
This is the number of link resets which have occurred since the last reinitialization of the unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCLastLinkResetReason 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.19
This object gives the reason code for the last reset which occurred on this LAN physical link. A value of noReason(1) is returned if the link has not reset. A value of management(2) is returned when a link reset has been caused by a management protocol (either SNMP or by LMS). A value of deviceReset(3) is returned if the link reset was caused by a hardware failure. A value of cableDrop(4) is returned when the link reset was caused by a missing or faulty cable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noReason(1), management(2), deviceReset(3), cableDrop(4)  

enetSMCTimeSinceLastLinkReset 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.20
This is the time, in seconds, since the last link reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

enetSMCRxPackets 1.3.6.1.4.1.2926.25.5.1.1.1.2.1.21
This is the number of packets received on this link by the device driver.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

enetSMCStatusTable 1.3.6.1.4.1.2926.25.5.1.1.1.3
A table of Ethernet physical port status parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnetSMCStatusEntry

enetSMCStatusEntry 1.3.6.1.4.1.2926.25.5.1.1.1.3.1
An entry in the enetSMC port status table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EnetSMCStatusEntry  

enetSMCLineSpeed 1.3.6.1.4.1.2926.25.5.1.1.1.3.1.1
Indicates the current line speed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER speed10Mbps(1), speed100Mbps(2), speedAuto(3)  

enetSMCLineMode 1.3.6.1.4.1.2926.25.5.1.1.1.3.1.2
Indicates the current duplex mode on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER halfDuplex(1), fullDuplex(2)  

enetSMCLineInterface 1.3.6.1.4.1.2926.25.5.1.1.1.3.1.3
Indicate the interface as detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER aui(1), twistedPair(2), utp(3), bnc(4), auto(5)