On 30/10/06, Enzo Arlati <[EMAIL PROTECTED]> wrote:
> It should be the right suggestion, also the docs reported about this feature.
> But for now it didn't work ( I have net-snmp 5.0.8 revision, mybe it is too 
> older ? )
>
> When I added the proxy inside the config file the snmpd daemon crash.
> The last rows in the log files are reported belowe:
> BTW in this example I change the oid 17377 to 50
>  so : proxy  localhost   .1.3.6.1.4.1.9999   .1.3.6.1.4.1.50

OK - once minor problem.
The "proxy" line must include the access credentials
(i.e. the SNMP version and community name, or SNMPv3 settings)
This mechanism won't pick up any defaults automatically.

Try tweaking this to read

    proxy -v 2c -c {community}   localhost   .1.3.6.1.4.1.9999   .1.3.6.1.4.1.50

(assuming you're using community-based SNMP).

I've now tested this, and it works fine.

Dave

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to