高輸入錯誤率 (netcor)

System.NetworkManagement.MIB2.NetworkAdapter.HighInputErrorRate (UnitMonitor)

監視此裝置上輸入錯誤封包的等級

Knowledge Base article:

摘要

此監視會指出此裝置上的輸入封包錯誤等級。此監視有兩種可能的狀態:

設定

您可以在此監視上設定下列選項:

選項

定義

預設

間隔

裝置狀態檢查的間隔時間,以秒為單位

240 秒

重試次數

在捨棄監視間隔的樣本之前,每個間隔的嘗試次數

3

範例數

監視變更狀態之前的連續樣本數

3

逾時

在樣本逾時並重新嘗試取樣值之前,等待裝置回應的時間,以毫秒為單位

3,500 毫秒

閾值

錯誤封包百分比。

10

原因

當輸入封包錯誤百分比大於此介面所設定的錯誤閾值 (預設值為 10%) 時,此監視便會進入警告狀態。輸入封包錯誤百分比的計算方式是將發生錯誤的輸入封包除以輸入封包總數而得。此計算結果以百分比表示,並會與錯誤閾值比較。

輸入封包率必須大於或等於最小封包率。最低封包率的計算方式是將介面的速度除以其最大傳輸單位 (MTU) 值,然後將結果乘以錯誤流量閾值而得。

解決方式

請使用健全狀況總管,在監視的 [狀態變更事件] 索引標籤上查看狀態變更的詳細資料。此資料顯示導致健全狀況狀態變更的計算效能計數器值。請參考裝置製造商的文件,以取得有關問題和疑難排解程序的詳細資訊。

Element properties:

TargetSystem.NetworkManagement.MIB2_NetworkAdapter
Parent MonitorSystem.NetworkManagement.NetworkAdapter.HighErrorRate
CategoryPerformanceHealth
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.NetworkAdapter.HighInputErrorRateThresholdMonitor.MIB2
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.MIB2.NetworkAdapter.HighInputErrorRate" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.MIB2_NetworkAdapter" ParentMonitorID="System.NetworkManagement.NetworkAdapter.HighErrorRate" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.NetworkAdapter.HighInputErrorRateThresholdMonitor.MIB2" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<NumberOfMatches>3</NumberOfMatches>
<OIDifInUcastPkts>.1.3.6.1.2.1.2.2.1.11.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInUcastPkts>
<OIDifInNUcastPkts>.1.3.6.1.2.1.2.2.1.12.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInNUcastPkts>
<OIDifInDiscards>.1.3.6.1.2.1.2.2.1.13.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInDiscards>
<OIDifInErrors>.1.3.6.1.2.1.2.2.1.14.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInErrors>
<OIDifInUnknownProtos>.1.3.6.1.2.1.2.2.1.15.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInUnknownProtos>
<IsMIB2SNMP>false</IsMIB2SNMP>
<Threshold>10</Threshold>
</Configuration>
</UnitMonitor>