Hi Thomas,

We are trying it with windows. Will this command be working on windows?

Regards
Vinod 

-----Original Message-----
From: Thomas Anders [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 04, 2007 7:51 PM
To: Vinod Kumar V.
Cc: [email protected]
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to