Re: issues with IP-MIB::ipDefaultRouterTable

2010-02-17 Thread sanjaykumar
Dave Shield wrote: On 17 February 2010 13:21, sanjaykumar wrote:             I have included the //ipDefaultRouterTable  with net-snmp-5.4.2.1 from //net-snmp-5.5 I am doing walk for this table It shows the following Error: //IP-MIB::ipDefaultRouterTable = No Such Object available

Re: NET SNMP TEXT COMMANDS

2010-02-17 Thread Ajeet Gupta
Thank You Rakesh, I had installed it via tar.gz.I followed following steps while installing:- - Unzip the tar file by "tar -xvf " - Configure it by "./configure" - then "make" - and "make & install" While configuring it asked me for a basic setup for snmpd.conf file, like sysLocation

OID not increasing

2010-02-17 Thread slowpoison
Hello all, I'm working on an AgentX agent that instantiates a table. I generated the code using mib2c. In mib2c, I used the options 2 (net-snmp style code) -> 1 (tables where the list of rows is external to the agent) -> 1 (One based around a single handler), to generate the code. The agent is wo

Terabyte Patch

2010-02-17 Thread UMV
Hi People, First Post. I have a quick question (and yes, I have searched but not found the answer). I got called into to troubleshoot a system with several FTP servers. These boxen have RAID arrays of from 8TB to 24TB. The servers run CentOS. Checking to see that the latest version of net-

Re: NET SNMP TEXT COMMANDS

2010-02-17 Thread Dave Shield
On 17 February 2010 16:38, Ajeet Gupta wrote: > I had currently installed Net-SNMP 5.4.2.1 on Fedora core 11...It installed > smoothly...but i am unable to find where the commands > (snmpget,snmpwalk,snmpconf etc..) are stored... If you compiled from source, then the binaries are typically in /us

Re: NET SNMP TEXT COMMANDS

2010-02-17 Thread rakesh zingade
How you installed Net-SNMP 5.4.2.1 ? have you used sources tar.gz or its through RPM? you can do once thing, fire below commands it may locate the installed files # updatedb # locate snmpget On Wed, Feb 17, 2010 at 10:08 PM, Ajeet Gupta wrote: > > Hello Everybody > > I had currently installed

NET SNMP TEXT COMMANDS

2010-02-17 Thread Ajeet Gupta
Hello Everybody I had currently installed Net-SNMP 5.4.2.1 on Fedora core 11...It installed smoothly...but i am unable to find where the commands (snmpget,snmpwalk,snmpconf etc..) are stored...by going through forums i found that it should be in "/usr/local/bin". But I found nothing there... Plz

Re: issues with IP-MIB::ipDefaultRouterTable

2010-02-17 Thread Dave Shield
On 17 February 2010 13:21, sanjaykumar wrote: >             I have included the //ipDefaultRouterTable  with > net-snmp-5.4.2.1 from //net-snmp-5.5 > I am doing walk for this table > It shows the following Error: > //IP-MIB::ipDefaultRouterTable = No Such Object available on this agent > at this O

Re: issues with IP-MIB::ipDefaultRouterTable

2010-02-17 Thread Tarun Wadhwa
Hi Sanjay, This means that there is no DefaulRouter information in the entity that you are querying. You could try and configure a default router on one of the ipv4/ipv6 enabled interfaces and then check the output of snmpwalk again. -Tarun On Wed, Feb 17, 2010 at 6:51 PM, sanjaykumar < sanjay.k

issues with IP-MIB::ipDefaultRouterTable

2010-02-17 Thread sanjaykumar
/Hi All, I have included the //ipDefaultRouterTable with net-snmp-5.4.2.1 from //net-snmp-5.5 I am doing walk for this table It shows the following Error: //IP-MIB::ipDefaultRouterTable = No Such Object available on this agent at this OID Could anybody help me out for above. What c

SNMPGET::no such object is found on this agent ...

2010-02-17 Thread ganeshyellapu
hi i am using windows xp + netsnmp5.5+ visual studio 2008 i wanted to extend agent by using NET-SNMP-TUTORIAL-MIB. i copied nstAgentModuleObject.c nstAgentModuleObject.h (downloaded from tuotorials) into c:\net-snmp-5.5\agen\mibgroup\ i added the following lines #include "mibgroup/nstAgent

Re: [convert string as oid]

2010-02-17 Thread Dave Shield
On 16 February 2010 15:44, Ashish vashishtha wrote: > That also i have tried but result was the same. OK - then you need to step back, and try with something simpler. Does it work with a single, fixed input string? (similar to the code that Vivek posted) Does it work with an array of fixed s