PDA

View Full Version : interaction with snmpget


taûpix
07-07-2005, 16:31
Hi,

I'm having trouble with SNMP configuration, I just want to make a simple check, here is my configuration :


Type : SNMPv1 Agent
SNMP community : public
SNMP OID : .1.3.6.1.2.1.1.3.0
SNMP port : 161

When I activate this service, zabbix server shut down with this message :
No log handling enabled - turning on stderr logging
snmpget: Timeout

I try to see what kinf of packets was sent, and I found with ethereal:
Object identifier 1: 0.0.0 (SNMPv2-SMI::zeroDotZero.0)

so the OID has been changed!!!!

I'm working with zabbix 1.1 on fedora core 4, with net-snmp 5.2.1
Netsnmp works; I get what expected with snmpget -v 1 -c public host 1.3.6.1.2.1.1.3.0, and I can process SNMP traps into zabbix.

If you have any ideas!!

Thanks

taûpix
08-07-2005, 09:59
I remove net-snmp 5.2.1, and I install net-snmp 5.1.3pre and it works

if anyone knows why I'll be very pleased to know!!!
if anyone has net-snmp 5.2.1 with zabbix I will also be pleased to know!

thanks