Help: get-next for iterate_access

2004-12-22 Thread Alex Koifman
I generated code with: mib2c -c mib2c.iterate_access.conf IBRIX-MIB::ibrixMibs.1 My MIB has a table (read only) with 3 columns. The table index (called fsName) is a DisplayString. I changed the code so I can do snmp-get, but snmp-get-next is not working. This is the generated code and I change

Get_next not working

2004-12-22 Thread Alex Koifman
Hi, I am stuck in get_next. I do not understand where I get the instance of which I am doing the next of. I am doing get_next with the MIB browser and put the instance in, but I do not know how to get it in fileSystemTable_get_next_data_point. It is not in put_index_data->name. fileSystemTable

snmpV3 Trap & Inform issues

2004-12-22 Thread Srini Kode
Hi, We are using netsnmp5.1. In this we have observed that V3 Inform and Traps are not working. Below are the details: We see that for V3 , a probe pdu is sent out for getting the engineID of the remote trap destination for both INFORM and TRAP. Whereas this is correct for Inform but for T

RE: Generating (mib2c) code for multiple tables

2004-12-22 Thread Alex Koifman
Hi Wes, Thanks for your reply. I have been having a hard time implementing my own MIB extensions. The tutorials on the www.net-snmp.org sometimes result in page not found. :-(. 1. Right now I am stuck in get_next. I do not understand where I get the instance of which I am doing the next. I am

Re: SNMPV3 get on target hardware.

2004-12-22 Thread Wes Hardaker
> On 13 Dec 2004 13:08:31 -, "Gurusidhesh Hiremath" <[EMAIL PROTECTED]> > said: Gurusidhesh> usm: Verification failed. Gurusidhesh> Authentication failed for newv3user Gurusidhesh> To be more specific: I am running snmpd on a Motorola Gurusidhesh> hardware. If I send a get request fr

Re: SNMP Start Up Error - Need some help

2004-12-22 Thread Equivity Webmaster
I have several libsnmp files in that directory, along with libnetsnmp files. What can I do? (null) libsnmp.so -> libsnmp.so.5.1.2* (null) libsnmp.so.5 -> libsnmp.so.5.1.2* (null) libsnmp.so.5.1.2* (null)

Re: SNMP Start Up Error - Need some help

2004-12-22 Thread Wes Hardaker
> On Sun, 19 Dec 2004 23:35:44 -0500, "Equivity Webmaster" <[EMAIL > PROTECTED]> said: Equivity> Chris Baker CEOI have been trying to get SNMP to work on a Equivity> fedora core II server. I have gotten it to work fine on all Equivity> others but this one posses a problem. I use cpanel, a

Re: Own MiB extern Data

2004-12-22 Thread Wes Hardaker
> On Fri, 17 Dec 2004 15:42:38 +0100, Baumgart Alexander <[EMAIL > PROTECTED]> said: Baumgart> my mib only contain 2x scalars, If your mib only contains scalars, you should look at the tutorial which implements some scalars. Or run: mib2c -c mib2c.scalar.conf SCALARNAME MFD is for t

Re: Generating (mib2c) code for multiple tables

2004-12-22 Thread Wes Hardaker
> On Mon, 20 Dec 2004 10:34:10 -0500, "Alex Koifman" <[EMAIL PROTECTED]> > said: Alex> 2. Still no answer on mib2c.mfd.conf. Is it better to use MFD Alex>instead of mib2c.iterate_access.conf? Well, better is subjective of course. They have different ways to look at things which is