Creating a proxy agent

2009-12-29 Thread Peyush Kumar
Hi, I want to create a "master agent" that will send the request to Subagents in SNMP (not Agent X) Can this be done ? Can somebody suggest steps for the same ? What are the avaiable/different ways to register a subagent to "master agent" Any inputs on this will be highly appreciated Regards,

Re: Can two different versions of NET-SNMP be installed at the same time?

2009-12-29 Thread Thomas Anders
cornerbreeze wrote: > If I have installed a NET-SNMP(for example,suppose its version is V1) in > /usr/local/net-snmp; > then can another version of NET-SNMP(suppose its version is V2) be > installed in /usr/local/new-net-snmp? You can do that, *if* you know what you're doing. E.g. you should pay a

RE: Exclude basic MIBs

2009-12-29 Thread Mike Ayers
> From: Dejan Bojic [mailto:b.de...@ymail.com] > Sent: Tuesday, December 29, 2009 3:11 AM > I try to run configure with --with-out-mib-modules=mibII,... option and > I got few errors during compiling source (the problem, maybe I was > wrong, is in the file snmptrapd_auth.c which include a file fr

RE: Can two different versions of NET-SNMP be installed at the same time?

2009-12-29 Thread Mike Ayers
> From: cornerbreeze [mailto:cornerbre...@163.com] > Sent: Tuesday, December 29, 2009 12:29 AM > If I have installed a NET-SNMP(for example,suppose its version is V1) > in /usr/local/net-snmp; > then can another version of NET-SNMP(suppose its version is V2) be > installed in /usr/local/new-net-sn

Re: Exclude basic MIBs

2009-12-29 Thread Dejan Bojic
Thanks, for answer, but I still have problems with the MIBs registered with REGISTER_MIB macro. I left the idea of not changing the Net-SNMP master agent, but now other problems disappear. I try to run configure with --with-out-mib-modules=mibII,... option and I got few errors during compiling

Re: MIB load order

2009-12-29 Thread rakesh zingade
I guess it automatically done .. the net-snmp $MIBDIRS has .index file and it updated automatically when you restarts snmp services. As per my experience MIB loading order is important, I was facing issues in TRAP OID translation due to incorrect MIB orders On Tue, Dec 29, 2009 at 3:59 PM, Wojci

MIB load order

2009-12-29 Thread Wojciech Dudys
Do I need to care about MIBs load order? Regards, -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market proc

An trouble with installation

2009-12-29 Thread cornerbreeze
Hello everyone! I got a problem like this after I ran "make"(the first step "configure" was all right) : ./.libs/libnetsnmpmibs.so: undefined reference to `iw_print_stats' ./.libs/libnetsnmpmibs.so: undefined reference to `iw_sockets_open' ./.libs/libnetsnmpmibs.so: undefined reference to `g

Re: Re: Can two different versions of NET-SNMP be installed at the same time?

2009-12-29 Thread rakesh zingade
2009/12/29 cornerbreeze > Wow ,firstly thank you for your quick-answer! > you said"use configure options --prefix=/usr/local/new-net-snmp and > --exec-prefix=/usr/local/new-net-snmp". > Did you mean use any one command of them was enough ,or must use both of > them? > Sorry to trouble you again!

Can two different versions of NET-SNMP be installed at the same time?

2009-12-29 Thread cornerbreeze
Hello! If I have installed a NET-SNMP(for example,suppose its version is V1) in /usr/local/net-snmp; then can another version of NET-SNMP(suppose its version is V2) be installed in /usr/local/new-net-snmp? Wow,thanks for the answers to such a question that seems a little blunt. ---