This is a discussion on Undo vacm_parse_simple in SNMPv2c within the SNMP Coders forums, part of the Networking and Network Related category; Hi, When I'm adding new community string by calling vacm_parse_simple from within the agent ,the vacm_parse_simple function do the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi, When I'm adding new community string by calling vacm_parse_simple from within the agent ,the vacm_parse_simple function do the following (and please let me know if I'm wrong): - Create group with the "comm" prefix. - Create view with the "viewComm" prefix. - Create access. Is there a single API to undo those changes ? , I mean some "vacm_delete_simple" which remove all those new vacm entries (group, view , access). If not , What is the better way to do this, How can I delete group/view/access, its seems like there is no API function for this (for example, vacm_free_access is calling to vacm_destroyAllAccessEntries and not delete a single access from the VACM table). Thanks in advanced for your reply. 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_id=7477&alloc_id=16492&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |