RE: Please advise about snmpget over IPv6

"Ron Rader" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <C88FF64CFD06EE4B91C5B89CD48379FE0219A4@dellserver.cipheroptics.local>
> (Now my linux use net-snmp version 5.1.2).

  That's an old version.  My experience is exclusively with net-snmp v5.4.1 and v5.5.

> The following is my command to use snmpget over IPv6:
snmpget -v 2c -c testcommu UDP6:'[FE80::21A:A2FF:FEFE:B0C0]' sysDescr.0
the result: Timeout: No Response from UDP6:[FE80::21A:A2FF:FEFE:B0C0].

  The following command (using net-snmp tools v5.5) allows me to query net-snmp agents (v5.5) to walk the MIB (using SNMPv3 and IPv6):

snmpwalk -v 3 -n "" -u auser -l authNoPriv -a MD5 -A password udp6:[2003:a8::208] system

SNMPv2-MIB::sysDescr.0 = STRING: Linux cep 2.6.21.7 #1 SMP PREEMPT Tue Aug 17 20:43:05 EDT 2010 mips

  However, the same host times out when I try to switch to SNMPv2c:

snmpwalk -v 2c -c public udp6:[2003:a8::208] system

Timeout: No Response from udp6:[2003:a8::208]

  That seems strange to me.

  First thing I would change in your snmpget command is to remove the single quotes.

  Ron



The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting all copies. Thank you.

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.