On Fri, 2005-06-17 at 05:27, [EMAIL PROTECTED] wrote: > I have to restrict particular manger can send only V2 queries > and others can send only V3 queries. Can I do this in windows > and Linux.
You should be able to configure the managers to send the appropriate version requests quite easily. My guess is that you're actually asking about whether the agent can be configured to ignore incoming requests with the "wrong" version. Is that correct? The Net-SNMP agent can certainly be configured to only accept SNMPv2 requests from a particular host or hosts. Both the 'com2sec' and 'rocommunity' directives can specify a range of network addresses. If the incoming request doesn't come from that range, the directive won't match and so won't be used. Unfortunately the same isn't true for SNMPv3. If the user and authentication is valid, then the request is accepted, regardless of where it came from. There's a thread with the subject "Host restricting" discussing this issue on the net-snmp-users list at the moment. > Can I able to receive V2 query from one manager and V3 query > from other manager simultaneously? > Yes. Dave ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
