RE: IPv6 on Linux

2005-02-18 Thread Srini Kode
x27;; > [EMAIL PROTECTED] > Subject: Re: IPv6 on Linux > > On Thu, 17 Feb 2005 16:56:04 -0800 Srini wrote: > SK> Now I compiled with v6 option and ran the following > command from a > SK> linux box. I get following error. > SK> bash-2.05a$ ./snmpget -v 2c -c p

Re: IPv6 on Linux

2005-02-18 Thread Robert Story
On Thu, 17 Feb 2005 16:56:04 -0800 Srini wrote: SK> Now I compiled with v6 option and ran the following command from a linux SK> box. I get following error. SK> bash-2.05a$ ./snmpget -v 2c -c public -D ALL SK> udp6:[fe80::205:30ff:fe00:2309/64]:161 sysDescr.0 Try w/out the mask ('/64'). eg snm

RE: IPv6 on Linux

2005-02-17 Thread Srini Kode
Now I compiled with v6 option and ran the following command from a linux box. I get following error. bash-2.05a$ ./snmpget -v 2c -c public -D ALL udp6:[fe80::205:30ff:fe00:2309/64]:161 sysDescr.0 ... .. .. trace: snmp_call_callbacks(): callback.c, 218: callback: calling a callback fo

RE: IPv6 on Linux

2005-02-15 Thread Srini Kode
> > On Wed, 9 Feb 2005 14:35:52 -0800 Srini wrote: > SK> Now from a windows system I am issuing a "snmpget" to the target, > SK> where the above image (v6 capable) is running. following > is the command I issued: > SK> > SK> snmpget -v 2c -c sritest -D ALL > udp6:[fe80::205:30ff:fe00:2309]:1

Re: IPv6 on Linux

2005-02-15 Thread Robert Story
On Wed, 9 Feb 2005 14:35:52 -0800 Srini wrote: SK> Now from a windows system I am issuing a "snmpget" to the target, where the SK> above image (v6 capable) is running. following is the command I issued: SK> SK> snmpget -v 2c -c sritest -D ALL udp6:[fe80::205:30ff:fe00:2309]:161 SK> sysDescr.0 SK

Re: IPv6 on Linux

2005-02-09 Thread Katsuhisa ABE
Hi, Srini. From: "Srini Kode" <[EMAIL PROTECTED]> Subject: IPv6 on Linux Date: Wed, 9 Feb 2005 14:35:52 -0800 Message-ID: <[EMAIL PROTECTED]> skode> Hi, skode> skode> I am using net-snmp-5.1. I built the image with ipv6 enabled. and started skode> snmpd as:

IPv6 on Linux

2005-02-09 Thread Srini Kode
Hi,   I am using net-snmp-5.1. I built the image with ipv6 enabled. and started snmpd as: snmpd udp6:161 on a target.   Now from a windows system I am issuing a "snmpget" to the target, where the above image (v6 capable) is running. following is the command I issued:   snmpget -v 2c -c sr