On 21 January 2012 13:31, Avishek Chowdhury <[email protected]> wrote:
> # snmpget -v 3 -c public 'UDP6:[fe80::2d0:b7ff:fe21:c6c0]' sysUpTime.0
Well the first problem is that you are mixing a SNMPv1/2c community string (-c)
with SNMPv3 requests. If you are using community-based requests, then you
must specify either "-v 1" or "-v 2c"
Having said which, when I try this command, I get a timeout error (i.e. the
remote agent doesn't respond), rather than what looks like a client-side error.
>From the message you post, it looks as if the client isn't recognising the
IPv6 address at all.
Did you compile the code yourself, or is this a ready-compiled binary?
If so, where did it come from?
The other thing to check is whether the agent is actually listening for IPv6
requests (and is configured to accept them).
What does 'netstat -an | grep 161' report?
What access control settings do you have in the snmpd.conf file?
Dave
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users