RE: [squid-users] SNMP+MRTG config

From: Andreas Piesk <apiesk@dont-contact.us>
Date: Tue, 11 Sep 2001 11:21:57 +0200

> From: Andrei Loukinykh [mailto:avl@seavenue.net]
> Sent: Tuesday, September 11, 2001 10:48 AM
>
> Anyone, who successfully installed the subj, could you share
> your config
> with me ? :)
> May be i'll get from it what I 've done wrong ...
>
> Squid 2.4 STABLE2
>

do you have these entries in your squid.conf ?

acl snmppublic snmp_community public
snmp_access allow snmppublic localhost
snmp_port 3401

check if the port is listening
# netstat -na | grep 3401
udp 0 0 127.0.0.1:3401 0.0.0.0:*
udp 0 0 0.0.0.0:3401 0.0.0.0:*

and finally

# snmpwalk -p 3401 localhost public enterprises.nlanr.squid

should print out all values.

ciao -ap
System Administration
VIRBUS AG
Fon +49(0)341-979-7424
Fax +49(0)341-979-7409
andreas.piesk@virbus.de
www.virbus.de
Received on Tue Sep 11 2001 - 03:22:02 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:07 MST