Path Coding Violations しきい値のモニター。このモニターは、過去 15 分間に発生した PCV の回数をインターフェイスから取得するように構成されています。
以下は、SNMP GET で照会されるオブジェクト識別子 (OID) の詳細です。
dsx1IntervalPCVs | .1.3.6.1.2.1.10.18.8.1.8 | パス コード違反エラー イベントとは、D4 および E1-noCRC フォーマットでのフレーム同期ビット エラー、または ESF および E1-CRC フォーマットでの CRC エラーを指します。 これは RFC 1406 で定義されています。 |
これは、次の場合に発生することがあります。
デバイス上のライン コードが間違って設定されている
以下は、基本的なトラブルシューティング手順です。
インターフェイス上のコードが回路のものと一致することを確認します。
デバイスのケーブル配線を確認します。
デバイスのベンダー固有のハードウェア テストを実行し、デバイスのハードウェアが正しく機能しているかを判断します。
回路のベンダーに連絡し、使用している回路の確認を依頼します。
モニターのしきい値を高くします。これによって、アプリケーションを現在の環境に合わせて "チューニング" することができます。ただし、重要なイベントが検出されなくなる可能性があるため、しきい値はあまり高く設定しないように注意してください。
Target | Microsoft.SystemCenter.NetworkDevice.Interface.DS1E1 | ||
Parent Monitor | System.Health.PerformanceState | ||
Category | PerformanceHealth | ||
Enabled | False | ||
Alert Generate | True | ||
Alert Severity | Error | ||
Alert Priority | Normal | ||
Alert Auto Resolve | False | ||
Monitor Type | Microsoft.SystemCenter.NetworkDevice.SnmpThresholdMonitorType | ||
Remotable | True | ||
Accessibility | Public | ||
Alert Message |
| ||
RunAs | Default |
<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.DS1E1.PCVThresholdMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface.DS1E1" 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.DS1E1.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.18.8.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>