RE: trap only user access

2009-06-02 Thread EYRE Bernadette
Hi Dave, Thank you for your response. >> Also can one change the security modes by calling the net-snmp >> library api(s)? > Sorry - I don't understand the question. We have a web application from where the user can add/delete the community strings and configure the snmp agent dynamically.

Re: trap only user access

2009-06-02 Thread Dave Shield
2009/6/2 EYRE Bernadette : > In Linux based net-snmp 5.4.2 can one configure a user to only receive > traps? > This means the same user will not be able to do GET or SET operations > on any of the supported propitiatory mibs. Yes. The access control for receiving notifications (by snmptrapd) is h

trap only user access

2009-06-01 Thread EYRE Bernadette
Hello snmp-coders, In Linux based net-snmp 5.4.2 can one configure a user to only receive traps? This means the same user will not be able to do GET or SET operations on any of the supported propitiatory mibs. Also can one change the security modes by calling the net-snmp library api(s)? thanks