[EMAIL PROTECTED] wrote:
> ./snmpd -d -p udp:161,udp6:1161

Why "-p"? This option is meant to be used for

  -p FILE               store process id in FILE

which means that "udp:161,udp6:1161" would be treated as a filename
rather than a transport identifier. Please try again with

./snmpd -d -f -Le -Dnetsnmp_udp6 udp:161,udp6:1161

> UDP: IPv6
>    Local Address         Remote Address     State
> -------------------- -------------------- ------- ...
> (*.snmp NOT PRESENT)

In the netstat output, look for "1161" rather than *.snmp for IPv6
because you've started it on a non-default port!

If it still fails, post the output of the agent. If it isn't helpful
enough, run snmpd under gdb and step through snmplib/snmpUDPIPv6Domain.c
to find out where it fails.


+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

Reply via email to