I have figured out how to configure SD-WAN, Link Aggregation, Virtual IPs and IP Pools on Fortigate 200F and 201F Firewalls

2023-03-30 Thread Turritopsis Dohrnii Teo En Ming
Subject: I have figured out how to configure SD-WAN, Link Aggregation, Virtual IPs and IP Pools on Fortigate 200F and 201F Firewalls Good day from Singapore, I have figured out how to configure SD-WAN, Link Aggregation, Virtual IPs and IP Pools on Fortigate 200F and 201F Firewalls, today, 30 Mar

How to Configure Aruba 7005 Wireless Controller with ArubaOS 8.9.0.3

2022-10-01 Thread Turritopsis Dohrnii Teo En Ming
Subject: How to Configure Aruba 7005 Wireless Controller with ArubaOS 8.9.0.3 Teo En Ming's Learning Notes - 7 Sep 2022 Wednesday PHASE 1 - LEARNING PHASE = Information Gathering = 0. Look for

How to install and configure SNMPv3 in RHEL 7, then open UDP port 161 using firewalld

2022-06-13 Thread Turritopsis Dohrnii Teo En Ming
Subject: How to install and configure SNMPv3 in RHEL 7, then open UDP port 161 using firewalld Good day from Singapore, These are my notes on installing and configuring SNMPv3 in RHEL 7 and then opening UDP port 161 using firewalld on 13 Jun 2022 Mon. Step 1 - Checking if SNMP was installed and

REQ: Configure options help

2019-07-03 Thread Krishna Vivek Vitta
Hi team, I have set the configure options with disable-agent but I see agent folder is building Net-snmp 5.8 cd ./../../contrib/net-snmp-5.8 && ./configure \ --without-perl-modules --disable-embedded-perl --disable-agent --disable-applications --disable-manuals --disable-scripts

Re: configure interface to send traps

2018-10-14 Thread Pushpa Thimmaiah
xception for the case that the trap > receiver is directly connected on the given interface, but when that is > true, it almost always works the way you want anyway.) > > Eg: I have one physical interface 'eth1' and vlans 'eth1.101', 'eth1.102'. >> Traps sent

Re: configure interface to send traps

2018-10-13 Thread Bill Fenner
ve one physical interface 'eth1' and vlans 'eth1.101', 'eth1.102'. > Traps sent out via eth1 by default . How can configure 'snmptrap' tool to > use eth1.101 to send traps. > Configure your routing table so that packets towards the trap destination go

configure interface to send traps

2018-10-03 Thread Pushpa Thimmaiah
1.101', 'eth1.102'. Traps sent out via eth1 by default . How can configure 'snmptrap' tool to use eth1.101 to send traps. Thanks & Regards, Pushpa T ___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please

Configure default port to send snmptraps

2018-08-07 Thread Pushpa Thimmaiah
Hi Folks, I have understood that tool 'snmptrap' uses random ports (source port) to send traps to NMS (destination port 162). What is the procedure to configure snmptrap to use specified port (single or range). Please advise. Thank you, Pushpa

Re: How to configure net-snmp to expose the agentx_send_ping() function

2018-03-19 Thread Larry Hayes
Thanks for the suggestion. I eventually just modified the bit bake recipe to copy out the needed header files to a destination in the search path. Larry On Sun, Mar 18, 2018 at 2:35 PM Bill Fenner wrote: > Hi Larry, > > I don't have a direct answer to your question: I don't know if there's a

Re: How to configure net-snmp to expose the agentx_send_ping() function

2018-03-18 Thread Bill Fenner
Hi Larry, I don't have a direct answer to your question: I don't know if there's a way to call agentx_send_ping() from your own subagent. But, I can share what works for me to check if the session is established, which is to check if "main_session != NULL". main_session is defined in . Bill

How to configure net-snmp to expose the agentx_send_ping() function

2018-03-06 Thread Larry Hayes
OS: Linux Net-SNMP version: 5.7.3 Build Env: OpenEmbedded yocto I am trying to build a sub agent that generates traps for events originating from another process. I do not want to start trying to generate traps until the snmpd agent is running. So I am trying to use agentx_send_ping() to detect w

./configure --enable-embedded-perl --enable-shared

2017-08-09 Thread jayshankar nair
Hi, Net-snmp not compiling with -enable-embedded perl and --with-perl-modules. The OS version is Fedora 25. Hence NetSNMP::TrapReceiver won't work . Error from evaluation of /home/jayshankar/net-snmp/net- snmp-5.7.3/perl/OID/Makefile.PL: pa

configure with-perl-modules

