The DHCP Relay Agent (IPBOOTP) 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.
Invalid interface configuration parameters specified.
Sample Event#1: IPBOOTP was unable to allocate memory from its heap.The data is the error code.
Sample Event#2: IPBOOTP was unable to request notification of eventson the socket for the local interface with IP address %1.The data is the error code.
Sample Event#3: IPBOOTP could not be configured on the interface.The invalid parameter is: %1, 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 whether the configuration parameters on the interface is specified correctly.
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_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|30015|30030)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>IPBOOTP</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>