I have read lots of documentation and how to but I don't figure how to solve my problem:
I need to poll informations (Number of packets accepted) from Checkpoint software:
From cacti host, I do the following (of course replacing $communityString and $ipAddress with real ones):
Everything is working fine, since I get the expected results.-bash-3.00$ snmpget -O vt -c $communityString -v 1 -t 500 $ipAddress:260 .1.3.6.1.4.1.2620.1.1.4.0
INTEGER: 153251022
-bash-3.00$ snmpwalk -c $communityString -v 1 -t 500 $ipAddress:260 .1.3.6.1.4.1.2620.1.1.4.0
SNMPv2-SMI::enterprises.2620.1.1.4.0 = INTEGER: 153357718
Note that the snmp port is not standard (260 instead of 161, the snmp daemon is the Checkpoint one so that is ok).
When I add a host / device in Cacti and set up the right settings (ip address, snmp version, community), Cacti displays the well known "snmp error" message.
I am totally confused since *everything* is working fine in command line / shell.
Please could you help me to solve this issue, or point to an existing documentation which could help me to solve it?
Thanks a lot.