2017-05-29 Thread jayshankar nair
Hi, In the net-snmp-5.7.3 code, configure with the below options. ./configure --with-perl-modules On running make it is terminated with the below errors I was wondering whether the latest net-snmp tar file contains fixes for the below error. If not where i can download the latest net-snmp tar

Configure snmptrapd for IPv6?

2016-04-01 Thread Gorman, Kevin
run/snmptrapd.pid udp:162,udp6:[2001:4888:a03:311f:c0:a:0:1f5]:162 ./snmptrapd -Lf /var/log/snmptrapd.new.log -n -M /usr/share/snmp/mibs -p /var/run/snmptrapd.pid udp:162,udp6:162 I also compiled a new net-snmp including --enable-ipv6, and it also ignores all IPv6 traps. ./configure --with-mib-modu

Any way to configure default Enterprise ID in Net-SNMP?

2016-03-15 Thread Roy Yang
Hello Experts, Net-SNMP newbie here. Have a couple of question after reading official wikis. 1.) Is there any way to configure default Enterprise ID in Net-SNMP? In my /etc/snmp/snmpd.conf file, I add "engineID "MachineID". However, when snmpd is started, I saw NET-

net-snmp source configure script

2016-01-21 Thread Damien James
Hi Naturally I need to include my own mibs into the agent so that it recognizes them. To start with going for very generic, net-snmp 5.7.3 source tar running configure , make , make test, make install people are telling me that I need to compile into the snmpd agent --with-mibs="

RE: How to configure net-snmp for mysql logging to log received traps

2015-09-08 Thread Ricardo Resina
Hello again. Here is the "warning" that gives the server when I try to configure the sqlMaxQueue and sqlSaveInterval parameters: C:\Users\Administrador>snmptrapd -Lo C:/usr/etc/snmp/snmptrapd.conf: line 2: Warning: Unknown token: sqlMaxQueue. C:/usr/etc/snmp/snmptrapd.conf: li

RE: How to configure net-snmp for mysql logging to log received traps

2015-09-08 Thread Ricardo Resina
Hello again. Here is the "warning" that gives the server when I try to configure the sqlMaxQueue and sqlSaveInterval parameters: C:\Users\Administrador>snmptrapd -Lo C:/usr/etc/snmp/snmptrapd.conf: line 2: Warning: Unknown token: sqlMaxQueue. C:/usr/etc/snmp/snmptrapd

RE: How to configure net-snmp for mysql logging to log received traps

2015-09-08 Thread Ricardo Resina
Hello Stuart. I’ve tried it yet, and it doesn’t work if you don’t have compiled net-snmp tools with the --my-sql-support option. The precompiled 5.5 version that I’m using so far, is not compiled with this option, so I can’t get the traps in a mysql database even if I configure it. My question

RE: How to configure net-snmp for mysql logging to log received traps

2015-09-08 Thread Ricardo Resina
Hello Mallikharjun. I've tried it yet, and it doesn't work if you don't have compiled net-snmp tools with the --my-sql-support option. The precompiled 5.5 version that I'm using so far, is not compiled with this option, so I can't get the traps in a mysql database e

Re: How to configure net-snmp for mysql logging to log received traps

2015-09-01 Thread Stuart Henderson
ME format. > --=_alternative 0032E36B48257EAF_= > Content-Type: text/plain; charset="US-ASCII" > > Hi > > How to configure net-snmp for mysql logging to log received traps Did you follow http://www.net-snmp

How to configure net-snmp for mysql logging to log received traps

2015-08-31 Thread Mallikharjun Lanke
Hi How to configure net-snmp for mysql logging to log received traps my snmptrapd.conf ### # maximum number of traps to queue before forced flush # set to 1 to immediately write to the database sqlMaxQueue 140 # seconds between periodic queue flushes sqlSaveInterval 9

Not able to configure NET-SNMP 5.7.1 to generate .so files

2015-05-04 Thread Anjali.Arora
Hi Sir/Madam, I am not able to generate NET-SNMP shared libraries. Please let me know the ./configure options of SNMP 5.7.1 to generate .sp library. I am using below configure options to generate shared library: ./configure --prefix=/usr --build=i486-build_pc-linux-gnu --host=arm-unknown

How to configure sending traps

2015-04-20 Thread James McGuire
Hi there, I've been trying to configure net-snmp to send a trap when the disk utilisation on any mount point reaches a certain threshold, say 80% of total capacity. I've read the documentation here: https://access.redhat.com/documentation ... eving.html<https://access.redhat.com/

Re: v5.7.3 configure fails with Perl support requires --enabled shared on FreeBSD 10.1

