피어에 패킷 보내기 실패

Sending_packets_to_peer_failed_1_Rule (Rule)

Knowledge Base article:

요약

RIPv2(Routing Information Protocol 버전 2)가 피어 라우터에 패킷을 보내지 못했습니다.

원인

이 오류에 대한 가장 일반적인 원인은 피어 라우터에 연결할 수 없기 때문입니다.

해결 방법

1. 라우터 간의 네트워크 연결을 확인하십시오.

2. 피어 라우터가 정상적으로 작동하고 있는지 확인하십시오.

추가 정보

샘플 이벤트 #1: IP 주소가 %1인 피어가 IP 주소가 %2인 인터페이스에서 보낸 RIP 메시지를 받을 수 없습니다. 피어가 다시 부팅하고 있거나 피어에서 라우팅 및 원격 액세스 서비스가 실행되고 있지 않을 수 있습니다.

Element properties:

TargetMicrosoft.Windows.Server.RRAS.2008.Server
CategoryEventCollection
EnabledTrue
Event_ID30057
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="Sending_packets_to_peer_failed_1_Rule" Enabled="true" Target="Microsoft.Windows.Server.RRAS.2008.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">30057</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>IPRIP2</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>