Hi list, I am trying to configure Squid 2.6STABLE12 to accept SNMP queries, but so far have been unsuccessful. Squid was configured with --enable-snmp. The appropriate lines from squid.conf are: snmp_port 3401 acl snmppublic snmp_community public snmp_access allow snmppublic all snmp_access deny all snmp_incoming_address 0.0.0.0 snmp_outgoing_address 0.0.0.0 When I try to use snmpwalk (from NET-SNMP v5.3.1) with 'snmpwalk -c public localhost:3401 .1.3.6.1.4.1.3495.1.1' I receive a 'snmpwalk: Timeout' message. When I examine cache.log I see many entries of 'Failed SNMP agent query from : 127.0.0.1.'. I have confirmed using netstat that squid is listening on 3401 with UDP. What I am doing wrong? Kind Regards, Ken.