Like in subject, I use Cacti 0.8.7g on Ubuntu Server 10.04 amd64.
At this moment I'm using SNMPv2 for the devices, with this snmpd.conf:
Code: Select all
rocommunity foobar
syslocation Test Environment
syscontact zaphod@magrathea
dontPrintUnits true
includeAllDisks
I have tried to use SNMPv3, with this snmpd.conf:
Code: Select all
rocommunity foobar
syslocation Test Environment
syscontact zaphod@magrathea
dontPrintUnits true
includeAllDisks
createUser cacti MD5 cactipwd DES
group groupv3 usm cacti
view all included .iso 80
access groupv3 "" any auth exact all all all
I run some snmpwalk and it works but not in Cacti:
Code: Select all
ford@mostlyharmless:~$ snmpwalk -v 3 -u cacti -l authNoPriv -a MD5 -A cactipwd 192.168.1.55 ipAdEntAddr
IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.0.0.1
IP-MIB::ipAdEntAddr.192.168.1.55 = IpAddress: 192.168.1.55
Code: Select all
ford@mostlyharmless:~$ snmpwalk -v 3 -u cacti -a MD5 -A cactipwd -x DES -l authNoPriv 192.168.1.55 interface
IF-MIB::ifNumber.0 = INTEGER: 2
...etc...
IF-MIB::ifSpecific.2 = OID: SNMPv2-SMI::zeroDotZero
Thanks