On Thursday 06 March 2003 00.09, Pat Lendon wrote: > Hello All, > > I am really trying to get squid snmp working for cricket, but am > not sure what I'm missing. > > We are using squid-2.5.STABLE1. Squid was compiled with snmp. > Cricket is located on a separate system (10.10.1.18). > > Squid access.log shows: > 10.10.1.18 - - [05/Mar/2003:16:56:01 -0500] "GET > http://mysql.mc.com/cache.phtml HTTP/1.0" 407 1799 TCP_DENIED:NONE > (so it looks like cricket query makes it to squid proxy, but has > 407 error).
This is a HTTP request, not a SNMP request.. It is denied because your Squid is configured to require authentication, and no valid user credentials was provided in the request. > snmpwalk -m /usr/local/squid/share/mib.txt -p 3401 localhost public > mysql.mc.com To browse the Squid MIB you need to tell snmpwalk where to start. See the Squid FAQ. Regards Henrik
