Re: [SNMP4J] problem in using TableUtils class...

2008-06-30 Thread Frank Fock
OK, -1 = TIMEOUT => check timeout and retry value and verify that community/security name+ passphrases as well as target address are correct. Frank AMRUTH KUMAR JUTURU wrote: hi, the status is -1 . On Mon, Jun 30, 2008 at 6:33 PM, Frank Fock <[EMAIL PROTECTED] >

Re: [SNMP4J] problem in using TableUtils class...

2008-06-30 Thread AMRUTH KUMAR JUTURU
hi, the status is -1 . On Mon, Jun 30, 2008 at 6:33 PM, Frank Fock <[EMAIL PROTECTED]> wrote: > Hi, > > What is the status of the TableEvent object you get? > I guess it is an error state... > > Best regards, > Frank > > AMRUTH KUMAR JUTURU wrote: > >> Hi all, >> >> I am trying t

Re: [SNMP4J] problem in using TableUtils class...

2008-06-30 Thread Frank Fock
Hi, What is the status of the TableEvent object you get? I guess it is an error state... Best regards, Frank AMRUTH KUMAR JUTURU wrote: Hi all, I am trying to use TableUtils class to read the bgp routing table entries. But I have a problemThis is the code /* * To chang

Re: [SNMP4J] problem in using TableUtils class...

2008-06-30 Thread AMRUTH KUMAR JUTURU
Hi Frank, thanks for the reply, the status is -1 , which means time out I guess.I increased the time out as well, but still I get the same out puthere is the new code I am using /* * To change this template, choose Tools | Templates * and open the template in the editor.

Re: [SNMP4J] (no subject)about SampleAgentConfig.properties

2008-06-30 Thread Frank Fock
The SHADES user (as the name suggests) requires the SHA authentication protocol, not MD5. linyuan wrote: > > Thanks for the tip .Can you describe it in detail to me? I try it > again with the command: SNMP4J -a MD5 -A SHADESAuthPassword -x DES -X > SHADESPrivPassword -u SHADES -p GETBULK

[SNMP4J] problem in using TableUtils class...

2008-06-30 Thread AMRUTH KUMAR JUTURU
Hi all, I am trying to use TableUtils class to read the bgp routing table entries. But I have a problemThis is the code /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package snmp; import java.io.IOException; import java