[AGENT++] simple question

Jochen Katz katz at agentpp.com
Thu Nov 2 21:44:56 CET 2006


Hi,

> v3mp = new v3MP(engineID, engineBoots, statusInfo);
> rootMib = new Mib();
> requestList = new RequestList();
> requestList->set_v3mp(this->v3mp);
> rootMib->set_request_list(requestList);
> rootMib->init();
> vacm = new Vacm(*rootMib);
> requestList->set_vacm(vacm);
> 
> Is it legal, to add users, contexts, views, groups. after this is done?

yes, as the vacm can be configured over SNMP, it is also legal to
configure it through local calls. You only have to make sure that the
necessary locking calls are made if request processing is already started.

Regards,
  Jochen




More information about the AGENTPP mailing list