Internal MAC recieve errors Performance Rule Collects data for reporting purposes.
Below are the details of the Object Identifier (OID) that is queried via an SNMP GET
Object | OID | Description |
---|---|---|
dot3StatsInternalMacReceiveErrors | .1.3.6.1.2.1.10.7.2.1.16 | A count of frames for which reception on a particular interface fails due to an internal MAC sublayer receive error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the dot3StatsFrameTooLongs object, the dot3StatsAlignmentErrors object, or the dot3StatsFCSErrors object. |
Below are some basic troubleshooting steps
Check the cabling to the device.
Perform any vendor specific hardware tests on the device to determine if the device's hardware is functioning properly
Raise the threshold on the monitor. This will allow for better "tuning" of the application to your environment. Take care no to raise the threshold too much as this could allow important events to go unnoticed.
Target | Microsoft.SystemCenter.NetworkDevice.Interface.Ethernet |
Category | PerformanceHealth |
Enabled | False |
Alert Generate | False |
Remotable | True |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DS | DataSource | Microsoft.SystemCenter.NetworkDevice.SnmpDeltaPerformanceProvider | Default |
WA1 | WriteAction | Microsoft.SystemCenter.CollectPerformanceData | Default |
WA2 | WriteAction | Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData | Default |
<Rule ID="Microsoft.SystemCenter.NetworkDevice.Interface.Ethernet.InternalMacTransmitErrorPerf" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface.Ethernet" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.NetworkDevice.SnmpDeltaPerformanceProvider">
<Interval>600</Interval>
<IsWriteAction>false</IsWriteAction>
<IP>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/IPAddress$</IP>
<CommunityString>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/CommunityString$</CommunityString>
<Version>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/Version$</Version>
<SnmpVarBinds>
<SnmpVarBind>
<OID>1.3.6.1.2.1.10.7.2.1.10.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<ObjectName>Ethernet</ObjectName>
<CounterName>Internal MAC Tranmit Errors</CounterName>
<InstanceName>$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifDesc$</InstanceName>
<Value>$data/SnmpVarBinds/SnmpVarBind[1]/Value$</Value>
<NumSamples>1</NumSamples>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA1" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WA2" TypeID="SystemCenter1!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>