This is a discussion on Re: How to support only v2? within the SNMP Coders forums, part of the Networking and Network Related category; On Wed, 2005-08-24 at 11:59 +0530, Ravi, Rajagopal Shanmugam (Rajagopal Shanmugam)** CTR ** wrote: > Is it possible ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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/...et-snmp-coders |
![]() |
| Thread Tools | |
| Display Modes | |
|
|