2015-01-19 Thread Sevan / Venture37
Reposting now that the Holidays are over. On 9 January 2015 at 17:58, Sevan / Venture37 wrote: > Hi, > I'm trying to build net-snmp 5.7.3 on FreeBSD 10.1 but the configure > stage fails with "Perl support requires --enable-shared" even though > --enable-shared is p

v5.7.3 configure fails with Perl support requires --enabled shared on FreeBSD 10.1

2015-01-09 Thread Sevan / Venture37
Hi, I'm trying to build net-snmp 5.7.3 on FreeBSD 10.1 but the configure stage fails with "Perl support requires --enable-shared" even though --enable-shared is passed to configure. I'm running a stock a release of FreeBSD/amd64 10.1 & attempting to build 5.7.3 from the

Re: IS it possible to configure snmpd.conf to send trap on an "instance" of an oid?

2014-01-13 Thread neo3 matrix
Any updates, please? On Fri, Jan 10, 2014 at 10:27 AM, neo3 matrix wrote: > Hi friends, > > I am a newbie to net-snmp and have little knowledge on traps. > So far, I can get automatic traps for hrProcessorLoad when CPU load > exceeds the threshold limit set by me in snmpd.conf. No issues. > > e

IS it possible to configure snmpd.conf to send trap on an "instance" of an oid?

2014-01-10 Thread neo3 matrix
Hi friends, I am a newbie to net-snmp and have little knowledge on traps. So far, I can get automatic traps for hrProcessorLoad when CPU load exceeds the threshold limit set by me in snmpd.conf. No issues. eg. snmpd.conf entry looks like this: monitor -r 10 machineTooBusy hrProcessorLoad > 40 O

Configure snmpd daemon to get new configuration from UI

2013-12-10 Thread Chaitanya Gulhane
Hi, I have an issue with configuration of SNMP. I am having basic SNMP configuration with me in snmpd.conf. I have an UI to set configuration of SNMP like add read-write community string for a given hostname. I was planning to have that new configuration in database. How my agent should be commun

Re: How to configure access for IPv6

2013-11-15 Thread Olivier Miakinen
Hello all, On 05/11/2013 19:01, I wrote : > > I am trying to configure the snmpd agent (5.7.2) so that it > can process requests via IPv6, but it doesn't work and I don't > know what to write in the config file. > > com2sec notConfigUser default public

Re: How to configure access for IPv6

2013-11-14 Thread Olivier Miakinen
ks DCS-7504] Up: 21 days, 20:44:33.60 Too bad it still doesn't work with exactly the same configuration as yours. Maybe I need something special with the « ./configure » before compiling ? -- DreamFactory - Open Sou

Re: How to configure access for IPv6

2013-11-12 Thread Olivier Miakinen
Le 12/11/2013 17:15, Bill Fenner a écrit : > Here's what I use: > > agentaddress udp:161,tcp:161,udp6:161,tcp6:161 > com2sec sec1 default public > com2sec6 sec1 default public > group _grpsec1 v1 sec1 > group _grpsec1 v2c sec1 > access _grpsec1 "" any noauth exact _all_ none none > > This looks a

Re: How to configure access for IPv6

2013-11-12 Thread Bill Fenner
o, > > I am trying to configure the snmpd agent (5.7.2) so that it > can process requests via IPv6, but it doesn't work and I don't > know what to write in the config file. > > Here is the configuration which works for IPv4: >

How to configure access for IPv6

2013-11-07 Thread Olivier Miakinen
Hello, I am trying to configure the snmpd agent (5.7.2) so that it can process requests via IPv6, but it doesn't work and I don't know what to write in the config file. Here is the configuration which works for IPv4: -

error on running configure

2013-04-27 Thread sachin naik
uot; ELF 32-bit N32 MSB MIPS32 rel2 shared object, MIPS, version 1 (SYSV), not stripped" My host m/c is: #1 SMP Mon Aug 31 11:05:24 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux Here is my configure command looks like ./configure --host=x86-linux --target=mips-linux --with-cc=gcc.c4.2.1-p5.mips64 --w

Re: How to configure disman snmpv3 inform

2013-02-13 Thread Måns Zigher
. After running sudo ifconfig eth0 down I managed to receive a linkdown. So that solved it. /Måns 2013/2/13 Måns Zigher > Hi, > > I have scanned the mailing archive and read all the manpages regarding > net-snmp without any success on finding any information regarding how to > config

How to configure disman snmpv3 inform

