snmpd.conf is rewrited by snmpd daemon?

2006-04-06 Thread nsinit
net-snmp-users£º hi, i am new to net-snmp, i have a question: installed environment: prefix: /usr/local/net-snmp/ conf: /usr/local/net-snmp/etc/snmp snmd.conf: com2sec local localhost public group me v2clocal group me v1 local view allincluded .1

doubt about local and remote engineID...?

2006-04-06 Thread raghavendra.sadaramachandra
Hi All,    I am using net-snmp-5.3.0.1. I have very basic doubt about engineID's. Which goes as below.   From net-snmp documents I found out few things about engineID.    (1) if u put some command say :    rwuser    ---> in /usr/local/share/snmp/snmpd.conf  createUser myuser MD5 "

Re: where is the 'Configuration_Overview.html' or win32/dist/htmlhelp

2006-04-06 Thread Thomas Anders
xuemei wrote: I was trying to configure the snmp agent under windows XP, I read the README.win32 under the http://www.net-snmp.com/docs/README.win32.html, and it points to the 'Configuration_Overview.html' file located in win32/dist/htmlhelp, would you please tell me where is the configurati

Re: To retrieve info (Host resource mib) from netsnmp windows agent

2006-04-06 Thread Thomas Anders
xuemei wrote: Reason: (noSuchName)There is no such variable name in this MIB Failed object: HOST-RESOURCE-MIB::hrSystemUptime.0 [...] If above is right, why is it? I mean in the 5.2.1.2 version net snmp for linux(my environment is red hat 8.0) , I can retrieve above OID info without problems,

where is the 'Configuration_Overview.html' or win32/dist/htmlhelp

2006-04-06 Thread xuemei
Hello:   I was trying to configure the snmp agent under windows XP, I read the  README.win32 under the http://www.net-snmp.com/docs/README.win32.html, and it points to the 'Configuration_Overview.html' file located in win32/dist/htmlhelp, would you please tell me where is the configurat

Re: Inform Destination

2006-04-06 Thread cherrero
Hello, thank you Wes for your answers that are always usefull ! I'm progressing but I still have some questions... So I have created rows for the tables snmpNotifyTable, snmpTargetAddrTable and smpTargetParamsTable, using the 'createAndGo' (4) value. First question: for the three tables, I wante

To retrieve info (Host resource mib) from netsnmp windows agent

2006-04-06 Thread xuemei
  Hello:   I  have downloaded and installed the  net-snmp-5.3.0.1-1.win32.exe under windows XP professional,  after install the perl and run the snmpconf, everything looks good. By that I mean I can query via   snmptranslate -IR -Td IF-MIB::linkDown and return is good.   While I ini

doubt about local and remote engineID...?

2006-04-06 Thread raghavendra.sadaramachandra
Hi All,      I am using net-snmp-5.3.0.1. I have very basic doubt about engineID's. Which goes as below.    From net-snmp documents I found out few things about engineID.      (1) if u put some command say :    rwuser    ---> in /usr/local/share/snmp/snmpd.conf   createUser myuser M

Question to the SNMP Deamon

2006-04-06 Thread Sebastian Scharrer
Hello, I already read your webpage a lot of times, but I can?t find what I?m searching for, and I hope that you can help me, or you know who can. I like to run a deamon on a linux client. I wrote a MIB and now I?d like to expand the functionality of the Deamon via exec token in the snmpd.conf

Re: Unknown token: logOption

2006-04-06 Thread Thomas Anders
jvan wrote: i read about logOption at http://net-snmp.sourceforge.net/docs/man/snmptrapd.conf.html but when i run snmptrapd it gives me this warning: /usr/local/etc/snmp/snmptrapd.conf: line 50: Warning: Unknown token: logOption. and snmpconf -R gives this output: # # Unknown directives re

Re: Build question

2006-04-06 Thread Thomas Anders
Litke, Douglas wrote: How do I get past this? tar -xvf net-snmp-5.3.0.1.tar x net-snmp-5.3.0.1/agent/mibgroup/snmp-notification-mib/snmpNotifyFilterTable/ snmpNotifyFilterTable.h, 19640 bytes, 39 tape blocks tar: directory checksum error [EMAIL PROTECTED]:~/net_snmp: I tried adding the "i"

Re: openssl fail?

2006-04-06 Thread Thomas Anders
jvan wrote: thanks, but i found that the mistake was that i forgot to do make clean! now the make test give me another fail at: "26:testing authentication failure traps are sent by snmpd...FAIL" but it reports correct traps for that .. weird Looking into the content of /tmp/snmp-test-26-*/*

Unknown token: logOption

2006-04-06 Thread jvan
i read about logOption at http://net-snmp.sourceforge.net/docs/man/snmptrapd.conf.html but when i run snmptrapd it gives me this warning: /usr/local/etc/snmp/snmptrapd.conf: line 50: Warning: Unknown token: logOption. and snmpconf -R gives this output: # # Unknown directives read in from other f

Re: openssl fail?

2006-04-06 Thread jvan
thanks, but i found that the mistake was that i forgot to do make clean! now the make test give me another fail at: "26:testing authentication failure traps are sent by snmpd...FAIL" but it reports correct traps for that .. weird On 3/31/06, Thomas Anders <[EMAIL PROTECTED]> wrote: jvan wrote

Re: problem with remote connect v3 authenticaion...

2006-04-06 Thread Thomas Anders
Wes Hardaker wrote: lee> On remote host - I get: lee> [EMAIL PROTECTED] snmpget -v 3 -u quadrics -l authNoPriv -A my_password -a MD5 -x DES 172.16.0.247 SNMPv2-MIB::sysUpTime.0 lee> snmpget: Authentication failure (incorrect password, community or key) lee> [EMAIL PROTECTED] You got me there.

Table problem

2006-04-06 Thread Paraskevopoulos Pavlos
Hi to all, I am new to net-snmp and I have a problem accessing the data of a table. I have already noticed the previous discussion indexed "table problems", but I followed the rule init_FILENAME and I still have problem. I ran mib2c.create-dataset.conf on my MIB file. The .c and .h files are attac

Re: Fw: snmptrapd config problem

2006-04-06 Thread Gertraud Unterreitmeier
Hello, by default snmptrapd now accepts only traps which are authenticated. you can add the following line in snmptrapd.conf disableAuthorization yes to disable this completely or configure authentication Hope that helps a bit. Gertraud Rob Rose wrote: Folks, When I startup snmptrapd using t