This is a discussion on RE: help for ipv6 within the SNMP Coders forums, part of the Networking and Network Related category; [root@localhost net-snmp-5.4]# net-snmp-config --version 5.4 [root@localhost net-snmp-5.4]# net-snmp-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
[root@localhost net-snmp-5.4]# net-snmp-config --version 5.4 [root@localhost net-snmp-5.4]# net-snmp-config --configure-options [root@localhost net-snmp-5.4]# uname -a Linux localhost.localdomain 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686 i686 i386 GNU/Linux [root@localhost net-snmp-5.4]# -----Original Message----- From: Thomas Anders [mailto:thomas.anders@blue-cable.de] Sent: Monday, June 04, 2007 7:51 PM To: Vinod Kumar V. Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: help for ipv6 Vinod Kumar V. wrote: > I am trying to access SNMP agent (supports ipv6) using net-snmp. Agent's > IP is 3ffe::192:168:8:150) > > The command I used is snmpget -v 2c -c public > tcpipv6:[3ffe::10:1:11:8]:161 system.SysTime.0 > > But it is giving an error "snmpget: Unknown host (3ffe::192:168:8:150) > (No such file or directory)" Try snmpget -v 2c -c public tcpipv6:'[3ffe::10:1:11:8]':161 system.SysTime.0 (i.e. with single quotes around the square brackets to escape it from the shell) If it still doesn't work, you'd need to tell us at least the output of: - net-snmp-config --version - net-snmp-config --configure-options - uname -a +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |