Re: is test.net-snmp.org online ??

2016-04-21 Thread Dan Miller
On 04/21/16 13:50, Wes Hardaker wrote: Dan Miller writes: # snmpgetnext -v 3 -u MD5User -a MD5 -A "The Net-SNMP Demo Password" -l authNoPriv test.net-snmp.org sysUpTime DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (12131402) 1

Re: is test.net-snmp.org online ??

2016-04-21 Thread Wes Hardaker
Dan Miller writes: > # snmpgetnext -v 3 -u MD5User -a MD5 -A "The Net-SNMP Demo Password" -l > authNoPriv test.net-snmp.org sysUpTime > DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (12131402) 1 day, > 9:41:54.02 > > Unfortunately, that doesn't work

Re: is test.net-snmp.org online ??

2016-04-18 Thread Dan Miller
-l noAuthNoPriv test.net-snmp.org sysUpTime I'll have to look at the noAuthUser user setup, but the others work fine: # snmpgetnext -v 3 -u MD5User -a MD5 -A "The Net-SNMP Demo Password" -l authNoPriv test.net-snmp.org sysUpTime DISMAN-EVENT-MIB::sysUpTimeInsta

Re: is test.net-snmp.org online ??

2016-04-18 Thread Dan Miller
On 04/15/16 16:55, Wes Hardaker wrote: Dan Miller writes: to get V3 commands working; however, none get any responses.  Even noAuthUser does not work: snmpget -v 3 -n none -u noAuthUser -l noAuthNoPriv test.net-snmp.org sysUpTime

Re: is test.net-snmp.org online ??

2016-04-18 Thread Dan Miller
On 04/15/16 16:55, Wes Hardaker wrote: Dan Miller writes: to get V3 commands working; however, none get any responses.  Even noAuthUser does not work: snmpget -v 3 -n none -u noAuthUser -l noAuthNoPriv test.net-snmp.org sysUpTime

Re: is test.net-snmp.org online ??

2016-04-15 Thread Dan Miller
http://net-snmp.sourceforge.net/tutorial/tutorial-4/commands/snmpv3.html to get V3 commands working; however, none get any responses.  Even noAuthUser does not work: snmpget -v 3 -n none -u noAuthUser -l noAut

Re: is test.net-snmp.org online ??

2016-04-15 Thread Ilya Etingof
en noAuthUser > does not work: > snmpget -v 3 -n none -u noAuthUser -l noAuthNoPriv test.net-snmp.org sysUpTime > > This generates three Get request (according to WireShark) but never any > responses... > I'm u

is test.net-snmp.org online ??

2016-04-15 Thread Dan Miller
hUser -l noAuthNoPriv test.net-snmp.org sysUpTime This generates three Get request (according to WireShark) but never any responses... I'm using Linux 3.13 (Ubuntu) and net-snmp version 5.7.2 Dan Miller Virus-free. www

Timeout: No Response from test.net-snmp.org.

2014-07-08 Thread H.C. Lo
Hi, I am the first time visitor of net-snmp tutorials and like to develop my own SNMP agent using net-snmp tools in the near future. Following the instructions, I issued cli on OSX 10.9.3 and get the timeout as showed below. I could ping the test.net-snmp.org without problem. I assume the

Re: test.net-snmp.org not responding

2009-11-18 Thread Wes Hardaker
> On Sat, 31 Oct 2009 18:57:30 -0700, Fatima Peter > said: FP> Is there an alternate site I could use? Right now, no. The good news is that it's very likely the test site will be back in a few months or so. -- Wes Hardaker Cobham Analytic Solutions ---

test.net-snmp.org not responding

2009-10-31 Thread Fatima Peter
Hello, I am new to the thread and net-snmp and so, this may be duplicate. As per the tutorial in net-snmp Wiki page, I tried to use the test.net-snmp.org but it is not responding. Is there an alternate site I could use? $ snmpget -v 2c -c demopublic test.net-snmp.org SNMPv2-MIB::sysUpTime.0

Re: how to test AES encryption against test.net-snmp.org server?

