problem about how to write my private mib

2005-12-05 Thread Evan.xu徐松�d
Dear Sir or Madam: I have some problem in wirting my private mib. I had tried to wirte a testing mib and used mib2c to creat .c and .h code.Sadly, it failed! So I write this mail to get help! The following is my mib!Please help me,Thank you! Best wishes! evan.xu

Re: Ports 32768 32769

2005-12-05 Thread Dave Shield
On Fri, 2005-12-02 at 18:19 +, Kevin Conway wrote: Does anyone know why the snmpd daemon opens these hi-ports (UDP)? Have you got any trapsink (or similar) directives. I have a vague recollection that the agent will open one port for each notification sink that it defines. Try commenting

Fwd: Re: ActiveAlarmTable implementation in Net-SNMP

2005-12-05 Thread Pichi Reddy
Hi Wes , Thank you very much for your response. I have gone throgh agent/agent_trap.c file. I am using send_v2_trap ( ) to send notifications from subagents .I want to send the following objects as varbinds with a notification. AlarmTableEntry ::= SEQUENCE { alarmId

Problem in Deleting the Row

2005-12-05 Thread Ravi Kumar
Hi All,We are developing an agent which has few tables and scalars in it.One of the table has the feature to add new rows and delete rows.I am making use of the data_set module in the mib2c while genrating the code I am able to add the rows to the table. But I am facing problem in table for

Last stable version

2005-12-05 Thread Palmentieri Nunzio
Hi, could someone tell me which is the la test stable release of net-snmp? Is it 5.2.2? Thanks.

What am I going wrong with mib2c?

2005-12-05 Thread cnelson
I know I've done this before with success -- on this MIB -- but today after adding another column to a table in my private MIB, mib2c refuses to see my table. [root] # head `which mib2c` #!/usr/bin/perl #!/usr/bin/perl # # $Id: mib2c,v 5.57 2004/09/10 12:30:15 dts12 Exp $ #

Re: Last stable version

2005-12-05 Thread Dave Shield
On Mon, 2005-12-05 at 17:23 +0100, Palmentieri Nunzio wrote: could someone tell me which is the latest stable release of net-snmp? Is it 5.2.2? It should be, yes. That release has only been out a week, so it's a bit early to tell whether is *is* stable in practise - but it's the most likely

net-snmp mib modules throws errors in monta vista linux OS

2005-12-05 Thread Rajamohan Jabbala
Hi , We have developed an net-snmp agent on redhat linux and now porting to Monta vista linux OS, Compiled fine but query on the system table getting these errors. And system values return null. Any help is greatly appreciated. Errors: annot find module (IP-MIB): At line 0 in (none) Cannot

snmpd is working and show timeout error

2005-12-05 Thread Ganesh Wagh
Hi, I downloaded net-snmp 5.2latest version. I have compiled package. I am running snmpd daemon as snmpd -d -Le -d In this situation I watching only incoming packets to udp port. there is no outgoing packets. For any request it shows timeout error. Can anyone help me regarding in this issue?