[EMAIL PROTECTED] wrote: > FreeBSD: > udpTable: IP value reported correctly, index reversed > tcpTable: reported correctly > [agent requires root access]
Requires root access? I can access both tables as non-root just fine on FreeBSD 5.4 (w/ "snmpd -r"). > NetBSD: > udpTable: IP value and index both reversed > tcpTable: bogus contents > [agent requires root access] > > OpenBSD: > udpTable: IP value and index both reversed > tcpTable: bogus contents > [agent requires root access] Can you please add #define UDP_ADDRESSES_IN_HOST_ORDER 1 to include/net-snmp/system/openbsd.h and include/net-snmp/system/netbsd.h and try again? This should fix the IP values (but not the index). At the end, we're still left with the udpTable indices being reversed on at least (Open|Net|Free)BSD and Solaris/x86 (but not Solaris/SPARC). Ideas? +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) 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-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
