Re: [SNMP4J] USM question

2009-07-01 Thread Frank Fock
Joseph, The TestAgent example shows the USM/VACM initialization using code. This can be used with the SampleAgent too. Best regards, Frank Jozsef Lazar wrote: I'm quite new to this topic so please be patient with me ;-) I'm trying to build a very simple agent with a few scalars (for test

[SNMP4J] USM question

2009-07-01 Thread Jozsef Lazar
Yes, but TestAgent extends BaseAgent and can overwrite the addUsmUser method. The AgentConfigManager class has no such method. How can I do it then? The same holds true for VIEWS. -- joseph ___ SNMP4J mailing list SNMP4J@agentpp.org

Re: [SNMP4J] USM question

2009-07-01 Thread Jozsef Lazar
Frank Fock wrote: Joseph, The TestAgent example shows the USM/VACM initialization using code. This can be used with the SampleAgent too. Yes, but TestAgent extends BaseAgent and can overwrite the addUsmUser method. The AgentConfigManager class has no such method. How can I do it then? The