P-bit Coding Violations

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

Knowledge Base article:

概要

Path Coding Violations しきい値のモニター。このモニターは、過去 15 分間に発生した PCV の回数をインターフェイスから取得するように構成されています。

原因

以下は、SNMP GET で照会されるオブジェクト識別子 (OID) の詳細です。

オブジェクト

OID

説明

dsx3IntervalPCVs

.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 Violation がしきい値を超えている
過去 15 分間に発生したこのインターフェイスの P-bit Coding Violation (PCV) の回数が、定義されたしきい値を超えています。
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>