2013-02-13 Thread Måns Zigher
Hi, I have scanned the mailing archive and read all the manpages regarding net-snmp without any success on finding any information regarding how to configure informs for snmpv3. I would like to create a inform for snmpv3 on the following events linkup, linkdown, coldstart and warmstart. From the

How to configure snmp-inform over DTLS

2013-01-11 Thread Gerhard Illner
show no activity when a trap should be sent. My config in /usr/local/share/snmp/snmpd.conf has a trapsess line, similar to the v3-usm one, which specifies -T their-identify, our-identity and defSecurityModel=tsm. Any example on how to configure agent and manager side to run v3-DTLS inform/traps

Re: how do I configure net-snmp on AIX

2013-01-04 Thread Dave Shield
pd.log we are getting error > as > > "nlist err: neither proc nor _proc found.Warning: > no access control information configured. > It's unlikely this agent can serve any useful purpose in this state. > Run "snmpconf -g basic_setup" to help you configure the snm

Re: How to i configure default port from 162 to some other port

2013-01-04 Thread Dave Shield
On 4 January 2013 03:05, Ashish Sharma wrote: > How do i configure snmptrap command to send trap to someother port like > (3211) instead of default port 162. > > I am trying with this command but it is not taking. > > snmptrap -v 1 -c -h 10.1.100.22:1622 "" "&quo

how do I configure net-snmp on AIX

2013-01-03 Thread Wipro-Manish Sharma
g: no access control information configured. It's unlikely this agent can serve any useful purpose in this state. Run "snmpconf -g basic_setup" to help you configure the snmpd.conf file for this agent" Kindly help on this as its critical Regards, Manish Sharma 9920412433 22

Re: Re: how to configure v2 access control entries

2012-08-06 Thread Dave Shield
On 6 August 2012 12:33, zhufei wrote: > I just wanna to know how to configure this authority using net-snmp api. > I mean how to add a source (like 192.168.1.21) with community (like > private) to the agent by net-snmp api. > In the configuration file, it writes 'com2sec local

Re: how to configure v2 access control entries

2012-08-02 Thread Dave Shield
On 30 July 2012 01:48, zhufei wrote: > I have a question on how to configure to add a v2 access control entry using > 'snmpvasm' or even code. I don't believe this is possible. You can set up the group, view, and access entries using 'snmpvacm'. However the mappin

how to configure v2 access control entries

2012-07-30 Thread zhufei
Mr./Mrs./Miss, I have a question on how to configure to add a v2 access control entry using 'snmpvasm' or even code. In code, I use 'snmp_pdu_add_variable' and 'snmp_synch_response' to add entry, but it always responses 'no response from localhost'. My mac

RE: Need to configure SNMPv3 user without net-snmp restart

2012-05-16 Thread Gary Dunlap
liverpool.ac.uk] Sent: Tuesday, May 15, 2012 2:04 AM To: Suresh kumar Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Need to configure SNMPv3 user without net-snmp restart On 15 May 2012 08:09, Suresh kumar wrote: > Please suggest a mechanism where the SNMPv3 user > add/delet

Re: Need to configure SNMPv3 user without net-snmp restart

2012-05-15 Thread Dave Shield
On 15 May 2012 15:56, Gary Dunlap wrote: > To paraphrase this, and Suresh's original message, are you saying that > sending a SIGHUP signal to re-read the .conf file is no longer supported > for SNMPv3 users definitions?  "No longer" meaning version 5.7.1. I am not aware of any recent changes to

Re: Need to configure SNMPv3 user without net-snmp restart

2012-05-15 Thread Dave Shield
On 15 May 2012 08:09, Suresh kumar wrote: > Please suggest a mechanism where the SNMPv3 user > add/delete will not need Agent restart. That is precisely the purpose of the 'snmpusm' command. > The utility snmpusm will have to be built on Montavista  (target machine) to &

Need to configure SNMPv3 user without net-snmp restart

2012-05-15 Thread Suresh kumar
ation file using the command kill –HUP (without restart) does not reload the persistent file. The net-snmp-config command needs restart of the agent. The utility snmpusm will have to be built on Montavista (target machine) to configure v3 users. Please suggest a mechanism where the SNMPv3 user add/de

How to configure net-snmp to monitor Virtual IP?

2011-10-17 Thread Sergey Prilutsky
Hi there, We have 3 Solaris servers with Oracle RAC running on those. We installed and configured net-snmp to monitor services on the public IP's. But there are RAC services running on Virtual IP's. What do we need to do in the net-snmp configuration to be able to monitor services running over

Re: How to configure snmpd as a proxy for SNMPv3 GET requests

