Performance Collection Packets Dropped On Ingress Rule

A10.Rule.CollectInterfacePackDropIn (Rule)

The number of packets dropped on ingress for various reasons.

Element properties:

TargetA10.Interface
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.NetworkManagement.SnmpPerformanceDataSource Default
CollectToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="A10.Rule.CollectInterfacePackDropIn" Target="A10.Interface" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SNL!System.NetworkManagement.SnmpPerformanceDataSource">
<Interval>30</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>500</Timeout>
<Port>161</Port>
<IP>$Target/Host/Host/Host/Property[Type="SNL!System.NetworkManagement.Node"]/SNMPAddress$</IP>
<SnmpVarBinds>
<SnmpVarBind>
<OID>.1.3.6.1.4.1.22610.2.4.1.7.1.2.1.1.10.$Target/Property[Type="A10.Interface"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<ObjectName>Interface</ObjectName>
<CounterName>Packets Dropped In</CounterName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectToDW" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>