Hi,
 
I am using net-snmp-5.1. I built the image with ipv6 enabled. and started snmpd as:
snmpd udp6:161 on a target.
 
Now from a windows system I am issuing a "snmpget" to the target, where the above image (v6 capable) is running.
following is the command I issued:
 
snmpget -v 2c -c sritest -D  ALL udp6:[fe80::205:30ff:fe00:2309]:161 sysDescr.0
 
I get the following error on the client (windows system):
 
trace:  ..\..\snmplib\snmp_transport.c, 342:
tdomain: specifier "udp6" address "[fe80::205:30ff:fe00:2309]:161"
trace:  ..\..\snmplib\snmp_transport.c, 374:
tdomain: try again with specifier "udp" address "udp6:[fe80::205:30ff:fe00:2309]
:161"
trace:  ..\..\snmplib\snmp_transport.c, 380:
tdomain: specifier "udp" matched
trace:  ..\..\snmplib\snmpUDPDomain.c, 380:
netsnmp_sockaddr_in: addr 0012F9EC, peername "udp6:[fe80::205:30ff:fe00:2309]:16
1"
trace:  ..\..\snmplib\snmpUDPDomain.c, 441:
netsnmp_sockaddr_in: hostname (couldn't resolve)
trace:  ..\..\snmplib\snmp_api.c, 1344:
_sess_open: couldn't interpret peername
snmpget: Unknown host (No such file or directory)
Am I missing something. Please let me know.
 
Thanks
Srini

Reply via email to