Re: [squid-users] squid SNMP acl

From: Daniel Kühl <dklima_at_gmail.com>
Date: Mon, 16 Mar 2009 09:44:40 -0300

Your SNMP section into squid.conf must be like that:

# SNMP
acl snmpcommunity snmp_community public
snmp_port 3401
snmp_access allow snmpcommunity localhost
snmp_access deny all

And, at your snmpd.conf that it's on the same same server of squid,
must contain this line:

proxy -v 2c -c public localhost:3401 .1.3.6.1.4.1.3495.1

On Fri, Mar 13, 2009 at 11:11 AM, Merdouille
<jgerhards_at_r-advertising.com> wrote:
>
> Hi everybody
>
> Now one of my squid servers does every things i wanted to, i try snmp
> features
>
> acl     snmppublic      snmp_community  public
> acl     manager         src             192.168.100.194
> snmp_port 3401
> snmp_access     allow   snmppublic
> snmp_access     allow   manager
> snmp_access     deny    all
>
> snmp_incoming_address 0.0.0.0
> snmp_outgoing_address 255.255.255.255
>
>
> It's impossible to retreive data from 192.168.100.194
>
> And i try smp_access allow all for testing and i only can retreive data from
> localhost.
>
> Any idea?
>
> i tryed
> --
> View this message in context: http://www.nabble.com/squid-SNMP-acl-tp22497151p22497151.html
> Sent from the Squid - Users mailing list archive at Nabble.com.
>
>
Received on Mon Mar 16 2009 - 12:44:42 MDT

This archive was generated by hypermail 2.2.0 : Mon Mar 16 2009 - 12:00:02 MDT