P-bit Coding Violations

Microsoft.SystemCenter.NetworkDevice.Interface.DS3E3.PCVThresholdMonitor (UnitMonitor)

Knowledge Base article:

摘要

Path Coding Violations 閾值監視。此監視設定為從介面取得過去 15 分鐘間隔內的 PCV 計數。

原因

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

物件

OID

描述

dsx3IntervalPCV

.1.3.6.1.2.1.10.30.7.1.8

路徑編碼違規錯誤事件是 D4 和 E1-noCRC 格式中的框架同步處理位元錯誤,或 ESF 和 E1-CRC 格式中的 CRC 錯誤。

這是在 RFC 1407 中定義

這會在以下情況發生:

解決方式

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

確認介面上的編碼與電路相符。

檢查裝置上的纜線連接。

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

連絡電路廠商來檢查電路有無問題。

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

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface.DS3E3
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkDevice.SnmpThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
P-bit Coding Violations 超過閾值
此介面上的 P-bit Coding Violations (PCV) 計數,在過去 15 分鐘的間隔中已超過所定義的閾值。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.DS3E3.PCVThresholdMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface.DS3E3" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.NetworkDevice.SnmpThresholdMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.NetworkDevice.Interface.DS3E3.PCVThresholdMonitor.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.30.7.1.8.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$.1</OID>
<Syntax>2</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>0</Threshold>
</Configuration>
</UnitMonitor>