Re: Bizarre MIB translation problems

2007-04-03 Thread Thomas Anders
Andy Fry wrote: > I use snmpget to try and get the value of a CISCO-PROCESS-MIB object: > -bash-3.00$ snmpget -c public -v 1 -m all xxx.xxx.xxx.xxx > CISCO-PROCESS-MIB::cpmCPUTotal5secRev.9 > CISCO-PROCESS-MIB::cpmCPUTotal5secRev.9: Unknown Object Identifier > (Index out of range: 9 (cpmCPUTotalI

Re: image in tutorial is "corrupted" ?!

2007-04-03 Thread Dave Shield
On 13/03/07, Joao Miguel Ferreira <[EMAIL PROTECTED]> wrote: > I've tried with 2 diferent browsers and it seems that the SET processing > image at http://www.net-snmp.net/wiki/index.php/TUT:Writing_a_MIB_Module > is not very healthy. Thanks for the report. Now fixed. Dave ---

Re: snmpv3 traps and contexts

2007-04-03 Thread Naylor, Mark
Hello Dave, Many thanks for your answer. I tried two varaints, one with authAccess and the other with setaccess; their behaviour was the same. I'll explain. I used the following commands to send traps; one is without context and the other with. snmptrap -e 0x01020304 -v 3 -u public

any good implementation of RMON

2007-04-03 Thread Joao Miguel Ferreira
Hello all, just wondering if anyone has ever done anything close to a good implementation of RMON on net-snmp/Linux (even the older ucd-snmp) and wouldn't mind sharing the experience/code ... maybe contribute the code to the net-snmp pro

problem in running snmptrapd service

2007-04-03 Thread roy.deepa
if i run snmptrapd service /usr/sbin ./snmptrapd -f -Lo NET-SNMP version 5.3.0.1 couldn't open udp:162 -- errno 98 ("Address already in use") ps -ef | grep snmptrapd -> no snmptrapd is running. port 162 is in use netstat -anv | grep 162 -> Proto Recv-Q Send-QLocal Address F

Re: problem in running snmptrapd service

2007-04-03 Thread Thomas Anders
[EMAIL PROTECTED] wrote: > if i run snmptrapd service /usr/sbin ./snmptrapd -f -Lo > > NET-SNMP version 5.3.0.1 > couldn't open udp:162 -- errno 98 ("Address already in use") > ps -ef | grep snmptrapd -> no snmptrapd is running. > port 162 is in use > netstat -anv | grep 162 -> > Proto Recv-Q Se

RE: Make failure

2007-04-03 Thread Malladi, Sasikanth
A-ha! Thanks for your help. When I ran it without explicitly disabling Perl it did run fine so I was a little thrown off. Thanks, Sashi -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 12:33 AM To: Malladi, Sasikanth [CCC-OT_IT] Cc: net-snmp

Error: OID not increasing

2007-04-03 Thread Sharad Chandra
Hi, I have a question about the communication going on b/w subagent that is implemented using mib2c tool and snmpd. I am updating data related to storage in *data_access.c file. But the tool is taking longer time. real0m3.120s user0m0.017s sys 0m0.020s and calling even more than 4 ti

Re: net-snmp subagent compatibility

2007-04-03 Thread Sukwoo Kang
Hello Thomas, Thank you for your reply. However, in our case, we cannot use static linking because of support issues and so on. Could you think about any other way to distribute subagent without dependency to net-snmp version and/or configure options? Is there any previous example of doing this?

Re: any good implementation of RMON

2007-04-03 Thread Wes Hardaker
> "JMF" == Joao Miguel Ferreira <[EMAIL PROTECTED]> writes: JMF> ... maybe contribute the code to the net-snmp project ?! JMF> anyone ?! We've been asking for code for years; if we had it you would too! (please submit a patch at your earliest convenience ;-) -- Wes Hardaker Sparta, Inc. --

Snmpconf issue

2007-04-03 Thread Malladi, Sasikanth
All, I have build net-snmp from source on Solaris 8. My build directory (~/net-snmp/net-snmp-5.3.1) is different from my installation directory (/export/opt/net-snmp). When I try to run snmpconf, I'm running into issues. Please see the two variations below When I run snmpconf as suggested in the R

Agent Implimentation

2007-04-03 Thread Reza Salehi
Hi, I have a question about implementing a MIB in agent side .Right now for adding and implementing each MIB I need to compile the agent and add my code to that. Is there anyway that I can run my code separately and just refresh some variables (MIBS object) on agent. Is there any sample

communicate with ME102

2007-04-03 Thread Michael Renner
Moin, I want to write a generic munin plugin that should read some value from my ME102 access point, but it may also be usable with others. At the moment, I use an application called 'ap-mrtg' to get the data and process it for munin. Because ap-mrtg is only for a specific amtel chip, I want t

Re: Mib2c with mib2c.mfd.conf

2007-04-03 Thread Augusto Salazar
Hi, Has abyone been able to use this command with net-snmp for the bridge-mib? Thanks, Augusto. - Original Message - From: "Thomas Anders" <[EMAIL PROTECTED]> To: "Augusto Salazar" <[EMAIL PROTECTED]> Cc: Sent: Monday, April 02, 2007 2:45 PM Subject: Re: Mib2c with mib2c.mfd.conf