ifMIB_etherStat NetworkAdapter HighInputErrorRate

System.NetworkManagement.ifMIB_etherStat.Port.HighInputErrorRate (UnitMonitor)

監視此裝置上的 HighInputErrorRate

Knowledge Base article:

摘要

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

設定

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

選項

定義

預設

間隔

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

240 秒

重試次數

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

3

範例數

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

3

逾時

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

3,500 毫秒

閾值

衝突百分比

10

原因

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

解決方式

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

Element properties:

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

Source Code:

<UnitMonitor ID="System.NetworkManagement.ifMIB_etherStat.Port.HighInputErrorRate" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.ifMIB_etherStat_Performance_Port" ParentMonitorID="System.NetworkManagement.NetworkAdapter.HighErrorRate" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.NetworkAdapter.HighInputErrorRateThresholdMonitor.ifMIB_etherStat" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Error"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<NumberOfMatches>3</NumberOfMatches>
<OIDifHCInUcastPkts>.1.3.6.1.2.1.31.1.1.1.7.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifHCInUcastPkts>
<OIDifHCInMulticastPkts>.1.3.6.1.2.1.31.1.1.1.8.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifHCInMulticastPkts>
<OIDifHCInBroadcastPkts>.1.3.6.1.2.1.31.1.1.1.9.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifHCInBroadcastPkts>
<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>
<OIDetherStatsUndersizePkts>.1.3.6.1.2.1.16.1.1.1.9.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDetherStatsUndersizePkts>
<OIDetherStatsCRCAlignErrors>.1.3.6.1.2.1.16.1.1.1.8.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDetherStatsCRCAlignErrors>
<OIDetherStatsFragments>.1.3.6.1.2.1.16.1.1.1.11.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDetherStatsFragments>
<Threshold>10.0</Threshold>
</Configuration>
</UnitMonitor>