> I can't seem to get the IPv6 stuff working correctly.

> snmpget -v 1 fe80::210:40ff:fe03:3411 system.sysLocation.0

First of all, you'll need to explicitly specify that this is an
IPv6 address.  Try

  snmpget -v 1 udp6:fe80::210:40ff:fe03:3411 system.sysLocation.0

Secondly, have you set up the access control to allow IPv6 traffic?
You'll need to use "rocommunity6" and "rocommunity6" settings,
which work in the same way as the IPv4 versions.
  Without that, the agent won't respond to your requests.

Both of these suggestions were in the message you quoted.

Dave



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to