P-bit Errored Seconds

Microsoft.SystemCenter.NetworkDevice.Interface.DS3E3.PESPerf (Rule)

Knowledge Base article:

摘要

P-bit Errored Seconds 效能規則會收集報表所需的資料。

原因

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

物件

OID

描述

dsx3IntervalPES

.1.3.6.1.2.1.10.30.7.1.3

一個 P 位元錯誤的秒數是在這一秒內發生一或多個 P 位元編碼失調違規,或者一或多個框架失調異常,或偵測到的傳入 AIS 異常。

這是在 RFC 1407 中定義

其他資訊:

解決方式

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

檢查裝置上的纜線連接。

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

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

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

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface.DS3E3
CategoryPerformanceHealth
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.NetworkDevice.SnmpPerformanceProvider Default
WA1 WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WA2 WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.NetworkDevice.Interface.DS3E3.PESPerf" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface.DS3E3" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.NetworkDevice.SnmpPerformanceProvider">
<Interval>900</Interval>
<IsWriteAction>false</IsWriteAction>
<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.3.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$.1</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<ObjectName>DS3/E3</ObjectName>
<CounterName>P-bit Errored Seconds</CounterName>
<InstanceName>$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifDesc$</InstanceName>
<Value>$data/SnmpVarBinds/SnmpVarBind[1]/Value$</Value>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA1" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WA2" TypeID="SystemCenter1!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>