Frames Exceeding Maximum Frame Size

Microsoft.SystemCenter.NetworkDevice.Interface.Ethernet.FrameTooLongsThresholdMonitor (UnitMonitor)

Knowledge Base article:

摘要

Frame Too Long Error 閾值監視。

原因

透過 SNMP GET 查詢的物件識別碼 (OID) 詳細資料如下:

物件

OID

描述

dot3StatsFrameTooLong

.1.3.6.1.2.1.10.7.2.1.13

在特定介面上接收到的框架計數,這些框架超過最大容許框架大小。當 frameTooLongstatus 由 MAC 服務傳回到 LLC (或其他 MAC 使用者) 時,由此物件的執行個體所代表的計數會累加。根據 IEEE 802.3 層次管理慣例而接收到得到多個錯誤狀況的框架,會 依據提供給 LLC 的錯誤狀態而單獨計數。此計數器的值可能會在重新初始化管理系統時,以及在 ifCounterDiscontinuityTime 的值所指示的其他時間發生中斷。

這會在以下情況發生:

解決方式

基本疑難排解步驟列舉如下:

檢查裝置上的纜線連接。

在裝置上執行任何廠商特定硬體測試,以判斷裝置的硬體是否正常運作

提供監視的閾值。如此可將應用程式調整為較適合於您的環境。但請注意不要將閾值調得過高,以免漏掉重要事件。

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface.Ethernet
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkDevice.SnmpDeltaThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Frame-Too-Longs 超過閾值
此介面上超過框架大小上限的框架計數,已超過所定義的閾值。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.Ethernet.FrameTooLongsThresholdMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface.Ethernet" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.NetworkDevice.SnmpDeltaThresholdMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.NetworkDevice.Interface.Ethernet.FrameTooLongsThresholdMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>false</AutoResolve>
<AlertPriority>Normal</AlertPriority>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="UnderThreshold" ID="BelowThreshold"/>
<OperationalState HealthState="Error" MonitorTypeStateID="OverThreshold" ID="AboveThreshold"/>
</OperationalStates>
<Configuration>
<Interval>180</Interval>
<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.13.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$</OID>
<Syntax>2</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>0</Threshold>
</Configuration>
</UnitMonitor>