2010-11-11 Thread Hansen Candrawinata
Hello Dave, Please ignore this. I finally got it going. My snmpd.conf below was missing the group directive for usm defaultUser: group usm defaultUser Thanks for your help. Hansen > > view systemview included .1.3.6.1 > > com2sec notConfigUser  default  public > > group notConfigGroup v1

Re: How to configure snmpd as a proxy for SNMPv3 GET requests

2010-11-11 Thread Hansen Candrawinata
Hi Dave, On Thu, Nov 11, 2010 at 7:38 PM, Dave Shield wrote: > What access control settings do you have in the snmpd.conf file on host1? > Remember, the snmp agent providing the proxy service needs to validate the > the request before it is passed on to the other agent. > > I suggest that you get

Re: How to configure snmpd as a proxy for SNMPv3 GET requests

2010-11-11 Thread Dave Shield
On 11 November 2010 06:48, Hansen Candrawinata wrote: > Now, I want to use snmpd to act as a proxy on host1 to relay GET requests to > the agent... > This is what I currently have in my snmpd.conf (only one line): >   proxy -v3 -u defaultUser -A "mypassword" -l authNoPriv localhost:8085 .1.3 > >

How to configure snmpd as a proxy for SNMPv3 GET requests

2010-11-10 Thread Hansen Candrawinata
Hi All, I have an SNMPv3 agent written in Java running on *host1* with the following security details: context name=TEST-CONTEXT security level=authNoPriv user=defaultUser password=mypassword I can use snmpget on *host2* to send GET requests to the agent just fine: -bash-4.1$ snmpget -v3 -

Re: ./configure conftest.c permission denied

2010-09-21 Thread Leo Lin
Dear Bart,   I tried your suggestion, and also performed a distclean before re-configuring, and it worked!  Thanks!  Below, is the script I created per your suggestion,   #! /usr/bin/bash   echo "Cleaning Make ..." echo make clean echo echo "Cleaning Configure ..." echo make

Re: ./configure conftest.c permission denied

2010-09-21 Thread Bart Van Assche
On Tue, Sep 21, 2010 at 10:06 AM, Leo Lin wrote: > master.o: In function `real_init_master`: > > master.c: 55: undefined reference to ___stack_chk_guard > I have never seen such an error message myself during any of the many times I built Net-SNMP on Cygwin. Have you already tried to run "make

Re: ./configure conftest.c permission denied

2010-09-21 Thread Leo Lin
I'm net-snmp-5.6.rc1 for Gygwin, with this command   ./configure --with-mib-modules="llc_snmpagent" --with-default-snmp-version="1" --with-sys-contact="hayashi_...@yahoo.com" --with-sys-location="home" --with-logfile="/var/log/snmpd.log"

Re: ./configure conftest.c permission denied

2010-09-20 Thread Abraham Varricatt
On Tue, Sep 21, 2010 at 6:44 AM, Leo Lin wrote: > > Hi, > > I tried to cross-compile for a embedded system.  It didn't work, so I wanted > to re-compile it again for my system, and now it fails all the time. > It would be a lot easier to help you if we knew what version of net-snmp you are using

Re: ./configure conftest.c permission denied

