Important announcement about Net-SNMP moving to github

2019-09-03 Thread Wes Hardaker via Net-snmp-coders
The net-snmp admin team has been discussing moving our code repository to github, and today we're making the first steps toward that goal. Below documents the pieces that are now moved, followed by a list of items that aren't yet changing. What's changing 1) Net-SNMP git repository: Th

RE: Question about Net-SNMP IF-MIB on HP-UX 11.31

2013-07-24 Thread Hackley, Brian (Customer Solution Center - Unix Network L2 Support)
y, Brian (Customer Solution Center - Unix Network L2 Support) Subject: Question about Net-SNMP IF-MIB on HP-UX 11.31 Hi all, I am in HP-UX Support and occasionally we get asked "Why doesn't the HP-UX Emanate" SNMP Agent do ? Often, the Network Managers are looking for Host Resou

Re: Question about Net-SNMP IF-MIB on HP-UX 11.31

2013-07-24 Thread Johannes Schmidt-Fischer
rface-ag.com > *Cc:* Nagel, Bruce A (TCE&Q BCS ERT); Bambou, Daniel (TCE&Q BCS ERT); > Hackley, Brian (Customer Solution Center - Unix Network L2 Support) > *Subject:* Question about Net-SNMP IF-MIB on HP-UX 11.31 > > Hi all, > > I am in HP-UX Support and occasionally we

Question about Net-SNMP IF-MIB on HP-UX 11.31

2013-06-20 Thread Hackley, Brian (Customer Solution Center - Unix Network L2 Support)
Hi all, I am in HP-UX Support and occasionally we get asked "Why doesn't the HP-UX Emanate" SNMP Agent do ? Often, the Network Managers are looking for Host Resources data and we provide them with a link to the Net-SNMP "Internet Express" download site of the Build that HP updates on a fa

I want to understand about net-snmp OIDs

2013-01-14 Thread Suna Sana
Hi, Could you please give me the link to read about OID allocatiion. How to create a OID for my objects. Could you please explain me about OIDs handlings in notification.c[under \agent\mibgroup\examples]. Why the notification_oid has 10 digits but hbeat_rate_oid has 11 digits? Thanks, Suresh ---

Re: Question About Net-SNMP Version 5.3.2.2 (FW: SMS snmpWalk)

2012-04-06 Thread Dave Shield
On 5 April 2012 20:16, Kathleen Brown wrote: > What we have is a (hardware, not VMWare) server running the management > for our intrusion prevention system here on campus That would be the CampusManager system from Bradford, I presume? (We use that too) >  From a TippingPoint engineer I got the

Question About Net-SNMP Version 5.3.2.2 (FW: SMS snmpWalk)

2012-04-05 Thread Kathleen Brown
Hello Net-SNMP Coders In a last-ditch effort to try to "talk" to our server via SNMP, we saw this email address and thought we'd give it a try. I've spent time at the Net-SNMP website, the Wiki, and have learned things and tried lots of commands but we still are not finding the info we want.

Re: About NET SNMP Agent...

2010-03-05 Thread Robert Story
On Thu, 28 Jan 2010 15:11:51 +0530 (IST) [email protected] wrote: GCI> After this, when i try to execute snmpget GCI> GCI> snmpget -v 2c -c public localhost sysDescr.0 GCI> GCI> I am getting the following error. GCI> GCI> SNMPv2-MIB::sysUpTime = No Such Instance currently exists GCI> GC

Re: about net-snmp-5.5

2010-02-09 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 8 Feb

Re: about net-snmp-5.5

2010-02-05 Thread Dave Shield
On 5 February 2010 06:45, annapragada janu wrote: > .im not getting snmpget and snmpset.integer value is not showing what can i > do? What you can do is provide more information about exactly what you have tried. How have you configured the snmpd.conf file? What commands are you trying? What ex

about net-snmp-5.5

2010-02-05 Thread annapragada janu
Dear sir, i have installed net-snmp-5.5 in ubuntu9.10.im not getting snmpget and snmpset.integer value is not showing what can i do? please help me. Thanking you Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/---

About NET SNMP Agent...

