Hi, 

I configured snmpd in snmpd.conf as the following:
---------------------
agentaddress udp6:161,tcp6:161,udp:161,tcp:161

rocommunity  public default
rwcommunity6  public default
---------------------

IPv4 is ok:
snmpwalk -c public localhost sysDescr ==> OK
snmpwalk -c public tcp:localhost sysDescr ==> OK


IPv6 has some problems: 
It has error message: "getaddrinfo:  Name or service not known"

UDP6: partially ok.
snmpwalk -c public udp6:[fe80::2e0:81ff:fe2e:912e]:161 sysDescr 
results:
--> getaddrinfo:  Name or service not known 
--> SNMPv2-MIB::sysDescr.0 = STRING: Linux c62.new.f5.com
2.4.21-9.4.0.445.0smp #2 SMP Sat Oct 7 06:34:44 PDT 2006 i686

TCP6: hanging
snmpwalk -c public tcp6:[fe80::2e0:81ff:fe2e:912e%eth0]:161 sysDescr
results:
--> getaddrinfo:  Name or service not known 
--> hanging


Are those known issues?

Thanks, 

FT

-------------------------------------------------------------------------
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