I need to add traffic from a router's interfaces via snmp. here's how I'm doing:
1 Option configured:
Type : calculated
Key : anything.something
Formula : last("ifInOctets.2")+last("ifInOctets.8")
Type of information : numéric (float)
Units : B or bps
Store and show values : as is
2 Configured Option
Name: Total traffic on $1
Type: Calculated
Key: total.traffic.[{#SNMPVALUE}]
Formula: last("ifInOctets.3[{#SNMPVALUE}]")+last("ifInOctets.13[{#SNMPVALUE}]")
Type of information: Numeric(unsigned)
Data type: Decimal
Units: bps
None of the above was able to add traffic from interface ifInOctets.3
and ifInOctets.13
Can anyone give me a hint?