Search found 6 matches

by heckfy
Tue Sep 11, 2012 10:47 am
Forum: Help: Linux/Unix Specific
Topic: Problems with SNMPv3
Replies: 6
Views: 6731

Re: Problems with SNMPv3

Ok, the problem has been resolved. Apparently CentOS 5.8 comes with php 5.1 which doesn't work well with SNMP v3. Upgrading to PHP 5.3.3 solved the problem.
by heckfy
Sat Sep 08, 2012 12:33 am
Forum: Help: Linux/Unix Specific
Topic: Problems with SNMPv3
Replies: 6
Views: 6731

Re: Problems with SNMPv3

And here is the snmpwalk version of the query shown in cacti debug: [root@cacti ~]# snmpwalk -v3 -u nagios -l AuthPriv -a SHA -A XXXX -x AES -X XXXX 10.18.4.14 .1.3.6.1.2.1.2.1.0 IF-MIB::ifNumber.0 = INTEGER: 141 [root@cacti ~]# rnm@lab-jnpr-core2# Jan 3 19:03:40 snmpd[68a2016b] >>>>>>>>>>>>>>>>>>>>...
by heckfy
Sat Sep 08, 2012 12:30 am
Forum: Help: Linux/Unix Specific
Topic: Problems with SNMPv3
Replies: 6
Views: 6731

Re: Problems with SNMPv3

Here is debug info: Good query: [root@cacti ~]# snmpwalk -v3 -u nagios -l AuthPriv -a SHA -A XXXXX -x AES -X XXXXXX 10.18.4.14 sysuptime DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (1419446908) 164 days, 6:54:29.08 [root@cacti ~]# switch side debug: [quote]rnm@lab-jnpr-core2# Jan 3 18:59:19 snm...
by heckfy
Fri Sep 07, 2012 11:51 pm
Forum: Help: Linux/Unix Specific
Topic: Problems with SNMPv3
Replies: 6
Views: 6731

Re: Problems with SNMPv3

Ok, I figured out that the password was in the wrong field, but it's still not working. See the screenshot attached. I actually see some snmp traffic in tcpdump: [quote][root@cacti ~]# 21:49:43.395691 IP 10.18.4.67.41732 > 10.18.4.14.snmp: F=r U= E= C= GetRequest(14) 0x0000: 4500 005c 0000 4000 4011...
by heckfy
Fri Sep 07, 2012 11:02 pm
Forum: Help: Linux/Unix Specific
Topic: Problems with SNMPv3
Replies: 6
Views: 6731

Re: Problems with SNMPv3

Here is the switch side: {master:0} rnm@lab-jnpr-core2> show configuration snmp v3 usm { local-engine { user nagios { authentication-sha { authentication-key "$9$8CIxVw2gJDjqKMLNdV4o69Cu0IRhSyevTzSrlK8L-VwgGD.P53/Cq.uOIRle4aJGk.n/CtO1jHPQF6AtLx7Ns2ZUj.mTZGCtuOcSVws2ZUsikqfTkqtu0BEh24oGUH5T3tpB3...
by heckfy
Fri Sep 07, 2012 10:52 pm
Forum: Help: Linux/Unix Specific
Topic: Problems with SNMPv3
Replies: 6
Views: 6731

Problems with SNMPv3

I'm trying to setup a device, it has SNMP v3 and a string like this works (i replaced the real keys with xxxx): snmpget -l AuthPriv -a SHA -A xxxx -x AES -X xxxx 10.18.4.14 -u nagios DISMAN-EVENT-MIB::sysUpTimeInstance It doesn't have any password, just the SHA and the AES keys. However, I'm getting...