Re: [snmpsim-users] Issue recording with ipv6 address
Brought to you by:
elie
|
From: Ilya E. <il...@gl...> - 2013-08-01 08:47:41
|
Hi Karthik, Here's a patched version of 0.2.3: http://sourceforge.net/projects/snmpsim/files/snmpsim/0.2.3-patched/snmpsim-0.2.3.1-setup-win32.exe/download Let's see if IPv6 would now work on your Windows system? -ilya On 07/31/13 10:52, Karthik Srinivas wrote: > Thanks please check and let me know at the earliest. It is blocking > some of our critical requirements. > > I shall proceed recording with LInux machine. > > Regards, > Karthik S > > > On Wed, Jul 31, 2013 at 12:10 PM, Ilya Etingof <il...@gl... > <mailto:il...@gl...>> wrote: > > Hi Karthik, > > That turns out to be a problem in the pysnmp library. I'll try to > take a look at it and let you know as a fix comes up. > > Meanwhile maybe you could do your recording from a Mac or a Linux > machine. > > -ilya > > On Jul 31, 2013, at 6:09 AM, Karthik Srinivas wrote: > > > Team > > > > I have couple of Windows 7 m/c's connected through a switch that > supports ipv6. I am able to ping and snmpget using ipv6 addresses, > however, while recording facing the below error. Please help. I > have the latest version of the simulator. > > > > c:\Program Files (x86)\SNMP Simulator>snmprec.exe > --agent-udpv6-endpoint=0:0:0:0:0:ffff:c3da:c3e4 --community=public > > SNMP version 2c, Community name: public > > Traceback (most recent call last): > > File "snmprec.py", line 345, in <module> > > File "pysnmp\entity\config.pyc", line 259, in addTargetAddr > > File "pyasn1\type\univ.pyc", line 284, in __init__ > > File "pyasn1\type\base.pyc", line 68, in __init__ > > File "pysnmp\smi\mibs\TRANSPORT-ADDRESS-MIB.pyc", line 71, in > prettyIn > > pysnmp.error.PySnmpError: IPv6 not supported by platform > > > > |