Discussion forum about Comet system products
You are not logged in.
Hi
I’m trying to connect to P8511 via SNMP and i’m experiencing some problems
I configured the device but IP address, Enabled SNMP and set password “public”
Now when is scan the device (NMap) I get message:
161/udp open|filtered snmp
There is no firewall on the way.
Ping is working for the device but when I try to get any sign that SNMP is working I get this:
$ snmptest 10.10.1.3
snmptest: Timeout
$snmptest -c public 10.10.1.3
snmptest: Timeout
$snmpbulkget -c public 10.10.1.3 .1.3.6.1.4.1.22626.1.5.2.1.3.0
snmpbulkget: Timeout
As I understand the device is using SNMP v1 ??
My firmware version is 4-4-1.04 (I see that newer firmware is available but can’t find any info how to put it on the device?? any help?)
Offline
Hi,
Yes SNMP v1 is supported. Your P8511 firmware is too old. First step is firmware update. Simple way how upgrade firmware is TSensor software (run with /service parameter and Main menu->Service->Firmware upgrade). TSensor is available only for Windows (maybe you can run TSensor by Wine). Firmware upgrade use TFTP protocol (binary mode). You can also write command:
tftp -i 10.10.1.3 put 4_5_1_16.rom X5
then download MIBbrowser (http://www.ireasoning.com/), MIB table (http://cometsystem.cz/dnload/MIBtables.zip), check P8511 configuration, and try again...
John
Offline
Thanks
Firmware upgrage helped
Offline