>>>>> "MF" == Magnus Fromreide <[EMAIL PROTECTED]> writes:
CA> Just curious if anyone has started to look at or think about making CA> snmptrap and snmptrapd IPv6 aware? If not I'll be starting looking CA> at it shortly, just didn't want to duplicate effort. MF> Could you please elaborate? What do you think is missing? Nope, my initial guess and memory was that it should work and Magnus is right, it does indeed work: # ./snmptrapd -f -Le --disableauthorization=true udp6:162 [...] getaddrinfo: Name or service not known You need to ignore the warning, but in the end: # ./snmptrap -d -v 2c -c public udp6:'[::1]':162 0 coldStart.0 actually does make snmptrapd receive and print the trap. Note that you probably need to run configure with --enable-ipv6 for ipv6 support. -- Wes Hardaker Sparta, Inc. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
