Search found 10 matches
- Tue Mar 15, 2016 6:28 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] New device can't get SNMP... or can it?
- Replies: 10
- Views: 3729
[SOLVED] Re: New device can't get SNMP... or can it?
Alright. Barking up the snmpv2 tree: I added an old community string to the switch config. Spine started polling correctly on SNMPV3. Now, I'm pretty sure snmpv3 doesn't NEED community strings, but whatever. Just to check, I REMOVED the community string from the switch config. SPINE CONTINUED TO WOR...
- Tue Mar 15, 2016 6:09 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] New device can't get SNMP... or can it?
- Replies: 10
- Views: 3729
Re: New device can't get SNMP... or can it?
OH MAN IT'S GETTING WORSE.
After all the various tweaks I've made, now snmpv2c DOES work. Unfortunately this isn't really acceptable, since we're spitting traffic over the internet and encryption is required.
So why would snmpv3 work sometimes, but not other times?
After all the various tweaks I've made, now snmpv2c DOES work. Unfortunately this isn't really acceptable, since we're spitting traffic over the internet and encryption is required.
So why would snmpv3 work sometimes, but not other times?
- Tue Mar 15, 2016 4:47 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] New device can't get SNMP... or can it?
- Replies: 10
- Views: 3729
Re: New device can't get SNMP... or can it?
Since this is SUCH a popular thread, some updates: The 'lol nothing will graph' turned out to be a timezone issue - the guy that set this up originally was on the East Coast, so the php.ini was set to his timezone. When I jumped between cmd.php and spine, a everything was updated according to east c...
- Mon Mar 14, 2016 4:07 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] New device can't get SNMP... or can it?
- Replies: 10
- Views: 3729
Re: New device can't get SNMP... or can it?
Everything I do seems to be one step forward, two steps back. :( I find now that switching to cmd.php and then back to spine has effectively turned off ALL graphing. What. Graphs simply do not update. I've turned logging up to debug, and there seem to be no errors - spine correctly snmpwalks, correc...
- Mon Mar 14, 2016 1:44 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] New device can't get SNMP... or can it?
- Replies: 10
- Views: 3729
Re: New device can't get SNMP... or can it?
More updates for those following along: -There are other switches on the network with higher uptime. -Switching to cmd.php instead of spine DOES register the device as up (however, it breaks damn near everything else - every data source has a 'partial result', so this isn't really a viable option). ...
- Mon Mar 14, 2016 12:48 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] New device can't get SNMP... or can it?
- Replies: 10
- Views: 3729
Re: New device can't get SNMP... or can it?
NOPE. So, no luck. I'm more and more sure that this uptime OID, .1.3.6.1.2.1.1.3.0 , is the problem. I can snmpget it no problem from command line, but it's way over 1e9 timeticks. When poller.php tries to get the thing, it returns "U." Guys... it's way over ONE HUNDRED FORTY FIVE DAYS. SU...
- Sat Mar 12, 2016 1:50 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] New device can't get SNMP... or can it?
- Replies: 10
- Views: 3729
Re: New device can't get SNMP... or can it?
Thanks for the idea! I have tried this, but alas, no luck. I've even re-entered all the snmp setting in both the switch config and cacti, and double/triple checked them by snmpgetnexting from CLI. Either way, the 'bad' device is configured the same as the 'good' device... and when I switch the hostn...
- Fri Mar 11, 2016 6:30 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] New device can't get SNMP... or can it?
- Replies: 10
- Views: 3729
Re: New device can't get SNMP... or can it?
Code: Select all
[root@lax-t3x-pro-cacti1 html]# snmpgetnext -v3 -l authPriv -u cactiuser -a SHA -A <redacted> -x DES -X <redacted> HostIP .1
SNMPv2-MIB::sysDescr.0 = STRING: Arista Networks EOS version 4.14.9M running on an Arista Networks DCS-7050T-64
- Fri Mar 11, 2016 5:21 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] New device can't get SNMP... or can it?
- Replies: 10
- Views: 3729
Re: New device can't get SNMP... or can it?
I'm sorry, additional information:
cacti is currently 8.8b
rrdtool is 1.3.8
running centos 6.7
halp!
cacti is currently 8.8b
rrdtool is 1.3.8
running centos 6.7
halp!
- Fri Mar 11, 2016 5:09 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] New device can't get SNMP... or can it?
- Replies: 10
- Views: 3729
[SOLVED] New device can't get SNMP... or can it?
Hi! I inherited a very messy cactiEZ system a few weeks back, and I've been up and down the documentation (and this forum) for eons getting everything we need sussed out. Thanks to the very useful information on this forum (and the multitudes of people having similar problems to mine), I have manage...