Your post is rather brief but I believe you have the same problem as I do so I'll elaborate this a bit further.
We've had cacti monitoring a couple of nodes on v10 without any problem. As of upgrade to v11 (only one pair at the moment) the traffic stats for VS and pools are not being graphed anymore. All other graphs are ok - all v10 nodes and so are all the rest for v11, except the VS/pools..I get the output by hand running snmpwalk, the only noticable difference from before is you now have a partition name (e.g. /Common/VSname) instead of just VSname, don't know if it should make the difference. It's being shown in cacti as ''Connection Rate - VSname'' though. I tried deleting one and recreating it but it's still just VSname and no /Common/.. prefix, you can see that only by running snmpwalk..
In the Data Query Debug I get
+ Running data query [11].
+ Found type = '3' [SNMP Query].
+ Found data query XML file at '/admin1/cacti/v0.8.7i-PIA-3.1/resource/snmp_queries/f5_bigip_vs.xml'
+ XML file parsed ok.
+ missing in XML file, 'Index Count Changed' emulated by counting oid_index entries
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.3375.2.2.10.2.3.1.1' Index Count: 0
+ No SNMP data returned
But if I run the query by hand (even including the oid_index_parse regexp) I get everything ok:
snmpwalk -v2c -c *** x.x.x.x .1.3.6.1.4.1.3375.2.2.10.2.3.1.1 | egrep "^.*\.3375\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.(.*)$"|wc
65 260 11420
And funny as it seems, I also get the same values in Cacti by the data query description:
3) F5 BIG-IP - VS Statistics (Verbose Query) Uptime Goes Backwards Success [260 Items, 65 Rows]
I've tried playing with the spine parameters and timeouts without any luck. I've done a tcpdump to see what gets back and LTM does reply to the query I just can't see the difference (apart from /Common/ prefix).
Also in cacti.log for only this host I get at Vs*Connections and Pool*Connections as a result
value: U which I don't with the v10 hosts..
So regarding it was working before and it's still working for v10 hosts it seems that v11 has something cacti doesn't like in SNMP. Could it be anything doing with the /Common/ prefix in the names?
Any ideas on how to further debug this issue?