On 15/08/06, Leo Lei <[EMAIL PROTECTED]> wrote: > i means that i will cut down the net-snmp snmpd to a minimal agent supporting > SNMPv1/v2c/v3/AgentX and my enterprise-specific MIB. the MIBs implemetented > by mini-agent are all MIBs that i need?
"mini-agent" doesn't include AgentX support - just the ones that I listed yesterday. > agentxMIB described as rfc 2742 are not impletemented by net-snmp-5.3.0.1, > right? Correct. > will it be impletemented in the recent future? No idea. I've no plans to work on it - if somebody else submits the code, then it'll be implemented. If they don't, it won't. Bottom line - if you need certain functionality badly enough, perhaps you should consider doing the work yourself. > the master agent will dispatch all my SNMP request for the speficic subagent > to the proper > subagent. because all the MIB regions registered by the subagent have a > default priority > so i have to gather all the groups of scalar objects into tables. I'm sorry - that doesn't make sense. If a certain management object can only have a single value, then it's a scalar. If it can have several values, then it's probably part of a table. Registration priority doesn't enter into it - the scalar/table structure depends *purely* on the characteristics of that particular object. The other option would be to look at contexts - that's another way to have parallel versions of the same (scalar or table) values. But priorities are a complete irrelevance, IMO. Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
