Re: [SNMP4J] Support to RFC 2574 for changing authorisation password

2012-05-08 Thread Frank Fock
Hi Roger, Yes, SNMP4J-Agent does support the key change mechanisms described in RFC 2574. Best regards, Frank Am 08.05.2012 13:43, schrieb Vilagut Abad, Roger: > Hi, > > I am preparing an automatic test suit to test a product that implements a > SNMP agent. In one of the tests I need to verify

Re: [SNMP4J] BaseAgent vs AgentXMasterAgent

2012-05-08 Thread Rob Morton
Thanks Frank...:-) On 5/7/2012 7:22 PM, Frank Fock wrote: > Hi Rob, > > When converting from a BaseAgent based agent to a AgentXMasterAgent > you will have to make some modifications on your agent class implementation, > because the AgentXMasterAgent is AgentConfigManager based. > > You can co

[SNMP4J] Support to RFC 2574 for changing authorisation password

2012-05-08 Thread Vilagut Abad, Roger
Hi, I am preparing an automatic test suit to test a product that implements a SNMP agent. In one of the tests I need to verify that the product implements correctly the procedure described in RFC 2574 for changing passwords. Is this RFC supported by snmp4j? Thanks, Roger _