Hello,
I am new to SNMP4j.I am trying to migrate from a older SNMP tool to SNMP4j.
I wrote code very similar to the example given in the Snmp class java doc:

*This is the address creation part*:

Address targetAddress =
GenericAddress.parse("udp:FE80::213:C4FF:FEBD:8DC0/161");

TransportMapping transport = new DefaultUdpTransportMapping();
snmp = new Snmp(transport);

transport.listen();

target = CommunityTarget();

....

This code works well with IPv4 addresses.When I specify a IPv6 address it
returns a null response PDU.
Please let me know if I am missing something here?Should I use a different
data type for IPv6?


Thank you
-Varchana
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to