HPE Windows (SNMP) Network Interface failed.

HewlettPackard.Servers.ProLiant.SNMP.Network_Interface_failed._5_Rule (Rule)

Network Interface failed. Connectivity has been lost for a NIC.

Knowledge Base article:

Summary

A network interface has failed.

Causes

This could be caused by the following:

Resolutions

Check the cables to the adapter and the Hub or Switch. If no cable problems are found, the adapter, hub, or Switch may need replacement.

For additional troubleshooting, the following tasks are available:

Related Events

The following are monitored NT Event Log entries by this rule:

Event ID

Publisher

Log Message

1281

NIC Agents

NIC Agent: Connectivity has been lost for the NIC in slot %1, port %2.
[SNMP TRAP: 18002 in CPQNIC.MIB]

1285

NIC Agents

NIC Agent: Connectivity has been lost for the NIC in slot %1, port %2.
[SNMP TRAP: 18006 in CPQNIC.MIB]

1289

NIC Agents

NIC Agent: Connectivity has been lost for the NIC in slot %1, port %2.
[SNMP TRAP: 18012 in CPQNIC.MIB]

Related Links

See the latest information about HPE ProLiant Management Packs:

Insight Control for Microsoft System Center documentation

Management Pack Information

HPE ProLiant Servers SNMP Management Pack

Element properties:

TargetHewlettPackard.Servers.ProLiant.SNMP.HPProLiantSNMPServerNetworks
CategoryAlert
EnabledTrue
Event SourceNIC Agents
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Event LogSystem
CommentMom2005ID='{3E2B79BD-35A7-419B-A918-0EFD6216F4DC}'

Member Modules:

ID Module Type TypeId RunAs 
_907D4578_146C_11D3_AB21_00A0C98620CE_ DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="HewlettPackard.Servers.ProLiant.SNMP.Network_Interface_failed._5_Rule" Target="HewlettPackard.Servers.ProLiant.SNMP.HPProLiantSNMPServerNetworks" Enabled="true" Comment="Mom2005ID='{3E2B79BD-35A7-419B-A918-0EFD6216F4DC}'">
<Category>Alert</Category>
<DataSources>
<DataSource ID="_907D4578_146C_11D3_AB21_00A0C98620CE_" Comment="{907D4578-146C-11D3-AB21-00A0C98620CE}" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>NIC Agents</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005BooleanRegularExpression</Operator>
<Pattern>^(1281|1285|1289)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName>HPE Windows (SNMP) Network Interface failed.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>