I've tried bypassing that and trying to graph the OID I'm looking for directly. Here part of the result of snmpwalking the adtran with the OID I'm trying to graph:
Code: Select all
snmpwalk -c public -v 2c 192.168.1.1 1.3.6.1.4.1.664.5.66.1.6.1.1.3
SNMPv2-SMI::enterprises.664.5.66.1.6.1.1.3.102005.1 = Gauge32: 14186
SNMPv2-SMI::enterprises.664.5.66.1.6.1.1.3.102006.1 = Gauge32: 15408
SNMPv2-SMI::enterprises.664.5.66.1.6.1.1.3.102007.1 = Gauge32: 15507
SNMPv2-SMI::enterprises.664.5.66.1.6.1.1.3.102008.1 = Gauge32: 13009
SNMPv2-SMI::enterprises.664.5.66.1.6.1.1.3.102009.1 = Gauge32: 28349
SNMPv2-SMI::enterprises.664.5.66.1.6.1.1.3.102010.1 = Gauge32: 2542
The name of this OID is:
AdGenEfmPerfGroupCurr15MinRxOctets
The only way I've gotten anything to graph is by using an oid, like this (1.3.6.1.4.1.664.5.66.1.6.1.1.3.102010.1) which specifies the interface. This is completely unworkable because I need it to set up hundreds of these and setting up custom data sources for each interface would be far too time consuming.
The behavior of this oid seems to be that it increments steadily for 15 minutes, then resets, which leads to strange graphing behavior.
I basically have a bunch of questions:
Has anyone ever successfully graphed an Adtran Total Access? Are there any templates for it? Is there a way to discover interfaces in smaller chunks so it doesn't hang cacti? What's the process for creating a custom graph for a counter like the one I described?
Has anyone had any luck getting support for Adtran for Cacti? They didn't seem to have any idea what Cacti was when I opened a support ticket with them.