[AGENT++] SNMP++ USM Table

Jochen Katz katz at agentpp.com
Tue Sep 20 13:37:46 CEST 2005


Hi Anurag,

> Is there a potential or known  limit to the number of entries in the
> USM table i.e USM records in snmp++ ?

no, the tables are increased when needed.

> I was  looking at it from a scalability perspective when v3 traps
> have to be received from many snmp entities by one manager (using
> snmp++)?

The tables are using a simple array which is searched linear [O(n)]. As
all tables are within their own classes it is possible to use better
algorithms.

Regards,
  Jochen




More information about the AGENTPP mailing list