> Hi, on the branch squid3-ipv6, support for SNMP is available (we need a > lot of tests ...) > > 1.- Take in mind that, for tests, allow for SNMP access is open. allow = > 1 ; All the MIB tree is exported ! > > 2.- To test, follow the next cook-guid (of course, choose your own user > and/or installation path): > > bash$ ./configure --enable-ipv6 --disable-icmp* --enable-snmp --prefix= > $HOME > bash$ make install > > *if you get linking errors having to do with icmp on main.cc, comment > them...(Amos?)
Should compile OK with or without ICMP. Any problems, yes let me know. The bugs there are still in the packet-level formatting which can cause desired ICMP helpers to close early. > > 3.- Apply the next test script*, after editing ipv4address and > ipv6address. > bash$ . test.snmpd > > * this script works on a Debian box, having installed package "snmp" > version 5.2.3 . If you don't have packet access, download and compile > from net-snmp > http://net-snmp.sourceforge.net/download.html > Amos
