Hi all, I have compiled squid-2.5.STABLE1 --with-snmp and i have the following lines pertaining to snmp in my squid.conf:
acl admin src 192.168.10.10/32 acl snmppublic snmp_community public snmp_port 3401 snmp_access allow snmppublic admin snmp_access deny all snmp_incoming_address 0.0.0.0 snmp_outgoing_address 255.255.255.255 Whenever I try to query the agent, I get these errors: 2003/02/28 15:18:47| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:18:47| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:18:49| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:18:50| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:18:50| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:18:51| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:24:23| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:24:24| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:24:25| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:24:26| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:24:28| Failed SNMP agent query from : 192.168.10.10. 2003/02/28 15:24:28| Failed SNMP agent query from : 192.168.10.10. Is there something wrong with my configuration? Regards, Gokhan ERYOL
