> 
> I am having trouble with snmp on Debian Linux.  Basically 
> a heap of configuration directives give errors and snmpwalk 
> doesn't seem able to talk to squid.  I would really appreciate 
> any help people may offer.
> 
> These are my problems. 
> 
> sand:/usr/share/doc/squid# snmpwalk localhost public 
> enterprises.nlanr.squid    snmpwalk: Timeout
> sand:/usr/share/doc/squid# snmpwalk -m 
> /usr/share/squid/mib.txt -IR 127.0.0.1 public
> public: Unknown Object Identifier

  This more looks like a syntax problem when executing snmpwalk.
  Check command syntax and correct.
   
> 
> Squid is running and something is listening on 
> the snmp port.  I am not running snmpd.  Do I need to?
> 
>...

  Your system's snmpd and SQUID are of course unrelated. You seem to be specifying
port 3401 as SQUID's SNMP port.
Check whether :

          - this does not conflict with system SNMP tools or programs
          - if it does use another SNMP port for SQUID and you have
to tell this to snmpwalk too (specify SNMP port), probably '-p' though not
sure though.

M.

Reply via email to