Re: Unknown Community public

From: Glenn Chisholm <glenn@dont-contact.us>
Date: Wed, 13 Jan 1999 15:47:39 -0700 (MST)

> snmp_port 3401
> snmp_mib_path /usr/local/squid/etc/mib.txt
>
> snmp_agent_conf view all .1.3.6 included
> snmp_agent_conf view squid .1.3.6 included
> snmp_agent_conf user squid - all all public
> snmp_agent_conf user all all all all squid
> snmp_agent_conf community public squid squid
> snmp_agent_conf community readwrite all all
> snmp_acl public allow all
>

        Sorry been away. Humor me and try exactly:

        snmp_port 3401
        snmp_mib_path /local/squid/etc/mib.txt

        snmp_agent_conf view all .1.3.6 included
        snmp_agent_conf view squid .1.3.6 included
        snmp_agent_conf user squid - all all public
        snmp_agent_conf user all all all all squid
        snmp_agent_conf community public squid squid
        snmp_agent_conf community readwrite all all

        acl snmpmanagementhosts 127.0.0.1/255.255.255.255
        snmp_acl public deny all !snmpmanagementhosts
        snmp_acl readwrite deny all

        Then get back to me. Basiclly the code that deals with these
commans in 2.1 is broken. It is fixed in the unreleased code.

glenn
Received on Wed Jan 13 1999 - 14:48:46 MST

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