On 11/13/09 12:13 AM, Dave Shield wrote: > No - that's exactly what I wanted. > > Next - please run the command > > strings agent/mibgroup/mibII/ip.o | grep "IP Group" > > Also, what does: > > grep STAT include/net-snmp/net-snmp-config.h | grep IP >
Superb... I was afraid I was missing something. ;-) $ strings agent/mibgroup/mibII/ip.o | grep "IP Group" Loaded IP Group (sysctl) Failed to load IP Group (sysctl) $ grep STAT include/net-snmp/net-snmp-config.h | grep IP /* #undef STRUCT_IPSTAT_HAS_IPS_CANTFORWARD */ /* #undef STRUCT_IPSTAT_HAS_IPS_CANTFRAG */ /* #undef STRUCT_IPSTAT_HAS_IPS_DELIVERED */ /* #undef STRUCT_IPSTAT_HAS_IPS_FRAGDROPPED */ /* #undef STRUCT_IPSTAT_HAS_IPS_FRAGTIMEOUT */ /* #undef STRUCT_IPSTAT_HAS_IPS_LOCALOUT */ /* #undef STRUCT_IPSTAT_HAS_IPS_NOPROTO */ /* #undef STRUCT_IPSTAT_HAS_IPS_NOROUTE */ /* #undef STRUCT_IPSTAT_HAS_IPS_ODROPPED */ /* #undef STRUCT_IPSTAT_HAS_IPS_OFRAGMENTS */ /* #undef STRUCT_IPSTAT_HAS_IPS_REASSEMBLED */ /* #undef HAVE_SYS_TCPIPSTATS_H */ Thanks! Mike. ------------------------------------------------------------------------------ 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
