2009/3/10 Samer Vazdekis <[email protected]>: > One problem, keep getting this warning. > > Warning: Unknown token: sysObjectID > So, sysObjectID keeps it's default value.
Hmmm... that looks as if your subagent doesn't include the 'mibII/system_mib' module. (It worked for me, because I was running tests using the main agent binary as my subagent). A workaround would certainly be to include this module within your subagent. (Note that running "configure --with-mib-modules... probably won't work, since this is concerned with building the main SNMP agent. You'd need to tweak your subagent build structure instead). But a longer-term solution would probably be to move the "sysObjectID" config handling away from the system_mib module, and into the main agent code. I'd like input from some of the other core developers before I do this, though. (And we're definitely looking at the next major release - it's not the sort of thing we could sensibly change in an existing line). Dave ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
