Re: when snmpwalk query my private trap OID the snmpd routine auto termination

2010-01-22 Thread Alexander King
Hi Dave: Yes,I know what your meaning is. But I donot know how to implement the trap in the MIB file.one hand,the trap is a part of the MIB file,and traps have their own OIDs and related some specific OBJECT-TYPE value(s),so we can know what happened and stand for when the trap sent;on the ot

Creating tables with the same base OID

2010-01-22 Thread Philip Mason
Hello all, I'm having problems creating large tables (500 columns) on an embedded system and I wondered if it might be possible to get around the problem by creating several smaller tables (5 x 100 columns) at the same OID but using different column numbers (so the full OID should still be unique)

Re: how to implement a trap receiver with net-snmp

2010-01-22 Thread Dave Shield
2010/1/22 Autuori Gianluigi : > I want to implement a trap receiver with net-snmp library, but I don't > know  which are the functions I have to use. See the code in 'apps/snmptrapd*.c' Dave -- Throughout its 18-year his

Re: help - SNMP Trap manager registration and deregistrationdynamically...

2010-01-22 Thread Dave Shield
2010/1/22 Borra, Kishore Babu : > Right now Iam using the below api as mentioned, which works fine for > UnRegistering all the Notfication receivers.:- > >  snmp_call_callbacks(SNMP_CALLBACK_APPLICATION, >                       SNMPD_CALLBACK_PRE_UPDATE_CONFIG, NULL); Fair enough. But bear in min

Re: when snmpwalk query my private trap OID the snmpd routine auto termination

2010-01-22 Thread Dave Shield
2010/1/22 Alexander King : > when the MG-soft query my private entry > .1.3.6.1.4.1.30901.2090.7000.2.1.3.0 the snmpd routine auto termination > itself > > the OID .1.3.6.1.4.1.30901.2090.7000.2.1.3.0 is trapTestingTrapOne.0 in the > trap testing MIB file. > trapTestingTrapOne  OBJECT IDENTIFIER

Re: NetSNMP and lm_sensors - Where can I find the MIBS for lm_sensors

2010-01-22 Thread Dave Shield
2010/1/21 Dave Shield : >   ./configure --with-mib-modules=ucd-snmp/lmSensors >          (original version) > or   ./configure --with-mib-modules=ucd-snmp/lmsensorsMib >          (newer re-write) Dave -- Throughout i

Related to "netsnmp_call_handlers() called illegally" and snmpd process crash.

2010-01-22 Thread K R Venkateshan
Narayana Smaranas, >From the archieve, I found a couple of mail exchanges related to the subject >"netsnmp_call_handlers() called illegally". In case of a agentx session timeout with the snmp subagent, the master agent closes the session and detaches the subagent registered MIB values. But in

Trying to implement the DS1 port details through NET SNMP

2010-01-22 Thread Malathi Panyam
Hi, We are trying to provide the DS1 port details as part of the standard MIB. In the past I have been able to use the mib2c to generate the code for tables, scalars and traps. I would like to know how the DS1 port details can be made available. Any pointers in this regard will be greatly ap

RE: help - SNMP Trap manager registration and deregistrationdynamically...

2010-01-22 Thread Borra, Kishore Babu
Thanks Dave Right now Iam using the below api as mentioned, which works fine for UnRegistering all the Notfication receivers.:- snmp_call_callbacks(SNMP_CALLBACK_APPLICATION, SNMPD_CALLBACK_PRE_UPDATE_CONFIG, NULL); Regards, Kishore -Original Message- From: dav

how to implement a trap receiver with net-snmp

2010-01-22 Thread Autuori Gianluigi
Hello, I want to implement a trap receiver with net-snmp library, but I don't know which are the functions I have to use. Best Regards Gianluigi Autuori Questo messaggio e-mail e ogni documento ad esso eventualmente

when snmpwalk query my private trap OID the snmpd routine auto termination

2010-01-22 Thread Alexander King
Hi: when the MG-soft query my private entry .1.3.6.1.4.1.30901.2090.7000.2.1.3.0 the snmpd routine auto termination itself the OID .1.3.6.1.4.1.30901.2090.7000.2.1.3.0 is trapTestingTrapOne.0 in the trap testing MIB file. sys-man mibs # snmptranslate -Of UIT-NOTIFICATION-MIB::trapTes