SYNOPTICS-IEEE8023-MIB

File: SYNOPTICS-IEEE8023-MIB.mib (19342 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
SYNOPTICS-BASIC-ETHTOK-MIB

Imported symbols

Counter PhysAddress OBJECT-TYPE
ieee8023

Defined Types

Ieee8023IfEntry  
SEQUENCE    
  ieee8023IfIndex INTEGER
  ieee8023FrmsTxOk Counter
  ieee8023SingleCollFrms Counter
  ieee8023MultipleCollFrms Counter
  ieee8023OctetsTxOk Counter
  ieee8023DefTx Counter
  ieee8023McastFrmsTxOk Counter
  ieee8023BcastFrmsTxOk Counter
  ieee8023LateColls Counter
  ieee8023ExcessColls Counter
  ieee8023IntlMacTxError Counter
  ieee8023CsErrors Counter
  ieee8023ExcessDef Counter
  ieee8023FrmsRxOk Counter
  ieee8023OctetsRxOk Counter
  ieee8023McastFrmsRxOk Counter
  ieee8023BcastFrmsRxOk Counter
  ieee8023TooLongErrors Counter
  ieee8023AlignErrors Counter
  ieee8023FcsErrors Counter
  ieee8023IrLengthErrors Counter
  ieee8023OorLengthFields Counter
  ieee8023IntlMacRxErrors Counter
  ieee8023InitMac INTEGER
  ieee8023PromRxStatus INTEGER
  ieee8023MacSubLayerStatus INTEGER
  ieee8023TxStatus INTEGER
  ieee8023McastRxStatus INTEGER
  ieee8023MacAddress PhysAddress
  ieee8023SqeTestErrors Counter

Ieee8023CollEntry  
SEQUENCE    
  ieee8023CollRetrans INTEGER
  ieee8023CollIndex INTEGER
  ieee8023Collisions Counter

Ieee8023GroupEntry  
SEQUENCE    
  ieee8023GroupIndex INTEGER
  ieee8023GroupAddress PhysAddress
  ieee8023GroupType INTEGER

Defined Values

ieee8023IfTable 1.3.6.1.4.1.45.2.1.1
Statistics for a list of interface entries. There is one entry per IEEE 802.3 like 'interface.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8023IfEntry

ieee8023IfEntry 1.3.6.1.4.1.45.2.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Ieee8023IfEntry  

ieee8023IfIndex 1.3.6.1.4.1.45.2.1.1.1.1
Index of the interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ieee8023FrmsTxOk 1.3.6.1.4.1.45.2.1.1.1.2
The number of frames that are successfully transmitted. This counter is incremented when a frame is successfully transmitted, even if one of the collision counters (following two objects) is also counted. In other words, this count includes transmissions that succeeded after some number of collisions. This count includes multicast and broadcast frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023SingleCollFrms 1.3.6.1.4.1.45.2.1.1.1.3
The number of frames that are involved in a single collision, and are subsequently transmitted successfully. If this counter is incremented, then the ieee8023FrmsTxOK count will also be incremented AND ieee8023MultipleCollFrms will NOT be incremented.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023MultipleCollFrms 1.3.6.1.4.1.45.2.1.1.1.4
The number of frames that are involved in more than one collision and are subsequently transmitted successfully. If this counter is incremented, then the ieee8023FrmsTxOK count will also be incremented AND ieee8023SingleCollFrms will NOT be incremented.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023OctetsTxOk 1.3.6.1.4.1.45.2.1.1.1.5
The amount of data AND PADDING octets of frames that are successfully transmitted. This counter includes octets in broadcast and multicast frames that are transmitted. This count does not include the address fields, length/type field, and CRC field of the frame. According to Ethernet terminology, it is purely the data field (IP header, etc.).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023DefTx 1.3.6.1.4.1.45.2.1.1.1.6
The number of frames whose transmission was delayed on its first attempt because the medium was busy. Frames involved in collisions are NOT included in this count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023McastFrmsTxOk 1.3.6.1.4.1.45.2.1.1.1.7
The number of frames successfully transmitted to a multicast address. This counter does not include frames sent to the broadcast address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023BcastFrmsTxOk 1.3.6.1.4.1.45.2.1.1.1.8
The number of frames successfully transmitted to the broadcast address. This counter does not include frames sent to a multicast address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023LateColls 1.3.6.1.4.1.45.2.1.1.1.9
The number of times that a collision has been detected later than 512 bit times into the transmission of a packet. 512 bit times is 51.2 micro secs. This type of collision is counted twice - both as a late collision and as a regular, ordinary collision.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023ExcessColls 1.3.6.1.4.1.45.2.1.1.1.10
The number of frames that are not transmitted because of excessive collisions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023IntlMacTxError 1.3.6.1.4.1.45.2.1.1.1.11
The number of frames that would otherwise be transmitted by the station, but could not be sent because of an internal MAC sublayer transmit error. If this counter is incremented, then none of the other counters in this section are incremented. The exact meaning and mechanism for incrementing this counter is implementation dependent. In short, this is the count of errors for which there are no specific counters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023CsErrors 1.3.6.1.4.1.45.2.1.1.1.12
The number of times that carrier sense was lost or never appeared when attempting to transmit a packet. This counter is incremented ONCE per transmission attempt, even if Carrier Sense fluctuates.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023ExcessDef 1.3.6.1.4.1.45.2.1.1.1.13
The number of frames that deferred for an excessive period of time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023FrmsRxOk 1.3.6.1.4.1.45.2.1.1.1.14
The number of frames that are successfully received. This counter does not include frames received with frame-too-long, FCS, length, or alignment errors, or frames lost because of internal MAC sublayer error. This counter includes broadcast and multicast frames that are received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023OctetsRxOk 1.3.6.1.4.1.45.2.1.1.1.15
The number entry of data and padding octets in frames that are successfully received. This counter does not include frames received with frame-too-long, FCS, length, or alignment errors, or frames lost because of internal MAC sublayer error. This counter includes octets in broadcast and multicast frames that are received. This counter does not include the octets in the address, length/type, and CRC fields.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023McastFrmsRxOk 1.3.6.1.4.1.45.2.1.1.1.16
The number of frames that are successfully received and are directed to an active non-broadcast group address. This counter does not include frames received with frame-too-long, FCS, length, or alignment errors, or frames lost because of internal MAC sublayer error. Only frames for a multicast address that this interface is receiving are counted. Broadcast packets are not included.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023BcastFrmsRxOk 1.3.6.1.4.1.45.2.1.1.1.17
The number of frames that are successfully received and are directed to the broadcast group address. This counter does not include frames received with frame-too-long, FCS, length, or alignment errors, or frames lost because of internal MAC sublayer error. Multicast packets are not included.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023TooLongErrors 1.3.6.1.4.1.45.2.1.1.1.18
The number of frames that are received and exceed the maximum permitted frame size. This counter is incremented when the frameTooLong error is returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023AlignErrors 1.3.6.1.4.1.45.2.1.1.1.19
The number of frames that are not an integral number of octets in length and do not pass the FCS check. This counter is incremented when the alignmentError status is returned to the LLC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023FcsErrors 1.3.6.1.4.1.45.2.1.1.1.20
The number of frames that are an integral number of octets in length and do not pass the FCS check. This counter is incremented when the frameCheckError status is returned to the LLC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023IrLengthErrors 1.3.6.1.4.1.45.2.1.1.1.21
The number of frames with a length field value between the minimum unpadded LLC data size and the maximum allowed LLC data size inclusive, and which do not match the number of LLC data octets received. The counter also contains frames with a length field value less than the minimum unpadded LLC data size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023OorLengthFields 1.3.6.1.4.1.45.2.1.1.1.22
The number of frames with a length field value greater than the maximum allowed LLC data size. If true 802.3 is followed for layer management, then this counter will be incremented for every IP or ARP frame received that uses the Ethernet encapsulation method. Both IP and ARP use type field values that will cause this counter to be incremented, showing a high error rate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023IntlMacRxErrors 1.3.6.1.4.1.45.2.1.1.1.23
The number of frames that would otherwise be received by the station, but could not be accepted because of an internal MAC sublayer receive error. If this counter is incremented, then none of the other counters in this section are incremented. The exact meaning and mechanism for incrementing this counter is implementation dependent. This is the count of other errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023InitMac 1.3.6.1.4.1.45.2.1.1.1.24
Reinitializes the MAC and PLS (physical layer signaling). All MIB counters are set to 0. The states of the status variables (described below) are as follows: - The receive and transmit Layer Management state variables (receiveEnabled and transmitEnabled) are set to enable reception and transmission of frames. - The promiscuous receive function is disabled. - Multicast reception is disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER initialize(1), uninitialize(2)  

ieee8023PromRxStatus 1.3.6.1.4.1.45.2.1.1.1.25
This variable combines the enable ieee8023PromRx, disable ieee8023PromRx, and read ieee8023PromStatus MAC actions. Setting this variable to enabled causes the interface to accept frames regardless of their destination address. When enabled, all received frames increment all counters as though those frames were directed to this station. Frames can be promiscuously received only if the ieee8023MacSubLayerStatus variable is also set to enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ieee8023MacSubLayerStatus 1.3.6.1.4.1.45.2.1.1.1.26
This variable causes the MAC sublayer to enter the normal operational state at idle. The PLS is reset by this operation. It is accomplished by setting receiveEnabled and transmitEnabled to true. Setting this variable to enabled(1) enables the MAC sublayer to both receive and transmit frames. Setting this variable to enabled(1) will also set the ieee8023TransmitStatus variable to enabled(1). Similarly, setting this variable to disabled(2) will also set ieee8023TransmitStatus to disabled(2). Modifying this variable does not change the state of any other variables. If the variable is set to disabled(2), then any current transmission/reception is completed before the transmission/reception process is disabled. The value returned when this variable is read is the logical and of the receiveEnabled and transmitEnabled MAC internal state variables. If both are in the enabled state, then enabled(1) is returned; otherwise disabled(2) is returned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ieee8023TxStatus 1.3.6.1.4.1.45.2.1.1.1.27
This variable enables the MAC sublayer to be explicitly enabled/disabled for transmitting frames. If a frame is being transmitted when this variable is set to disabled(2), that transmission is completed. Note that ieee8023MACSubLayerStatus has an effect on this variable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ieee8023McastRxStatus 1.3.6.1.4.1.45.2.1.1.1.28
Enables/disables reception of multicast frames. To actually receive multicasts, both this variable AND ieee8023MacSubLayerStatus must be set to enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ieee8023MacAddress 1.3.6.1.4.1.45.2.1.1.1.29
This object contains the MAC station address (i.e., the Ethernet address).
Status: mandatory Access: read-write
OBJECT-TYPE    
  PhysAddress Size(6)  

ieee8023SqeTestErrors 1.3.6.1.4.1.45.2.1.1.1.30
The number of times that the SQE TEST ERROR status was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023CollTable 1.3.6.1.4.1.45.2.1.2
A table containing information on collision activity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8023CollEntry

ieee8023CollEntry 1.3.6.1.4.1.45.2.1.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Ieee8023CollEntry  

ieee8023CollRetrans 1.3.6.1.4.1.45.2.1.2.1.1
The entry corresponding to the number of attempts made before a frame was successfully transmitted. The range is from 1 to 15.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ieee8023CollIndex 1.3.6.1.4.1.45.2.1.2.1.2
The index value that uniquely identifies the 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 of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ieee8023Collisions 1.3.6.1.4.1.45.2.1.2.1.3
The number of frames that were retransmitted a specific number of times.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ieee8023GroupTable 1.3.6.1.4.1.45.2.1.3
A table containing information on group addresses. There are five entries in the table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8023GroupEntry

ieee8023GroupEntry 1.3.6.1.4.1.45.2.1.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Ieee8023GroupEntry  

ieee8023GroupIndex 1.3.6.1.4.1.45.2.1.3.1.1
The index value that uniquely identifies the 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 of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ieee8023GroupAddress 1.3.6.1.4.1.45.2.1.3.1.2
A group address to which this Ethernet-like interface responds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress Size(6)  

ieee8023GroupType 1.3.6.1.4.1.45.2.1.3.1.3
Type of group address. Setting this object to the value invalid(2) invalidates the corresponding entry in the ieee8023GroupTable. That is, it effectively disassociates the interface identified with said entry from the group address identified with said entry. Whether the agent removes an invalidated entry from the table is an implementation-specific matter. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ieee8023GroupType object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2)