Re: About latest bug corrections/patches

2009-11-30 Thread Dave Shield
2009/11/30 bheemesh v bheem...@gmail.com: I am in the mailing list for quite sometime now (may be few months). In the official portal of net-snmp we get to see change;Log for the latest release. But is there any link, or mailing list which gives updates about the recent stable releases like

which mib2c template should I use?(my mib file has many tables)

2009-11-30 Thread 飞飞
Hi all: in my mib file,I have many tables,so which mib2c template should I use? can I get the the whole constructure of the mib tables file(.c,.h) one time? TIA Alex-- Let Crystal Reports handle the reporting - Free

Problem on web man pages

2009-11-30 Thread Marek Simon
Hi, I was browsing through web man pages on http://www.net-snmp.org/docs/man/ On every hypertext reference in the text of the manpages there is a missing quotation mark, which confuses the browser and the whole page gets broken. Please check it. Marek

Re: using snmp over the internet

2009-11-30 Thread Dave Shield
2009/11/28 Torben Surmer torben_sur...@msn.com: I am interested in using snmp to managed some customer computers over the internet. My problem is, that normally such computers would stay behind local routers and so could not be reached from a webserver over snmp. Does anybody have a idea, how

Re: Event not Genrate

2009-11-30 Thread Dave Shield
2009/11/26 Mudassar mudas...@innovative-pk.com: I am trying to trigger an event on physical memory and add the following line in snmpd.conf, all other events are working perfect monitor -u _internal -r 2 Low Physical Memory -o hrMemorySize hrStorageUsed.1 110 Do the other events use

Re: IPAddress like index for MIB table

2009-11-30 Thread Dave Shield
2009/11/25 Dejan Bojic b.de...@ymail.com: a GET request will return: radiusServerCurrentMode.192.168.1.20 a GET_NEXT request will return: radiusServerCurrentMode.20.1.168.192 Is anybody has any idea why I got index in the opposite order? This sounds like a bug in the code that implements this

Re: snmpget when in version 3 return either invalid or no value at all

2009-11-30 Thread Dave Shield
2009/11/24 Fatima Peter fatima.pe...@gmail.com:  I installed netsnmp vrsion 5.5 over Fedora 11. Created the configuration files (snmpd.conf, snmp.conf) and ran: I created duser called 'fpeter' and set to noauth. How exactly did you create this user? What configuration do you have in these

Re: bind specific interface

2009-11-30 Thread Dave Shield
2009/11/23 Anatoliy Kushner lamaza...@gmail.com: hi all, is it possible to bind snmpwalk to a specific local address? man snmp.conf clientaddr [transport-specifier:]transport-address specifies the source address to be used by command-line applications when

Re: IP-MIB implementation w r t net-snmp 5.4.2.1

2009-11-30 Thread Dave Shield
2009/11/23 sanjaykumar sanjay.ku...@globaledgesoft.com: I looking to the IP-MIB implementation w r t net-snmp 5.4.2.1 I find following table is not supported:     1.  ipv6ScopeZoneIndexTable     2. ipDefaultRouterTable Please try with version 5.5. This does at least include code to

major changes of net-snmp 5.5 over net-snmp 5.4.2.1

2009-11-30 Thread sanjaykumar
Hi All, I am using net-snmp 5.4.2.1, could anybody list the Major changes w r t net-snmp 5.5 What are the advantage of using 5.5 over 5.4.2.1 Rgds, Sanjay -- Let Crystal Reports handle the reporting -

Re: major changes of net-snmp 5.5 over net-snmp 5.4.2.1

2009-11-30 Thread Dave Shield
2009/11/30 sanjaykumar sanjay.ku...@globaledgesoft.com:                 I am using net-snmp 5.4.2.1,  could anybody list the Major changes w r t net-snmp 5.5 See http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/tags/Ext-5-5/net-snmp/NEWS for the main differences, and

Thank you Dave!my new problem is table structure mib file testing now

