Hi,
I installed net-snmp 5.5.1 on my debian 6.1. I compiled source files using
./configure and make is also successful.
I tried running /usr/local/sbin/snmpd -Le which gave following error.
Error opening specified endpoint ""
Server Exiting with code 1
I checked whether snmpd is running using ps
PM, Dave Shield wrote:
> On 26 April 2011 16:38, Ravi Depa wrote:
> > I installed net-snmp 5.5.1 on my debian 6.1. I compiled source files
> using
> > ./configure and make is also successful.
> > I tried running /usr/local/sbin/snmpd -Le which gave following error.
&
ed, Apr 27, 2011 at 1:54 AM, Dave Shield wrote:
> On 26 April 2011 17:23, Ravi Depa wrote:
> > To fix the issue, I am doing the following every time I restart the PC to
> > run snmpd.
> >
> > export LD_LIBRARY_PATH="/usr/local/lib"
> >
> > Is there a
/* we should never get here, so this is a really bad error */
snmp_log(LOG_ERR, "unknown mode (%d) in handle_xyzUptime\n",
reqinfo->mode );
return SNMP_ERR_GENERR;
}
return SNMP_ERR_NOERROR;
}
--
Thank you,
Ravi Depa
---
n Fri, May 13, 2011 at 3:15 AM, Dave Shield wrote:
> On 12 May 2011 19:07, Ravi Depa wrote:
> >The problem what I have is when I
> > send a snmpget request to agent, snmp agent is not responding for one
> > specific OID which is related to TIMETICKS
>