Re: adding HP Procurve MIBS

2005-03-29 Thread K M
Hi Richard,I have done that activity in the past. Here are the steps -1) Compile your MIB using mib2c. This will generate the agent handler modules with stub functions.2) Write your code inside the stub functions to retrieve the device specific data.3) run configure with module compilation option

Re: adding HP Procurve MIBS

2005-03-29 Thread K M
Hi Richard,I have done that activity in the past. Here are the steps -1) Compile your MIB using mib2c. This will generate the agent handler modules with stub functions.2) Write your code inside the stub functions to retrieve the device specific data.3) run configure with module compilation option

Re: adding HP Procurve MIBS

2005-03-29 Thread K M
Hi Richard, I have done that activity in the past. Here are the steps -1) Compile your MIB using mib2c. This will generate the agent handler modules with stub functions. 2) Write your code inside the stub functions to retrieve the device specific data. 3) run configure with module compilation op

Re: adding HP Procurve MIBS

2005-03-29 Thread K M
Hi Richard, I have done that activity in the past. Here are the steps -1) Compile your MIB using mib2c. This will generate the agent handler modules with stub functions. 2) Write your code inside the stub functions to retrieve the device specific data. 3) run configure with module compilation optio

Re: Security

2005-03-29 Thread Wes Hardaker
> On Wed, 30 Mar 2005 09:32:36 +0530, Jude Amal Anand <[EMAIL PROTECTED]> > said: Jude> But even in the AGENT CODE i wrote i saw only Jude> send_v2trap(var_list); That actually is an API not for sending SNMP version traps, but PDU version traps. SNMPv3 makes use of version 2 PDUs and t

Security

2005-03-29 Thread Jude Amal Anand
-- Forwarded message -- From: Jude Amal Anand <[EMAIL PROTECTED]> Date: Sun, 13 Mar 2005 00:27:36 +0530 Subject: Security?? To: snmp I am using the latest version of NET-SNMP. I have written the MIB and a small AGENT which sends TRAPs regularly for every 30 seconds. I heard SNM

Net-snmp doubt

2005-03-29 Thread Mauricio Reyes
Hello, I have two questions concerning Net-snmp: 1. When you are using trapsess and the destination is down, does it retries to connect? Because the traps are lost. I get this error: /usr/local/share/snmp/snmpd.conf: line 30: Error: snmpd: failed to parse this line or the remote trap receiver i

How to add X.25 module for net-snmp

2005-03-29 Thread mobby
My customer needs me to monitor X.25 packet switch. X.25 is based on RFC1382 and RFC1381 (for layer 2, lapb). It is also belong to mib2->transmission (.1.3.6.1.2.10.5?)   My working environment is Solaris 8, Perl 5.8.5, gcc 3.4.2   I am trying to following step summary   1. ./configure 2. make

read_objid: Unknown Object Identifier (Sub-id not found: (top) -> system)

2005-03-29 Thread Hamisi O.A Malipula
Hello there,   I downloaded the example program asyncapp.c and I compile it with RedHat Linux 8.0. When running it I get the error:   read_objid: Unknown Object Identifier (Sub-id not found: (top) -> system).   Please help.   Hamisi =     Do you Yahoo!? Yahoo! Small Business - Try our new re

RE: Memory leakage in snmptrapd

2005-03-29 Thread Andy Ford
Title: Memory leakage in snmptrapd I have been running snmptrapd on a new box that receives a large number of traps. On instantiation, memory utilisation grew to 11MB and over the past 1.5 hours has increased to …   PID   USERNAME  SIZE   RSS STATE  PRI NICE    TIME  CPU PROCESS/NLWP   

Memory leakage in snmptrapd

2005-03-29 Thread Andy Ford
Title: Memory leakage in snmptrapd I am running snmptrapd with the Perl Traphandler and seeing a large amount of memory usage. With no incoming traps, the memory utilisation of the snmptrapd process is stable at 11MB. As traps are processed, memory utilisation rises considerably. After just

Re: MIB Browser

2005-03-29 Thread Hugo Caçote
Hi, You can use the perl module to query the SNMP agents and create your web page. See the example net-snmp-5.2.1/perl/manager HTH Hugo Ruben Montes wrote: > Hello everybody, > > I'm developing a network management html portal, and I need to be able > to do mib queries from this portal. > > I

MIB Browser

2005-03-29 Thread Ruben Montes
Title: Re: Problem Logging Cisco Traps w/ snmptrapd Hello everybody, I'm developing a network management html portal, and I need to be able to do mib queries from this portal. I'm pretty sure there should be any free MIB browser that I could embed in my html code to do these snmpgets... Any