make produces errors when adding mib modules

2013-10-28 Thread Paul Jaehne
Hi all, I'm currently trying to cross-compile a minimal agent (version 5.7.2) that allows me to get information about the interfaces and the device itself, while being as small as possible. My configure script looks as follows: ./configure --enable-static --disable-shared --with-mib-modules="myE

RE: adding MIB files during configuration

2008-12-26 Thread Mike Ayers
> From: Ambika Tripathy [mailto:ambika.tripa...@nethawkgroup.com] > Sent: Thursday, December 25, 2008 1:16 AM > How can I add some MIB files to default > installation of net-snmp-5.4.2.1 during configuration? What > will be the configuration flags for it or is there any other > way

adding MIB files during configuration

2008-12-25 Thread Ambika Tripathy
Hi Folks, How can I add some MIB files to default installation of net-snmp-5.4.2.1 during configuration? What will be the configuration flags for it or is there any other way to add those files. Br, Ambika ---

TR: Adding MIB & dlmod

2008-08-29 Thread DAVID Sébastien
use in this function) Could you help me please? Thanks a lot. Sébastien -Message d'origine- De : DAVID Sébastien Envoyé : jeudi 28 août 2008 08:57 À : '[EMAIL PROTECTED]' Objet : RE: Adding MIB & dlmod Hi, Thanks for your answer, my problem is that I do not arrive has to

Re: Adding MIB & dlmod

2008-08-27 Thread Thomas Anders
DAVID Sébastien wrote: > I met some difficulties to add a MIB with my net-snmp. > > dlmod mplsLsrMIB /usr/local/share/snmp/mibs/MPLS-LSR-MIB.my > dlmod mplsTeMIB /usr/local/share/snmp/mibs/MPLS-TE-MIB.my dlmod is for adding MIB *implementations* as shared objects. You can't ad

Adding MIB & dlmod

2008-08-27 Thread DAVID Sébastien
Hi, I met some difficulties to add a MIB with my net-snmp. This is my snmpd.conf [quote] ### # # snmpd.conf # # - created by the snmpconf configuration program #

Re[4]: Adding MIB problem.

2007-04-16 Thread Roman Gorohov.
Hello, Dave. > On 16/04/07, Roman Gorohov. <[EMAIL PROTECTED]> wrote: >> It is the root mib for begemot tree, providing Packet Filter enterprises oids >> on FreeBSD. I know this is working fine with bsnmpd. Is that possible >> that mibs implementing for bsnmpd not compatibile with net-snmpd? > A

Re: Re[2]: Adding MIB problem.

2007-04-16 Thread Dave Shield
On 16/04/07, Roman Gorohov. <[EMAIL PROTECTED]> wrote: > It is the root mib for begemot tree, providing Packet Filter enterprises oids > on FreeBSD. I know this is working fine with bsnmpd. Is that possible > that mibs implementing for bsnmpd not compatibile with net-snmpd? A MIB file is effectiv

Re[2]: Adding MIB problem.

2007-04-16 Thread Roman Gorohov.
Hello, Joao. > On Fri, 2007-04-13 at 17:10 +0400, Roman Gorohov. wrote: >> Hello, net-snmp-users. >> I'm trying to attach BEGEMOT-MIBs to net-snmp, but no success. >> I copy needed mibs to /usr/local/share/snmp/, added mibs into mibs variable >> in file snmp.conf as instructions says. >> When i

Re: Adding MIB problem.

2007-04-15 Thread Dave Shield
On 13/04/07, Roman Gorohov. <[EMAIL PROTECTED]> wrote: > I'm trying to attach BEGEMOT-MIBs to net-snmp, but no success. > I copy needed mibs to /usr/local/share/snmp/, added mibs into mibs variable > in file snmp.conf as instructions says. > When i run snmpwalk -v2c -c public localhost .1.3.6.1.4.1

Re: Adding MIB problem.

2007-04-13 Thread Joao Miguel Ferreira
On Fri, 2007-04-13 at 17:10 +0400, Roman Gorohov. wrote: > Hello, net-snmp-users. > I'm trying to attach BEGEMOT-MIBs to net-snmp, but no success. > I copy needed mibs to /usr/local/share/snmp/, added mibs into mibs variable > in file snmp.conf as instructions says. > When i run snmpwalk -v2c -c p

Adding MIB problem.

2007-04-13 Thread Roman Gorohov.
Hello, net-snmp-users. I'm trying to attach BEGEMOT-MIBs to net-snmp, but no success. I copy needed mibs to /usr/local/share/snmp/, added mibs into mibs variable in file snmp.conf as instructions says. When i run snmpwalk -v2c -c public localhost .1.3.6.1.4.1.12325 I get: FOKUS-MIB::fokus = No Suc

Re: Quick question on adding MIB on windows XP

2006-08-21 Thread gary clark
Ok after reading readm.win32 file a little more I gor the picture.   Thanks, Garyc gary clark <[EMAIL PROTECTED]> wrote:Hello,   Having a wee' problem trying to see whether the generated MIB template code is being added to the agent.   1) I create a directory in :     C:/net-snmp-5.3.1

Quick question on adding MIB on windows XP

2006-08-21 Thread gary clark
Hello,   Having a wee' problem trying to see whether the generated MIB template code is being added to the agent.   1) I create a directory in :     C:/net-snmp-5.3.1/agent/mibgroup/secureaxis       and copy the .h and .c files to that directory. The ModuleId is secureAxis.   2) I then cre

Adding MIB file In Windows Environment

2006-06-26 Thread Srivastava, Namburi (IE10)
Title: Adding MIB file In Windows Environment Hi, Has anyone tried the SNMP Manager on Windows platform? If yes can anybody help me in the procedure of adding MIB file to the SNMP set up? I have copied my custom MIB file to the default locations in C:/usr/share/snmp/mibs and also to

Re: Adding MIB to Agent

2005-06-02 Thread Wes Hardaker
> On Mon, 30 May 2005 10:34:36 +0530, "Priya" <[EMAIL PROTECTED]> said: Priya> In FAQ it is specified that to add MIB to agent coding is to be Priya> done. I have one query that ,Should code be added to existing Priya> file?if yes which file. Or new file is to be created in which Priya> dire

Adding MIB to Agent

2005-05-29 Thread Priya
Hi,     In FAQ it is specified that to add MIB to agent coding is to be done. I have one query that ,Should code  be added to existing file?if yes which file. Or new file is to be created in which directory?Can I get one example for this?   Thanks & Regards. Priya GidavirMahindrabt Telecom,Sh

Re: Adding MIB

2005-05-27 Thread Dave Shield
On Fri, 2005-05-27 at 13:05, Priya wrote: > If I am getting MIB from other vendor. > Is there any coding required to add it or simply copying it to > usr/local/share/mibs folder will work? Please see the FAQ entry How do I add a MIB (and the two further entries that it refers to) > how

Adding MIB

2005-05-27 Thread Priya
  Hello,   If I am getting MIB from other vendor. Is there any coding required to add it or simply copying it to usr/local/share/mibs folder will work?   how to identify the identifiers in the MIB file? How to specify them in the request or query?   e.g.snmpget -c roc -v2c sysUpTime.0 Here s