All MIBs › ACMIB › ethernetPortStatsInternalMacTransmitErrors
ethernetPortStatsInternalMacTransmitErrors
Module: ACMIB
OID (symbolic): ACMIB::ethernetPortStatsInternalMacTransmitErrors
OID (numeric): 1.3.6.1.4.1.1751.2.18.10.7.1.11
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description: A count of frames for which transmission on a particular interface fails due to an internal MAC sublayer transmit error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the ethernetPortStatsLateCollisions object, the ethernetPortStatsExcessiveCollisions object, or the ethernetPortStatsCarrierSenseErrors object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of transmission errors on a particular interface that are not otherwise counted.
What is ethernetPortStatsInternalMacTransmitErrors?
This tracks transmission failures caused by problems inside the network interface card's MAC (Media Access Control) layer hardware, excluding collision-related failures. A network admin checking this OID is looking for signs that the NIC itself is defective and needs replacement. For example, 2-3 internal MAC transmit errors suggests the interface card is aging and may fail completely soon.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.10.7.1.11 snmpwalk -v2c -c public <target> ACMIB::ethernetPortStatsInternalMacTransmitErrors
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.10.7.1.11.1 snmpget -v2c -c public <target> ACMIB::ethernetPortStatsInternalMacTransmitErrors.1
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::ethernetPortStatsInternalMacTransmitErrors OID value, configure state conditions and alerts, and monitor any Lucent/Nortel Access Concentrator (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1751 | lucent | ACMIB |
| 1.3.6.1.4.1.1751.2 | mibs | ACMIB |
| 1.3.6.1.4.1.1751.2.18 | acMIB | ACMIB |
| 1.3.6.1.4.1.1751.2.18.10 | equipStatistics | ACMIB |
| 1.3.6.1.4.1.1751.2.18.10.7 | ethernetPortStatsTable | ACMIB |
| 1.3.6.1.4.1.1751.2.18.10.7.1 | ethernetPortStatsEntry | ACMIB |
| 1.3.6.1.4.1.1751.2.18.10.7.1.11 | ethernetPortStatsInternalMacTransmitErrors | ACMIB |