Hi,
I want to write an app which generate SNMPv2c get/set request's using
dynamic vacm groups,
but I'm facing some problems using the vacm with SNMPv2c.
I used the following lines (originally from the snmpvacm man page):

snmpvacm -v2c -c public 127.0.0.1 createSec2Group 2 dave RWGroup
--------------> (Sec2group successfully created.)

snmpvacm -v2c -c public 127.0.0.1 createView all .1 80
--------------> (View successfully created.)

snmpvacm -v2c -c public 127.0.0.1 createAccess RWGroup 2 1 1 all all all
--------------> (Access successfully created.)


As I understood, I can use vacm with SNMPv2c, But if I'm running
application to send v2c message (e.g. snmpwalk), 
Which of the above argument's is my new v2c community string ?

snmpwalk -v2c -c __________ 127.0.0.1
                                 ^
                                / \
                         What should I 
                          Write here ?

Thanks,
Ofer.


-------------------------------------------------------
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_idt77&alloc_id492&op=click
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to