This is a discussion on Re: IPv6 support not enabled on Solaris 9 when building Net-SNMP_5.3.1 within the SNMP Coders forums, part of the Networking and Network Related category; rahul_k_sharma@agilent.com wrote: > ./snmpd -d -p udp:161,udp6:1161 Why "-p"? This option is meant ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
rahul_k_sharma@agilent.com 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=...057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |