Trap idea

2008-07-28 Thread Amit Srivastava
Hi, I am new to net snmp. Can anybody tell me how to send a trap and create mib of it Urgent.please help me Amit - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest L

row status problem

2008-07-24 Thread Amit Srivastava
Hi, Please resolve my problem.. I want to create new row for a table with row status column.My table has 3 column First is index Second is of integer Third is row status. Please explain me with example using snmpset to create new row in table. Help me.its urgent. Bye Amit

Row status table

2008-07-24 Thread Amit Srivastava
Hello, I am new to net snmp. Please help me how to implement row status to create new row in a table. I m having 3 columns 1. a-index 2. b-integer column. 3. c- row status column. Give snmp commands for it. Please its urgent. Regards, Amit --

Problem in setting value

2008-07-24 Thread Amit Srivastava
Hi, I have net snmp code with iterate.conf. My table is as following. Please tell me how to do set on this table. Please give me the command. Hurry.its urgent. +--amitStackTable(6) | +--amitStackEntry(1) | Index: amitStackHigherLayer | +-- Integer

net snmp Table implementation

2008-07-23 Thread Amit Srivastava
Hello, Please tell me how to use the mfd.conf for code generation of tables. Please tell me the steps to follow. Regards, Amit - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build t

Net snmp data set get and set.

2008-07-23 Thread Amit Srivastava
Hello, I am new to net snmp and I created a table with row status column and code for it using. mib2c -c mib2c.create-dataset.conf amitStackTable Now I want to do changes in handler function so that I can do get and set on table. Please help me with some example code for it.

Problem in net-snmp table

2008-07-23 Thread Amit Srivastava
Hi, I am new to net SNMP. I created a table with row status column. Now I have generated the code using the mib2c -c mib2c.iterate.conf amitStackTable ---> this is the table name and after doing some changes I copied the .c and .h files it into the mibgroup folder and then compiled th