2010-01-28 Thread ganeshyellapu
Hi All, I am using NET-SNMP to create snmp agent on Windows XP. i installed net-snmp-5.5-x86.exe in my system (downloaded from http://net-snmp.sourceforge.net/download.html). I configured the agent using the below command "snmpconf -g basic_setup" as instructed in the FAQ section. While

Re: about net-snmp-5.1.1 cross compile

2008-05-19 Thread Dave Shield
2008/5/19 Tewen Hsieh <[EMAIL PROTECTED]>: > I am sorry. The error message should be > > dlopen failed: /home/wpWlsCore.so: undefined symbol: > netsnmp_create_handler_registration > > dlopen failed: /home/wpWlsBridge.so: undefined symbol: > netsnmp_create_handler_registration OK - so

Re: about net-snmp-5.1.1 cross compile

2008-05-19 Thread Tewen Hsieh
NO. 6, Industry E. Rd. III, Science Park, Hsin-Chu, Taiwan 300, R.O.C. Tel:03-6662595 Ext.1208 E-mail:[EMAIL PROTECTED] - Original Message - From: "Dave Shield" <[EMAIL PROTECTED]> To: "Tewen Hsieh" <[EMAIL PROTECTED]> Cc: Sent: Monday, May 19, 2008 4:3

Re: about net-snmp-5.1.1 cross compile

2008-05-19 Thread Dave Shield
2008/5/19 Tewen Hsieh <[EMAIL PROTECTED]>: > I have tried make LDFLAGS="-all-static" > When I executed "ldd /not/usr/sbin/snmpd", > it showed "not a dynameic executable". That would be correct, if you've compiled it statically. > When I load wpWlsCore.so and wpWlsBridge.so, it showed following

Re: about net-snmp-5.1.1

2008-05-14 Thread Wes Hardaker
> On Mon, 12 May 2008 14:00:07 +0800, "Tewen Hsieh" <[EMAIL PROTECTED]> > said: TH> But when I use "snmpwalk -v 1 -c public localhost system", it only TH> shows "End of MIB". What does it mean? It means you don't have access control to anything in the agent :-) TH> What's the difference

about net-snmp version 5.1.1

2008-05-12 Thread Tewen Hsieh
Hi, I just cross compile net-snmp-5.1.1. But when I use "snmpwalk -v 1 -c public localhost system", it only shows "End of MIB". What does it mean? I have tried other version (cross compile 5.3.2), it could send back a correct response. What's the difference in 5.1.1? Or I make a mistake in 5.1.1

about net-snmp-5.1.1

2008-05-12 Thread Tewen Hsieh
Hi, I just cross compile net-snmp-5.1.1. But when I use "snmpwalk -v 1 -c public localhost system", it only shows "End of MIB". What does it mean? I have tried other version (cross compile 5.3.2), it could send back a correct response. What's the difference in 5.1.1? Or I make a mistake in 5.1.1

Re: About Net-SNMP C API

2005-09-29 Thread Ali Majdzadeh
Thanks Dave. That was a nice source to start with. Regards Ali __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com --- This SF.Net email is sponsored by: Power Architectur

Re: About Net-SNMP C API

2005-09-29 Thread Dave Shield
On Thu, 2005-09-29 at 05:41 -0700, Ali Majdzadeh wrote: > What is the replacement for Perl's $session->get_table > function in the C API? There isn't one. See 'snmptable.c' for roughly equivalent code. Dave --- This SF.Net email is sponsored

About Net-SNMP C API

2005-09-29 Thread Ali Majdzadeh
Hello All Does anyone know: What is the replacement for Perl's $session->get_table function in the C API? Regards Ali __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -

Re: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-13 Thread Juan Perez
urceforge.net Subject: Re: I have a doubt about net-snmp-5.2.1-1.win32.exe Date: Thu, 09 Jun 2005 08:54:54 +0100 On Thu, 2005-06-09 at 02:38, Alex Burger wrote: > Wes Hardaker wrote: > > We should consider making a development exe too for people that want a > > full installatio

Re: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-09 Thread Dave Shield
On Thu, 2005-06-09 at 02:38, Alex Burger wrote: > Wes Hardaker wrote: > > We should consider making a development exe too for people that want a > > full installation so they can use the libraries... There is probably > > enough users that want to do that to warrant creating it? > > Do we want a

Re: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-08 Thread Alex Burger
Wes Hardaker wrote: On Thu, 02 Jun 2005 18:40:59 -0400, Alex Burger <[EMAIL PROTECTED]> said: We should consider making a development exe too for people that want a full installation so they can use the libraries... There is probably enough users that want to do that to warrant creating it?

Re: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-08 Thread Wes Hardaker
> On Thu, 02 Jun 2005 18:40:59 -0400, Alex Burger <[EMAIL PROTECTED]> said: Alex> You will need to download the source file (net-snmp-5.2.1.tar.gz). The Alex> .exe is only meant to provide the binary files. There are a few header Alex> files included only so users can see how the binary wa

Re: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-02 Thread Alex Burger
Hi Juan. Juan Perez wrote: Hello, I downloaded the net-snmp-5.2.1-1.win32.exe and works perfectly (including mib2c), but I didn't find the libraries and (include files) for compiling, for example the files that I can't find are : You will need to download the source file (net-snmp-5.2.1.tar.g

RE: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-02 Thread Bruce Shaw
>Hello, I downloaded the net-snmp-5.2.1-1.win32.exe and works perfectly >(including mib2c), but I didn't find the libraries and (include files) for >compiling, That's because you downloaded a working binary. The source (including the libraries and includes) is available here: http://sourcefor

I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-02 Thread Juan Perez
Hello, I downloaded the net-snmp-5.2.1-1.win32.exe and works perfectly (including mib2c), but I didn't find the libraries and (include files) for compiling, for example the files that I can't find are : net-snmp-config.h, net-snmp-includes.h and net-snmp-agent-includes.h #include #include #i

Re: about net-snmp

2005-03-17 Thread Robert Story
On Thu, 17 Mar 2005 10:32:19 +0100 Frantisek wrote: FK> could you please tell me someone how to add my new *.c files to the FK> snmptrapd makefiles. I just want to add my files to extend the FK> snmptrapd.c code, but could not find a place in makefiles where to add FK> them. I'm not sure why you a

Re: about net-snmp

2005-03-17 Thread Frantisek Kaduch
Hello, could you please tell me someone how to add my new *.c files to the snmptrapd makefiles. I just want to add my files to extend the snmptrapd.c code, but could not find a place in makefiles where to add them. I'm running net-snmp 5.2.1 on Linux Fedora Core 3 and compile using gcc. thanks

Re: about net-snmp

2005-03-16 Thread Robert Story
On Mon, 14 Mar 2005 19:18:44 +0100 (CET) elghazi wrote: EA> we are beginers in network management and especialy in net snmp how ever i EA> want to extend my agent and want to know how by using SMUX or AGENTX, by EA> exemple, its very important to me to do this please help me. thanks for EA> your pr

about net-snmp

2005-03-14 Thread elghazi amina
Mr, we are beginers in network management and especialy in net snmp how ever i want to extend my agent and want to know how by using SMUX or AGENTX, by exemple, its very important to me to do this please help me. thanks for your precious  help.and i'd like you to give me some advices about that. th