[no subject]

2006-08-11 Thread Vijay . Koya
Hi, I am unable to add my new compiled mib file to the existing mibs in the net-snmp-agent- 5.3.0.1 version. I followed the procedures given in the FAQ, Nothing worked. Any support in this regard is greatly appreciated. rgds Vijay This e-mail is confidential and intended only for the us

Re: install net-snmp instead of ucd-snmp

2006-08-11 Thread Dave Shield
On 11/08/06, Elias Bou Rahal <[EMAIL PROTECTED]> wrote: > I want to ask if it s possible to use the Net-snmp 5.x instead of ucd-snmp > and still using the same ext_snmp.so Sort-of. You'd probably have to re-compile the ext_snmp.so library - I doubt there's full binary compatibility between the tw

install net-snmp instead of ucd-snmp

2006-08-11 Thread Elias Bou Rahal
Hi sir,        I am using ucd-snmp version 4.2.5 with an extended agent ext_snmp.so by adding dlmod = path of the extended agent in snmpd.conf.   this extended agend ext_snmp.so registers more than 20 private mibs. these mibs contain many Table.   I want to ask if it s possible to use the Net-snmp

Re: how to Initialise the contents of the table?

2006-08-11 Thread Dave Shield
On 11/08/06, 蔷 <[EMAIL PROTECTED]> wrote: i saw the agent/nsCache.c ,but i can't see how it initials the contents of the table,it seems that it didn't do anything to initial the contents of the table That's correct - this particular table is responding to entries created elsewhere in the agent

David Blair/UK/IBM is out of the office on eduacation

2006-08-11 Thread David Blair
I will be out of the office starting 11/08/2006 and will not return until 25/08/2006. I will have limited access to mail and may only be able to give a next-day response - Using Tomcat but need to do more? Need to support

Re: how to Initialise the contents of the table?

2006-08-11 Thread
thank you very much,it did help me a lot by the example nsCache.c. thank you. i saw the agent/nsCache.c ,but i can't see how it initials the contents of the table,it seems that it didn't do anything to initial the contents of the table and all depent on setting request to initial contents of table?

Help me: Why I can't snmpwalk my MIB?

2006-08-11 Thread 李铭岳
Hello,     I defined my simple MIB file DVB-IP-SIM-MIB.txt which only has a table , and then I generated dvbSubboardInfoTable.c and dvbSubboardInfoTable.h file using mib2c  dvbSubboardInfoTable . Copy DVB-IP-SIM-MIB.txt  to mibs/ and Copy .h and .c to agent/mibgroup/ ,then ./configure --with

Re: snmpd.conf

2006-08-11 Thread Dave Shield
On 11/08/06, Elias Bou Rahal <[EMAIL PROTECTED]> wrote: > the version of the ucd-snmp is: 4.2.5 OK - that release is over four years old by now, and a *lot* has changed since then. Please try one of the more recent release - e.g. net-snmp 5.3.1 Dave --

Fwd: snmpd.conf

2006-08-11 Thread Elias Bou Rahal
  Sorry to not copy any response to the mailing list. the version of the ucd-snmp is: 4.2.5 snmpd -v UCD-snmp version:  4.2.5Email: net-snmp-coders@lists.sourceforge.net   -- Forwarded message --From: Dave Shield <[EMAIL PROTECTED]>Date: Aug 11, 2006 4:08 PM Subject: Re

Re: snmpd.conf

2006-08-11 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 11/0

Re: Is there a way to get wireless current speeds from snmp

2006-08-11 Thread David Goodenough
On Friday 11 August 2006 10:58, Dave Shield wrote: > On 11/08/06, David Goodenough <[EMAIL PROTECTED]> wrote: > > I found some code (from 2003) which did this from Avantcom. I have > > talked to the original author and he has not done anything much with it > > and it currently does not compile. H

Re: Is there a way to get wireless current speeds from snmp

2006-08-11 Thread Dave Shield
On 11/08/06, David Goodenough <[EMAIL PROTECTED]> wrote: > I found some code (from 2003) which did this from Avantcom. I have talked > to the original author and he has not done anything much with it and it > currently does not compile. He is happy that I should enhance it to fit the > current Wi

Re: Is there a way to get wireless current speeds from snmp

2006-08-11 Thread David Goodenough
On Friday 11 August 2006 10:10, Dave Shield wrote: > On 10/08/06, David Goodenough <[EMAIL PROTECTED]> wrote: > > Is there a corresponding value for wireless cards that does reflect the > > current speed (an 802.11b card can for instance operate at 11, 5, 2 and 1 > > Mb/s)? Is this something that

Re: Is there a way to get wireless current speeds from snmp

2006-08-11 Thread Dave Shield
On 10/08/06, David Goodenough <[EMAIL PROTECTED]> wrote: > Is there a corresponding value for wireless cards that does reflect the > current speed (an 802.11b card can for instance operate at 11, 5, 2 and 1 > Mb/s)? Is this something that the wireless driver has to support > specifically, or does

Re: how to Initialise the contents of the table?

2006-08-11 Thread Dave Shield
On 11/08/06, 蔷 <[EMAIL PROTECTED]> wrote: i saw this routine and i'm pulzzled about "table_entry = (struct tbModuleTable_entry *)netsnmp_extract_iterator_context(request);" it seems that table_entry get relevant datas from this netsnmp_extract_iterator_context;and how can i initial contents of ta

Re: how to Initialise the contents of the table?

2006-08-11 Thread
i saw this routine and i'm pulzzled about "table_entry = (struct tbModuleTable_entry *)netsnmp_extract_iterator_context(request);" it seems that table_entry get relevant datas from this netsnmp_extract_iterator_context;and how can i initial contents of table in iterator.i can't understand the iter

Re: "RowStatus" and Dynamic row creation/deletion

2006-08-11 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 11/08