On Mon, 2005-06-20 at 11:34, Koren Ofer-BOK016 wrote: > I added the following test code in my MIB: > char * Token= "rocommunity"; > char * Line = "TryPrivate 127.0.0.1"; > vacm_parse_simple(Token,Line);
Yes - that should work. > So, Isn't "TryPrivate" a new community string ? Yes. But that's updating the configuration from within the agent itself. The LIMITATIONS section I quoted was relating to use of the 'snmpvacm' command. The agent can add support for a new community string (via suitable config processing), but it's not possible to do this using SNMP SET requests. (Which is basically what the 'snmpvacm' command does) 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
