IPIP graph via snmp (cacti)

I want to graph ipip interface via cacti but it only shows outbound traffic .
Cacti graphs all mikrotik interfaces like EOIP,VLAN,Ethernet,PPPoE etc simply by choosing them as standard interface but for ipip it can just graph outbound . also i tried to use directly snmp oid and there is same result . it just shows outbound traffic .
Any idea to solve this problem appreciated and will give Karma + :smiley:
Thanks

I just put bytes-in/bytes-out OID for IPIP interfaces from,
/interface print oid

 7  R  name=.1.3.6.1.2.1.2.2.1.2.14 mtu=.1.3.6.1.2.1.2.2.1.4.14 
       mac-address=.1.3.6.1.2.1.2.2.1.6.14 
       admin-status=.1.3.6.1.2.1.2.2.1.7.14 
       oper-status=.1.3.6.1.2.1.2.2.1.8.14 [b]bytes-in=.1.3.6.1.2.1.2.2.1.10.14 [/b]
       packets-in=.1.3.6.1.2.1.2.2.1.11.14 
       discards-in=.1.3.6.1.2.1.2.2.1.13.14 
       errors-in=.1.3.6.1.2.1.2.2.1.14.14 [b]bytes-out=.1.3.6.1.2.1.2.2.1.16.14 [/b]
       packets-out=.1.3.6.1.2.1.2.2.1.17.14 
       discards-out=.1.3.6.1.2.1.2.2.1.19.14 
       errors-out=.1.3.6.1.2.1.2.2.1.20.1

4

Incoming traffic is accounted just fine for me (with bytes-in OID).

I already tried that . i know that the problem is not at mikrotik side nor cacti side . snmpwalk can see both bytes in and out .
I think there is a trick which i don’t remember .

I didn’t use any trick.
Just took both OIDs, add them to the Dude and get the graphs smoothly.
Perhaps you need to modify parameters at Cacti, but I’m not an expert.