RTM routes addition failure

RTM_routes_addition_failure_1_Rule (Rule)

Knowledge Base article:

Management Pack

Summary

Routing Information Protocol version 2 (RIPv2) failed to add routes to Route Table Manager (RTM).

 

Causes

The most common reason for this error is there is not enough available memory in the system.

 

Resolutions

If the server is low on memory, take appropriate action to increase the available memory. See Help and Support Center for information on low memory.

 

Sample Event

Sample Event#1: IPRIPv2 was unable to allocate memory from its heap. The data is the error code.
Sample Event#2: IPRIPv2 was unable to add a route to the Routing Table Manager. The route is to network %1 with next-hop %3.The data is the error code.
Sample Event#3: IPRIPv2 was unable to add a route to the Routing Table Manager. The route is to %1 with next-hop %2 and it was received from a neighbor with IP address %3.The data is the error code.

 

© 2004 Microsoft Corporation, all rights reserved.

 

Element properties:

TargetMicrosoft.Windows.Server.RRAS.2008.Server
CategoryEventCollection
EnabledTrue
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="RTM_routes_addition_failure_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>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(30018|30034)$</Pattern>
</RegExExpression>
</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>