The Routing Information Protocol version 2 (RIPv2) encountered an error in protocol''s callback function(s) to Router Manager.
The most common reasons for this error are:
There is no enough available memory in the system.
The protocol could not be enabled on the interface.
Sample Event#1: IPRIPv2 was unable to allocate memory from its heap.The data is the error code.
Sample Event#2: IPRIPv2 could not bind to IP address %1.Please make sure TCP/IP is installed and configured correctly.The data is the error code.
Sample Event#3: IPRIPv2 could not schedule a task to be executed.This may have been caused by a memory allocation failure.The data is the error code.
Sample Event#4: IPRIPV2 could not be enabled on the interface.Parameter %1 has an invalid value %2.
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.
Verify the configuration of the interface and make sure that RIP is enabled on it.
Microsoft Corporation, all rights reserved
Target | AP.Remote.Access.Class.VPNServer |
Category | EventCollection |
Enabled | True |
Alert Generate | False |
Remotable | True |
Event Log | System |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DS | DataSource | Microsoft.Windows.EventProvider | Default |
WriteToDB | WriteAction | Microsoft.SystemCenter.CollectEvent | Default |
<Rule ID="Router_manager_s_entry_point_to_protocol_failed_1_Rule" Enabled="true" Target="AP.Remote.Access.Class.VPNServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/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>^(30003|30016|30017|30056)$</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="SystemCenter!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>