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
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
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
>
> 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
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
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:
skode> snmpd udp6:161 on a target.
s