Developing SNMP Agent...

2006-12-11 Thread Peeyush Bishnoi
Hi I am Peeyush working on SNMP using Net-SNMP ver 5 Toolkit. I already installed the net-snmp5.0.1 & practice the Command Line Tools(CLI). But i need information how to develop the SNMP Agent for devices using this toolkit. If any good elaborate tutorial is available please send me. Plz help

Re: Developing SNMP Agent...

2006-12-11 Thread bhushan
have a look at this link http://net-snmp.sourceforge.net/docs/FAQ.html#How_do_I_add_a_MIB_to_the_agent_ if u want to develop agent for your own mib this try mib2c utility for that. Bhushan. On 12/11/06, Peeyush Bishnoi <[EMAIL PROTECTED]> wrote: Hi I am Peeyush working on SNMP using Ne

Re: Calculating Bandwidth

2006-12-11 Thread bhushan
u need to find variable name which is defined in IF-MIB or may be RMON-MIB which contain value for link. Bhushan On 12/11/06, Peeyush Bishnoi <[EMAIL PROTECTED]> wrote: Thanxs a lot sending the URL. It's quite informative... I have one more query Can you please tell me how to calculate

followup 2: snmpget: Error building ASN.1 representation

2006-12-11 Thread Alef Veld
It seems that it only occurs when checking a mib instance of type "Ip Address". Is it because i'm using SNMPv1 maybe ? Begin forwarded message: From: Alef Veld <[EMAIL PROTECTED]> Date: December 10, 2006 10:53:25 PM GMT+01:00 To: Net-Snmp- Subagent Subject: followup: snmpget: Error building

Ping-MIB compilation error

2006-12-11 Thread 0372227
Hi all, I was trying to compile the net-snmp souce code with the module 'disman/ping-mib' added. ./configure --prefix=/usr --with-mib-modules=disman/ping-mib But I failed with such errors: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -Dlinux -c disman/ping/

Re: Ping-MIB compilation error

2006-12-11 Thread Dave Shield
On 11/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I was trying to compile the net-snmp souce code with the module > 'disman/ping-mib' added. IMO, this module implementation is fundamentally flawed, and I would prefer that it wasn't distributed with the Net-SNMP code at all. It's on my

Re: Calculating Bandwidth

2006-12-11 Thread Peeyush Bishnoi
Thanxs a lot sending the URL. It's quite informative... I have one more query Can you please tell me how to calculate the link bandwidth using SNMP . As i have to populate this bandwidth information into Grid Computing. It will be preferable if i'll get the source code of calculating SNMP Ba

rfc: update autoconf in MAIN?

2006-12-11 Thread Thomas Anders
-Coders, are there any objections to update to current stable autoconf (2.61) for CVS MAIN? While this may allow for improvements on the users side for 5.5, it'll also require core developers (those who will ever change configure.in in MAIN) to install and use current stable autoconf in *additio

回复:Re: Ping-MIB compilation error

2006-12-11 Thread 0372227
从: Dave Shield <[EMAIL PROTECTED]> 日期: 星期一, 十二月 11日, 2006 下午11:45 主题: Re: Ping-MIB compilation error > On 11/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I was trying to compile the net-snmp souce code with the module > > 'disman/ping-mib' added. > > > IMO, this module implementation i

Re: rfc: update autoconf in MAIN?

2006-12-11 Thread Magnus Fromreide
On Tue, Dec 12, 2006 at 12:23:15AM +0100, Thomas Anders wrote: > -Coders, > > are there any objections to update to current stable autoconf (2.61) for CVS > MAIN? > Excellent idea! I am all in favour of it. /MF - Take Sur