On Wed, 2005-08-24 at 11:59 +0530, Ravi, Rajagopal Shanmugam (Rajagopal
Shanmugam)** CTR ** wrote:

> Is it possible to configure my snmp agent to support only snmpv2? If
> yes please tell me how.

It's not possible to completely exclude all of the SNMPv3 processing
code from the library when compiling the software.  But it *is* possible
to configure the agent so that it only responds to SNMPv2c requests.

Try something like:

        com2sec  pubUser  default public
        group    pubGroup v2c     pubUser
        view     all  included  .1
        access pubGroup ""  any  noauth  exact  all  none  none

If those are the *only* access control setting present, then
this should allow access to the whole OID tree for SNMPv2c
requests, and nothing for SNMPv1 or SNMPv3 requests.


Dave


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to