On Mon, 31 Oct 2011 14:37:09 +0530 Shibu wrote: SG> We are using net-snmp agent for monitoring and configuring one of our SG> network elements. We are using agentx for extending our own mib SG> variables. SG> SG> I would like to support MIB-II system variables from our source code SG> [Currently these variables are supported in snmpd] SG> SG> Please suggest me a better solution for this.
I can't remember if agentx registration lets you specify a priority, or if the default priority for agentx registrations is higher than the default used internally by the agent. I'd start by registering the variables in your subagent and seeing if the agent passes them to you. If not, then use the "-I" command line option to snmpd to skip initialization of the variables in snmpd, and then your registration should kick in. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
