2009/11/11 Mike Bowie <[email protected]>: > pkgsrc is currently building 5.4.2.1.
OK - so it's a recent release. > At the most basic level, the > issue is that querying snmpd returns values which look to be > uninitialized, for example: > > $ snmpwalk -v1 -c public 127.0.0.1 | grep "should be" > IP-MIB::ipForwarding.0 = Wrong Type (should be INTEGER): Counter32: 4601253 Let's concentrate on that one to start. The thing that worries me is that it's not simply a wrong value, but the type is incorrect too. I get the impression that you're working with a source-compiled package (not just ready-provided binaries). Can you please check which files are being compiled (and hence used) to return this value. Please take a look under 'agent/mibgroup/mibII' (ip.*) and 'agent/mibgroup/ip-mib' (ip_scalars.*). Where are the object files being created? That should help identify which code we should be looking at. Dave ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
