Controlled Slip Seconds

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

Knowledge Base article:

요약

Controlled Slip Seconds 임계값 모니터입니다. 이 모니터는 이전 15분 간격 동안 인터페이스에서 발생한 CCS 수를 가져오도록 구성되어 있습니다.

원인

다음은 SNMP GET을 통해 쿼리되는 OID(개체 식별자) 정보입니다.

개체

OID

설명

dsx1IntervalCSSs

.1.3.6.1.2.1.10.18.8.1.7

Controlled Slip Seconds는 하나 이상의 제어 SLIP이 포함된 1초 간격의 시간이며 DS1(디지털 신호 수준 1) 프레임의 페이로드 비트 복제 또는 삭제입니다. 동기화 수신 터미널과 수신된 신호의 타이밍이 서로 다르면 제어 SLIP이 수행될 수 있습니다. 제어 SLIP으로 인해 OOF(Out of Frame) 결함이 발생하는 것은 아닙니다.

이 구성은 RFC 1406에 정의되어 있습니다.

다음과 같은 경우에 이러한 문제가 발생할 수 있습니다.

해결

다음은 일부 기본적인 문제 해결 단계입니다.

장치 케이블을 확인합니다.

회선의 클록킹에 대한 소스가 한 개만 있는지 확인합니다. 동기화 네트워크에서는 클록킹 작업에 대해 하나의 소스를 사용합니다. 회선 양쪽에 자체 동작 클록이 있는 경우 두 클록이 동기화 내/외부로 이동하므로 데이터가 손상됩니다.

최소한 하나의 클록 소스가 있어야 합니다. 두 CSU/DSU를 모두 종속 모드로 운영 중인 경우 각 항목이 상대 항목을 타이밍 정보 소스로 간주합니다. 그러므로 한 CSU/DSU의 타이밍이 변경되면 나머지 한 CSU/DSU도 영향을 받습니다. 두 CSU/DSU는 모두 상대 항목에서 제공된 타이밍 정보로 고정하려고 하기 때문입니다.

장치에 대해 공급업체 관련 하드웨어 테스트를 수행하여 장치 하드웨어가 올바르게 구성되어 있는지 확인합니다.

회선 공급업체에 회선을 점검해 줄 것을 요청합니다.

모니터의 임계값을 높입니다. 그러면 환경 내의 응용 프로그램을 보다 효율적으로 "조정"할 수 있습니다. 중요한 이벤트가 기록되지 않을 수도 있으므로 임계값을 너무 높게 설정하지는 않도록 합니다.

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
Controlled Slip Seconds 임계값 초과
이 인터페이스의 CSS(Controlled Slip Seconds) 수가 이전 15분 간격 동안 지정된 임계값을 초과했습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.DS1E1.CSSThresholdMonitor" 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.CSSThresholdMonitor.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>600</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.7.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$.1</OID>
<Syntax>2</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>100</Threshold>
</Configuration>
</UnitMonitor>