Line Coding Violations

Microsoft.SystemCenter.NetworkDevice.Interface.DS1E1.LCVThresholdMonitor (UnitMonitor)

Knowledge Base article:

概要

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

原因

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

オブジェクト

OID

説明

dsx1IntervalLCVs

.1.3.6.1.2.1.10.18.8.1.12

この変数は、15 分間にインターフェイスで発生したライン コード違反の回数を表します。

これは RFC 1406 で定義されています。

これは、次の場合に発生することがあります。

解決方法

以下は、基本的なトラブルシューティング手順です。

インターフェイスのライン コードがラインのものと一致することを確認します。

デバイスのケーブル配線を確認します。

デバイスのベンダー固有のハードウェア テストを実行し、デバイスのハードウェアが正しく機能しているかを判断します。可能であれば、デバイスの電源を切って入れ直すか、インターフェイスを無効にしてから再び有効にします。

回路のベンダーに連絡し、使用している回路の確認を依頼します。

モニターのしきい値を高くします。これによって、アプリケーションを現在の環境に合わせて "チューニング" することができます。ただし、重要なイベントが検出されなくなる可能性があるため、しきい値はあまり高く設定しないように注意してください。

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface.DS1E1
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkDevice.SnmpThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Line Coding Violations がしきい値を超えている
過去 15 分間に発生したこのインターフェイスの Line Coding Violations (LCV) の回数が、定義されたしきい値を超えています。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.DS1E1.LCVThresholdMonitor" Accessibility="Public" Enabled="onEssentialMonitoring" 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.LCVThresholdMonitor.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>1800</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.12.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$.1</OID>
<Syntax>2</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>10</Threshold>
</Configuration>
</UnitMonitor>