From: Buchan M. <bg...@st...> - 2011-07-07 15:14:37
|
On Wednesday, 6 July 2011 15:42:57 Mark Jones wrote: > Is there a way to specify the snmp version per oid in a template? We have > some Foundry switches that will pull the ifalias oid fine in version 1 but > fail in version 2c. But I need version 2c for the interface counters as > they are gig ports. This seems to be a foundry issue as I have had the > same problem using mrtg as well. This isn't currently possible. I think it would not be a trivial change, as we would have to tag each OID (when they are pooled from all the tests for a template), and then establish separate SNMP "sessions" in different versions, and wait for both sessions to complete before sending the data back to the main process. As I also wanted to move away from device-specific templates to MIB-based templates in future, this puts a spanner in that to some extent. Could you log a tracker item (with a logged-in user account) at: http://sourceforge.net/tracker/?atid=816980&group_id=160720&func=browse (link from http://sourceforge.net/projects/devmon/develop) Regards, Buchan |