Re: AIX and Network interface issues.
Dave Shield <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
2009/2/10 Paul Hogan <[email protected]>: > I have compiled and installed net-snmp 5.4.2.1 on AIX 5.3.6 version. I > can pull everything in great to our Orion monitoring tool except for the > NIC information. Is there a known issue with this or is there something > I can do to enable this monitoring? Have a look at the output of the configure script. Does it include a warning message about IF-MIB rewrites. >From mibgroup/if-mib/data_access/interface.h: # if defined( linux ) config_require(if-mib/data_access/interface_linux) config_require(if-mib/data_access/interface_ioctl) # elif defined( openbsd3 ) || defined( openbsd4 ) || \ defined( freebsd4 ) || defined( freebsd5 ) || defined( freebsd6 ) || defined (darwin) config_require(if-mib/data_access/interface_sysctl) # elif defined( solaris2 ) config_require(if-mib/data_access/interface_solaris2) # else config_error(This platform does not yet support IF-MIB rewrites) # endif That looks very much as if this particular MIB isn't supported under AIX (which is not a system any of the core developers have access to, I believe). Patches to rectify this omission would be gratefully received. Dave ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ 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