2 May 2012 20:46
Need detailed procedure for making NET-snmp (sma) subgent to snmp4j
Hi, I have a product which uses snmp4j agent as master agent. The product shuts down the snmp stack on the OS (Solaris 10 or Red Hat Linux). We would, however, like to have the OS snmp stack available as a sub-agent to our snmp4j-based master agent. I have read in many instances where Franck Fock has recommended using snmp4j's agent as master and making sma a sub-agent...but I can't find any detailed procedure to do so. Could someone provide this procedure or point me in the right direction? Thanks, Rob -- -- *Rob Morton* 5750 SSC/5780 DSC 4LS Support Engineer Alcatel-Lucent IPD - NSM Web: www.alcatel-lucent.com <http://www.alcatel-lucent.com/> Email: rob.d.morton@... <mailto:rob.d.morton@...> Phone: +1 613 784 6855
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 compare the examples TestAgent (BaseAgent) and SampleAgent
> (AgentConfigManager). Once you have converted your agent similar
> to SampleAgent (using AgentConfigManager) converting that one
> to AgentXMasterAgent should be very easy. Basically you only have
> to exchange the config manager and set same additional options
> for AgentX.
>
> Best regards,
> Frank
>
>
> Am 04.05.2012 21:21, schrieb Rob Morton:
>> Hi,
>>
>> I have a BaseAgent-based snmp agent and want to be able to convert
>> to an AgentXMasterAgent-based agent so that I can connect sub-agents
>> to my Master agent in the future.
>>
>> What is the path of least resistance?
>>
RSS Feed