send_enterprise_trap_vars

2008-04-09 Thread Isaac Eliassi
Hi, At the function void send_enterprise_trap_vars (int trap, int specific, oid *enterprise, int enterprise_length, netsnmp_variable_list *vars) what does the oid *enterprise should contain? Best regards, Isaac Eliassi

Simple tables

2008-03-31 Thread Isaac Eliassi
Hi, In a Simple table there must be an index, does the index must be a unique index? Best regards, Isaac Eliassi - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just

RE: snmpd must be root?

2008-03-23 Thread Isaac Eliassi
chmod to which file? -Original Message- From: Sun Le [mailto:[EMAIL PROTECTED] Sent: Sunday, March 23, 2008 3:10 PM To: Isaac Eliassi Cc: net-snmp-coders@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: snmpd must be root? What kinda user do you want? - To anyone: chmod command - To

snmpd must be root?

2008-03-23 Thread Isaac Eliassi
ocal/share/snmp/snmpd.conf -C -Lf 1.txt Is it because the default UDP port is 161 ? how can I run it as a user which is not a superuser? Thanks , Isaac Eliassi - This SF.net email is sponsored by: Microsoft Defy all

Makefile

2008-03-18 Thread Isaac Eliassi
Hi, 1. At the make file there is a line " $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< " What does the $@ stand for? 2. Which line invokes the gcc for the snmpd execution file? (In case that I want to include some other project (of a Queue for example) that

DEBUGMSGXXX and output

2008-03-13 Thread Isaac Eliassi
and the seconed is not, if I fihured it right it is because at the forking step the standard streams are being close, if so where does the message is written to? Many DEBUGMSGXXX depend at (_DBG_IF_), in case that it is set to 1, where will all the output will be written to? Best regards

MIB suffix

2008-03-12 Thread Isaac Eliassi
I have at my system two MIB files, one with suffix .mib and the other .txt, What is the deference between them? Best regards, Isaac Eliassi - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R

RE: macaddress as Index.

2008-02-25 Thread Isaac Eliassi
I am pretty new to the SNMP so my answer is under limitation, The definition of the oid is: so there is a limitation at it's content so the value can not be done -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amit Kumar Sent: Monday, February 25, 2008 2

shut down an agent

2008-02-20 Thread Isaac Eliassi
Hi, How do I shut down an agent from the command line? Is there a build option beside ? Thanks - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/

snmp_alarm_register()

2008-02-10 Thread Isaac Eliassi
Hi, The snmp_alarm_register() function, once it's being called where does it register the callback function? (at the manager or the agent?) Where can I find a short description of the mechanism that invoke the registration? Thanks, Isaac --

59:testing full snmpwalk (SNMPv2c) against agent (may take time)....FAIL

2008-02-06 Thread Isaac Eliassi
/set-snmp-5.4.1/source/net-snmp-5.4.1/testing' make: *** [test] Error 2 where can I get some more information about the relevant error, a log file or something similar? Best regards, Isaac Eliassi Embedded Software , R&D, EIS NICE Systems. Israel (T) + 972-9-7753982 (F) + 972-9-7

snmp_alarm_register()

2008-02-06 Thread Isaac Eliassi
alarm list. The SA_REPEAT is predefined at the snmp_alarm.h fie, and as far as I understand is not to be changed. Isaac Eliassi - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008

version deference

2008-01-27 Thread Isaac Eliassi
implemented on version 5.4.1 can work with a 4.2.6 manager. 2. What are the main differences between those versions (5.4.1 , 4.2.6) Best regards, Isaac Eliassi Embedded Software , R&D, EIS NICE Systems. Israel (T) + 972-9-7753982 (F) + 972-9-7753000 (M) + 972-54-4608201 [EMAIL PROTECTED] <mailto

oid structure definition

2008-01-27 Thread Isaac Eliassi
Hi, At which header file can I find the definition of the oid structure. Best regards, Isaac Eliassi Embedded Software , R&D, EIS NICE Systems. Israel (T) + 972-9-7753982 (F) + 972-9-7753000 (M) + 972-54-4608201 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> www.nice.com<http:/

config_require() and config_add_mib()

2008-01-27 Thread Isaac Eliassi
Hi, I am using ucd-snmp-4.2.6 code, and I was unable to understand execlly what does the 2 MACRO's config_require() and config_add_mib() does, The implementation of the MACRO at my package is: #define config_require(x) Which (as much as I understand) does nothing. Best regards, Isaac El