2009-11-30 Thread 飞飞
Dave: Thank you ! I have done this job Got .c, .h, static load my mib use command ./configure --with-mib-modules=,I got the wrong init_uit() function. a very simple(the mib file just include several scalars) experimental prototype was finished,now I am run a simple table mib file test

Re: editing a table

2009-11-30 Thread Dave Shield
2009/11/19 a...@lingnu.com: looks like I need to set the 'managerRowStatus' and 'managerIpAddress' in one atomic operation. I tried 'snmpset ... managerRowStatus.9 i 4 managerIpAddress.9 a 10.0.0.139' but it still seems to go in two seperate requests (or two .._handler function

Re: How to send Enterprise OID in varbind

2009-11-30 Thread Dave Shield
2009/11/19 Neeraj Vaidya neeraj.vai...@yahoo.co.in: I am trying to send an SNMP v2c notification to the net-snmp trap daemon. My enterprise has an enterprise specific OID which is as follows : .1.3.6.1.4.1.2982.4.26.2.1.2.0.x where x either of : 1 or 2 or 3 or 4 or 5 In the v2c PDU , I can

Re: Question about mib2c.create-dataset.conf

2009-11-30 Thread Dave Shield
2009/11/18 X Z b...@live.com: My table doesn't have RowStatus column. In this case, when should the rows be removed? I have no idea - what does the MIB design specification say? My application doesn't support SET, should the rows be removed after the GET handler? No - the rows should be

Re: snmp traps help

2009-11-30 Thread Dave Shield
2009/11/11 Tomas Dabasinskas tdabasins...@thedorchester.com I have a question with regards to snmp traps. I have set snmp trap server and configured Epson TM-U230 printer to send traps to it. : When I print to the printer I get no traps, I get no traps at all but the [startup] one

Re: RE: Questions about managing remotelly net-snmp.

2009-11-30 Thread Dave Shield
2009/11/3 joaquimdu...@adtelecom.es: Please, could you provide a sample to add a row to a table using snmpset? This would typically use the 'RowStatus' column of the table. Something like: snmpset myStatus.7 i createAndGo myIntValue.7 i 999 That would create a new row with index

compiling under x86_64

2009-11-30 Thread Stuart Kendrick
I'm trying to compile net-snmp on a 64-bit box Pointers? ./configure --prefix=/opt/local --with-cflags=-fPIC --with-mibdirs=/opt/local/s hare/snmp/mibs --with-persistent-directory=/opt/local/var/snmp --with-sys-con tact=root --with-sys-location=M1-200 --with-logfile=/opt/local/var/log/net-snmp

Re: Event not Genrate

2009-11-30 Thread Mudassar
Hi, Thanks, its works after using -I instead of -u. Thanks. M Original Message Subject: Re: Event not Genrate From: Dave Shield d.t.shi...@liverpool.ac.uk To: Mudassar mudas...@innovative-pk.com Cc: net-snmp users net-snmp-users@lists.sourceforge.net Date: 11/30/2009 4:04

Duplicated SNMP syslogs

2009-11-30 Thread X Z
In my application, I set the default syslog level at the beginning, and after parsing a configuration file successfully, I need to reset the syslog level as indicated in the configuration file. So I created the following function: void set_snmp_log_level(int log_level) {

DISMAN Event MIB configuration: monitor

2009-11-30 Thread Sam V
Hi Guys, I have a question about the syntax used to configure the disman event MIB in snmpd.conf. Specifically, startup condition in monitor keyword. I noticed there is an option -s to evaluate trigger on startup, and there is option -S not to evaluate the trigger on startup. Now, in case of

Re: DISMAN Event MIB configuration: monitor

2009-11-30 Thread Alex Tarumian
Hi, Disman is evaluating the condition (see for details snmpd.conf man page) every interval defined there and sends a trap first time the condition is met (as opposed to first time it is evaluated). Next trap will be sent only if condition becomes FALSE and then TRUE again. That is the base for