RE: agent not working

2005-02-14 Thread Gurusidhesh Hiremath
Check if you are giving -fPIC shared library flag in your Makefile -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shivali Gupta Sent: Monday, February 14, 2005 11:03 PM To: [email protected] Subject: agent not working i have snmp vers

Help wanted Regarding SNMPTRAP (URGENT)

2005-02-14 Thread RajChandrasekaran
Hi , My router sents traps on link-down status to A linux box . In the router side its sending the packets perfectly to server . But the counterpart ( Server) doesnt seem to get anything I have both snmpd and snmptrapd running on my machine .. Also other functionality like SNMPWALK are work

Re: Managing multiple instances of a MIB

2005-02-14 Thread Robert Story
On Thu, 10 Feb 2005 11:01:28 -0800 Mark wrote: MC> In a scenario where there is a master agent, and there are subagents MC> for each applications (separate mibs), how can we manage multiple MC> instances of the same mib through the same master agent. Read this overview here: http://www.fr

Extension to snmptranslate to support mib2schema functionality

2005-02-14 Thread Mike McHenry
Hello all; I am in the process of completing an extension to snmptranslate that will allow it to dump reports in mib2schema format. For those of you unfamiliar with this format it is used by some SNMP programs as a sort of compiled version of MIBS. The input would be a collection of MIB files and

How to specifie a variable-bindings separator in Net-SNMPTRAD for Linux.

2005-02-14 Thread SAHLI Chaouki
Hello, I have installed Net-SNMP on a linux station and it works well. But when i start SNMPTRAD with the %V to specifie a variable-bindings separator ("as you can see below") , I don't get the excepted result. Regarding the SNPTRAPD Man pages, the %V flag is not supported for SNMPTRAD linux dis

Placing the MIB

2005-02-14 Thread Jude Amal Anand .P
hi everybody, i am currently doing a project in SNMPv3. it involves Notification MIB Agent - Coded in C Manager - Coded in Java I have written slightly a lengthy mail. Sorry for the trouble but kindly help me. I really appreciate your help. The agent notifies the manager of any significant even

Re: Managing multiple instances of a MIB

2005-02-14 Thread Mark Clinton
Thank you. I tried to look for documentation, could not find enough. Can you please tell me: 1) What API call I need to change in the net-snmp subagent to register with the master agent using different contexts everytime? 2) How to configure net-snmp daemon to use these different contexts so th

agent not working

2005-02-14 Thread Shivali Gupta
i have snmp version 5.1 i tried working with these two files nstAgentSubagentObject.c & the .h file as suggested in the tutorial of home page but on compilation it gave the error message : usr/lib/libnetsnmpagent.so: undefined reference to `hosts_ctl' tried a lot but cudnt solve the things plz he

Packaging Snmpd under RedHat Enterprise Linux 3?

2005-02-14 Thread Alex Koifman
Hi, RHEL3 comes with Snmpd preinstalled. Unfortunately, it is build without dlmod support. I want to be able to distribute just dynamic modules and with the appropriate snmpd.conf directives to support our private MIB on target machines. This does not work when target machines do not have dlmod

Re: net-snmp-5.2.1 + cygwin: "winsock.h: present but cannot be compiled"

2005-02-14 Thread Andy Smith
As far as I know the only required package is the win32 API stuff. I have been using MinGW to compile for Windows lately, so I haven't touched Cygwin in a while. The error, as Magnus Fromreide pointed out, is caused by a header that is evidently needed by winsock.h not being included first. The