Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I don want to expose the proxy configuration details of the sub-agents to remote management applications. Is it possible using SNMP Agent Toolkit?

0
Posted

I don want to expose the proxy configuration details of the sub-agents to remote management applications. Is it possible using SNMP Agent Toolkit?

0

It is possible to restrict the remote access of sub-agent configurations in the master agent. The steps to be performed are: • Load the MIB and generate the SNMP master agent. The code generated for proxy table remote configuration in the generated main file is: //Code generated will be as follows dyn = new DynamicRegistration(false, “conf”, “ProxyTable.xml”); dyn.addRegistrationListener(hdlr, true); • Change the boolean from ‘true’ to ‘false’ in the code snippet //Code to be changed dyn = new DynamicRegistration(false, “conf”, “ProxyTable.xml”); dyn.addRegistrationListener(hdlr, false); • Compile and run the master agent.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123