2006-05-08 Thread Wes Hardaker
>>>>> On Tue, 2 May 2006 12:17:46 -0700, "M.Daulat Rai" <[EMAIL PROTECTED]> >>>>> said: M> Before I go too far and start writing application, I would like to verify M> the AES encryption. I need to add AES support to test.net-snmp.org. I

how to test AES encryption against test.net-snmp.org server?

2006-05-02 Thread M.Daulat Rai
Hello, I finally built net-snmp binaries on windows xp with platform SDK and OpenSSL I am able to test the DES encryption with the following command against test.net-snmp.org server (successfully): snmpgetnext -v 3 -n "" -u MD5DESUser -a MD5 -A "The Net-SNMP Demo Pass

how to test AES encryption against test.net-snmp.org server?

2006-04-08 Thread M.Daulat Rai
Hello, I finally built net-snmp binaries on windows xp with platform SDK and OpenSSL I am able to test the DES encryption with the following command against test.net-snmp.org server (successfully): snmpgetnext -v 3 -n "" -u MD5DESUser -a MD5 -A "The Net-SNMP Demo Password&

Re: test.net-snmp.org

2006-04-03 Thread Wes Hardaker
>>>>> On Mon, 3 Apr 2006 16:01:05 +0200, "Simen E. Sandberg" <[EMAIL >>>>> PROTECTED]> said: Simen> In my class, we have an [1]assignment, which is due to friday. This Simen> assignment requires that we run some queries to test.net-snmp

test.net-snmp.org

2006-04-03 Thread Simen E. Sandberg
Hi, I'm a student at a Norwegian university. In my class, we have an [1]assignment, which is due to friday. This assignment requires that we run some queries to test.net-snmp.org. 1. http://www.item.ntnu.no/fag/ttm4128/exercises/SemesterAssignment.pdf I wonder if this server will be up so

Re: test.net-snmp.org

2006-03-31 Thread Wes Hardaker
>>>>> On Fri, 31 Mar 2006 08:15:41 +0200 (CEST), mario mario <[EMAIL >>>>> PROTECTED]> said: mario> Does anyone know why the test.net-snmp.org server is not mario> responding these days?? The hard disk for that machine died last week. The server has b

test.net-snmp.org

2006-03-30 Thread mario mario
Dear net-snmp users, Does anyone know why the test.net-snmp.org server is not responding these days?? I am trying to run simple snmpget, snmpgetnext, etc. commands using the demopublic community string and there is no response!! Check the following for example: snmpget -v 2c -c demopublic

Re: test.net-snmp.org test site

2005-05-03 Thread Robert Story
On Sat, 30 Apr 2005 14:06:39 -0500 Dave wrote: D> > On Mon, 25 Apr 2005 20:35:12 -0500 Dave wrote: D> > D> snmpget -c demopublic -v 2c test.net-snmp.org system.sysUpTime.0 D> > D> D> > D> command, but am now not getting a "Timeout: No repsonse from D>

Re: test.net-snmp.org test site

2005-05-03 Thread Dave & Carol Hardin
Ok, thanks. Best regards - Original Message - From: "Robert Story" <[EMAIL PROTECTED]> To: "Dave & Carol Hardin" <[EMAIL PROTECTED]> Cc: Sent: Saturday, April 30, 2005 10:42 AM Subject: Re: test.net-snmp.org test site > On Mon, 25 Apr 2005 20:3

Re: test.net-snmp.org test site

2005-04-30 Thread Robert Story
On Mon, 25 Apr 2005 20:35:12 -0500 Dave wrote: D> Seems to be not responding. I had been successfully doing gets from it usng D> the D> D> snmpget -c demopublic -v 2c test.net-snmp.org system.sysUpTime.0 D> D> command, but am now not getting a "Timeout: No repsonse fr

test.net-snmp.org test site

2005-04-27 Thread Dave & Carol Hardin
Seems to be not responding. I had been successfully doing gets from it usng the    snmpget -c demopublic -v 2c test.net-snmp.org system.sysUpTime.0   command, but am now not getting a "Timeout: No repsonse from test.net-snmp.org." messge. Can ping test.net-snmp.org, so I ca