2010-09-20 Thread Leo Lin
but it still giving me errors.  Everytime, the error is different.   Should I run `make uninstall'   then ./configure again?   Thanks!   Leo; --- On Mon, 9/20/10, Leo Lin wrote: From: Leo Lin Subject: ./configure conftest.c permission denied To: "Net-snmp-users" Date: Monday, Se

./configure conftest.c permission denied

2010-09-20 Thread Leo Lin
Hi,   While installing net-snmp-5.6.rc1, there's an error during ./configure   seems that configure script is not able to find the source file conftest.c   Anyone know what is the purpose of this sourcefile? test configuration?  Where can I download it, and where (directory) I need to pla

Re: How to configure snmpd.conf file via CLI?!

2010-08-20 Thread Wes Hardaker
> On Wed, 18 Aug 2010 09:00:14 +0800, "Alexander King" > said: >>> No,I mean,use the commands the net-snmp itself has,such as snmpset >>> or something,for example set a trap receiver IP,or delete a IP from >>> the snmpd.conf,is it feasible ??? The software will not, by design, modify *y

Re: How to configure snmpd.conf file via CLI?!

2010-08-17 Thread Alexander King
$EDITOR /etc/snmp/snmpd.conf >> No,I mean,use the commands the net-snmp itself has,such as snmpset or >> something,for example set a trap receiver IP,or delete a IP from the >> snmpd.conf,is it feasible ???-- This S

Re: How to configure snmpd.conf file via CLI?!

2010-08-17 Thread Pranesh Kulkarni
you can use command "snmpconf" On Tue, Aug 17, 2010 at 12:38 PM, Alexander King wrote: > > > Dave and all: > I want to know whether I can configure the snmpd.conf file via CLI,such as > write some settings into the file via LCI.and the commands.Thank you! >

Re: How to configure snmpd.conf file via CLI?!

2010-08-17 Thread Dave Shield
On 17 August 2010 07:57, Alexander King wrote: > I want to know whether I can configure the snmpd.conf file via CLI,such as > write some settings into the file via LCI.and the commands. service snmpd stop $EDITOR /etc/snmp/snmpd.conf service snmpd start

How to configure snmpd.conf file via CLI?!

2010-08-17 Thread Alexander King
Dave and all: I want to know whether I can configure the snmpd.conf file via CLI,such as write some settings into the file via LCI.and the commands.Thank you! com2sec local localhost public #com2sec mynetwork NETWORK/24 COMMUNITY com2sec local 172.19.50.0/24 public

How to configure snmpd.conf file via CLI?!

2010-08-17 Thread Alexander King
Dave and all: I want to know whether I can configure the snmpd.conf file via CLI,such as write some settings into the file via LCI.and the commands.Thank you!-- This SF.net email is sponsored by Make an app they

Compiling a MIB : configure: error: socket(2) not found.

2010-08-04 Thread jack n
Then I placed both the .h and .c files under agent/mibgroup/ directory Next, to configure the package to find them and compile them into the agent, I tried running $ ./configure--with-mib-modules="myMib" It displayed a lot of messages and then exited with a message : checking if direct

Re: help :- How to configure the log level for snmp agent...

2010-08-04 Thread Dave Shield
On 4 August 2010 07:07, Borra, Kishore Babu wrote: > I had tried the command line options like -Ls 2, -Ls 5. But I wasn't > successfull > in disabling the sys logs. Try -Lf /dev/null Dave -- The Palm PDK Hot Apps P

RE: help :- How to configure the log level for snmp agent...

2010-08-03 Thread Borra, Kishore Babu
Thanks, Kishore -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Tuesday, August 03, 2010 3:00 AM To: Borra, Kishore Babu Cc: net-snmp-users@lists.sourceforge.net Subject: Re: help :- How to configure the log level for snmp agent

Re: help :- How to configure the log level for snmp agent...

2010-08-02 Thread Dave Shield
On 23 July 2010 16:21, Borra, Kishore Babu wrote: > I want to know, if there is any way to disable/enable/configure the syslog > logging > level for snmp agent, by means of dynamic linking or snmpd.conf file changes, > without changing snmp_logging.c file You can do this using

Re: Need to compile a MIB - Error When running ./configure [Configure Error - file program not found although it is needed by libtool.]

2010-07-30 Thread Lee
> > *configure: error: file program not found although it is needed by libtool.* You don't have the 'file' program installed. Rerun the cygwin setup program and install it Regards, Lee On 7/30/10, jack n wrote: > Hi, > > > > I had installed net-snmp-5.5 o

Need to compile a MIB - Error When running ./configure [Configure Error - file program not found although it is needed by libtool.]

2010-07-30 Thread jack n
and .h file* Then I placed both the .*h and .c files *under* **agent/mibgroup/* directory Next, to configure the package to find them and compile them into the agent, I tried running *$ ./configure**--with-mib-modules="myMib"*** Location to write persistent information (/va

help :- How to configure the log level for snmp agent...

2010-07-23 Thread Borra, Kishore Babu
Hi, I want to know, if there is any way to disable/enable/configure the syslog logging level for snmp agent, by means of dynamic linking or snmpd.conf file changes, without changing snmp_logging.c file Thanks, Kishore

help :- How to configure the log level for snmp agent...

2010-07-23 Thread Borra, Kishore Babu
Hi, I want to know, if there is any way to disable/enable/configure the syslog logging level by means of dynamic linking or snmpd.conf file changes, without changing snmp_logging.c file Thanks, Kishore -- This

Re: configure: error: Perl support requires --enable-shared

2010-07-22 Thread Lissa Valletta
DynaLoader.a in perl 5.10. Lissa K. Valletta 414/3-8 Poughkeepsie, NY 12601 (tie 293) 433-3102 From: Thomas Anders To: Lissa Valletta/Poughkeepsie/i...@ibmus Cc: Net-snmp-users@lists.sourceforge.net Date: 07/22/2010 11:29 AM Subject: Re: configure: error: Perl support requires --enable-shared

Re: configure: error: Perl support requires --enable-shared

2010-07-22 Thread Lissa Valletta
net-snmp.5.4.2.1 Lissa K. Valletta 414/3-8 Poughkeepsie, NY 12601 (tie 293) 433-3102 From: Thomas Anders To: Lissa Valletta/Poughkeepsie/i...@ibmus Cc: Net-snmp-users@lists.sourceforge.net Date: 07/22/2010 11:29 AM Subject: Re: configure: error: Perl support requires --enable-shared

Re: configure: error: Perl support requires --enable-shared

2010-07-22 Thread Thomas Anders
Lissa Valletta wrote: > Why do I get the error when I have > > ./configure --enable-shared --with-perl-modules > > I thought I was satisfying the requirement. What net-snmp version on what system? +Thomas

configure: error: Perl support requires --enable-shared

2010-07-22 Thread Lissa Valletta
Why do I get the error when I have ./configure --enable-shared --with-perl-modules I thought I was satisfying the requirement. Lissa K. Valletta 414/3-8 Poughkeepsie, NY 12601 (tie 293) 433-3102 -- This SF.net

Configure the snmp in IPv6 mode at RUN time

2010-07-06 Thread sanjaykumar
Hi All, I have configure the net-snmp-5.4.2.1 in IPv6 mode. As the default configuration snmp will run into ipv6 mode only if it is configure in IPv6 mode i.e. based on following macro : "#define NETSNMP_ENABLE_IPV6 1" Am I right ??? What are the changes are required if

RE: v5.5 configure patch sparks another problem

2010-06-18 Thread Ron Rader
Hi Bart, thanks for the suggestions. At present, your original workaround (add "--with-libs=-lpthread") seems to work with the original v5.5 archive so I'm going to attempt to stick with it. Our build procedure requires a single net-snmp tarball and I'm in no mood to re-engineer it at the moment.

Re: v5.5 configure patch sparks another problem

2010-06-18 Thread Bart Van Assche
an Assche described it as a bug in the net-snmp configure > scripts. > > Found the corresponding bug tracker entry: > > http://sourceforge.net/tracker/index.php?func=detail&aid=2985915&group_i > d=12694&atid=112694<http://sourceforge.net/tracker/index.php?func=detail

v5.5 configure patch sparks another problem

2010-06-18 Thread Ron Rader
April: http://www.mail-archive.com/net-snmp-users@lists.sourceforge.net/msg2490 0.html where Bart Van Assche described it as a bug in the net-snmp configure scripts. Found the corresponding bug tracker entry: http://sourceforge.net/tracker/index.php?func=detail&aid=2985915&group_i d=12

Re: How To Configure snmptrapd

2010-06-04 Thread Wes Hardaker
> On Fri, 4 Jun 2010 14:50:54 +, Mariano Bunirigo > said: There is a tutorial with example snmptrapd.conf settings at: http://www.net-snmp.org/wiki/index.php/TUT:Configuring_snmptrapd It doesn't, however, talk about mysql. We probably need a wiki page on that as well bu

RE: How To Configure snmptrapd

2010-06-04 Thread Mariano Bunirigo
I was looking for something more clear and complete, because the snmptrapd -H command shows a lot of posible configuration parameters. The man pages don't show information for all of them. Maybe a configuration sample file may help. Mariano __

Re: How To Configure snmptrapd

2010-06-03 Thread Wes Hardaker
>>>>> On Thu, 3 Jun 2010 20:08:27 +, Mariano Bunirigo >>>>> said: MB> I need information about how I should configure snmptrapd to receive MB> traps v1 and v2c and logging the traps in a MySql database. See the snmptrapd.conf manual page and the READ

How To Configure snmptrapd

2010-06-03 Thread Mariano Bunirigo
Hi, I need information about how I should configure snmptrapd to receive traps v1 and v2c and logging the traps in a MySql database. Thanks, Mariano

Re: how to configure net-snmp agent version at run time?

2010-05-19 Thread Dave Shield
2010/5/19 chenwill : > If a package is built with v3, it means net-snmp agent can handle request of > snmp version v1, v2c and v3. > how can I confiure it as v2c, just accepting v1 and v2c request at run time? Don't configure any SNMPv3 access control settings. It will then not acc

how to configure net-snmp agent version at run time?

2010-05-19 Thread chenwill
hi, If a package is built with v3, it means net-snmp agent can handle request of snmp version v1, v2c and v3. how can I confiure it as v2c, just accepting v1 and v2c request at run time? ___

Re:Re: how to configure net-snmp on uclinux(fork & vfork)

2010-04-06 Thread 黎明傲子
在2010-04-06 14:12:20,"Bart Van Assche" 写道: 2010/4/6 黎明傲子 I'm an embedded software engineer,recently I'm porting net-snmp on uclinux,my cross-compilation tools is arm-elf-, the configuration as follows: ./configure --build=i386-linux --host=arm-elf --target=ar

Re: how to configure net-snmp on uclinux(fork & vfork)

2010-04-05 Thread Bart Van Assche
2010/4/6 黎明傲子 > I'm an embedded software engineer,recently I'm porting net-snmp on > uclinux,my cross-compilation tools is arm-elf-, the configuration as > follows: > > > > *./configure --build=i386-linux --host=arm-elf --target=arm-uclinux > --disable-manual

how to configure net-snmp on uclinux(fork & vfork)

2010-04-05 Thread 黎明傲子
Dear All: I'm an embedded software engineer,recently I'm porting net-snmp on uclinux,my cross-compilation tools is arm-elf-, the configuration as follows: ./configure --build=i386-linux --host=arm-elf --target=arm-uclinux --disable-manuals --disable-applications --disable-scrip

Configure Ping interval

2010-03-23 Thread Ishika Mahajan
Hello Dev and All, I want to configure the ping interval between the master agent and sub agent. I am trying to set the ping interval in the application by netsnmp_ds_set_int(NETSNMP_DS_APPLICATION_ID, NETSNMP_DS_AGENT_AGENTX_PING_INTERVAL,1); but still it is not working and it is trying to

Re: no ./initialize - should be no ./configure

2010-03-04 Thread Dave Shield
On 4 March 2010 15:15, Kathy McLeod wrote: > Based on this in the Writing a Dynamically Loadable Object tutorial, I > assumed we had to run the configure command: > > The Net-SNMP package must have been built with dynamically loadable module > support for the following to w

Re: no ./initialize - should be no ./configure

2010-03-04 Thread Kathy McLeod
Hi - Based on this in the Writing a Dynamically Loadable Object tutorial, I assumed we had to run the configure command: The Net-SNMP package must have been built with dynamically loadable module support for the following to work. You should therefore enable the UCD MIB when configuring the

Re: no ./initialize - should be no ./configure

2010-03-04 Thread Dave Shield
then compile it into pluggable shared object and tell the > snmpd agent to load it.  Both of these options require running > the ... ./configure command.  When I run it, I get "no such file > or directory". "configure" is part of the Net-SNMP source tree. It's needed

re: no ./initialize - should be no ./configure

2010-03-03 Thread Kathy McLeod
Re previous note - it should be "no ./configure" in the title. I have updated that in the note below also. The problem remains the same. Thanks. Hi - We have a test system with RedHat 5.4. It had net-snmp installed already. We downloaded the package for mib2c and now have these

RE: mib file is tables, use mib2c.table_data.conf template generate .c .h files, ./configure --with-mib-modules=

2009-12-01 Thread Mike Ayers
> From: chenyapu1...@qq.com [mailto:chenyapu1...@qq.com] > Sent: Tuesday, December 01, 2009 4:37 AM > My mib file is a table(just for experimental prototype testing),I use > mib2c.table_data.conf generate .c .h files, > > I use the > ./configure --with-mib-modules=&quo

Re: mib file is tables, use mib2c.table_data.conf template generate .c .h files, ./configure --with-mib-modules=

2009-12-01 Thread Dave Shield
2009/12/1 飞飞 : > But I cannot get the right result use snmpwalk -v1 -c public localhost Please see the FAQ entry Why can't I see values in the tree? Dave -- Join us December 9, 2009 for the Red Hat Virtual Experien

Re: Configure won't create Makefile

2009-09-15 Thread Bill Dodge
I have all the packages installed on one of the good install systems now installed on the problem system and I have refreshed the tarball again and I still am not writing any Makefiles or net-snmp-config. I tried the suggesstion to create detailed output but had to do it from memory (I was too

Re: Configure won't create Makefile

2009-09-15 Thread Wes Hardaker
>>>>> On Mon, 14 Sep 2009 14:27:23 -0400 (EDT), Bill Dodge >>>>> said: BD> I have successfully set up net-snmp on 5 Red Hat servers but can not BD> complete the process on a sixth server. It'd be really hard to guess from that what the problem i

Configure won't create Makefile

2009-09-14 Thread Bill Dodge
I have successfully set up net-snmp on 5 Red Hat servers but can not complete the process on a sixth server. The first time I did configure the make complained that there was something missing so I installed the recommended packages and tried to configure again. When I did make there was no

  1   2   3   4   >