Hi All,
I am trying to create row which has 5 coloumn:
   conn_id;
   ip_intf;
   ip_port;
   op_intf;
   op_port;

I have generated code for my table using mib2c compiler.There 
are two method below where we need to maintain first data 
point and next data point inorder to implement our row and 
col.  
The methods are below->
==============================================================
   
netsnmp_variable_list *
spiConnTable_get_first_data_point(void **my_loop_context,
                                  void **my_data_context,
                                  netsnmp_variable_list *
                                  put_index_data,
                                  netsnmp_iterator_info
                                  *mydata)


netsnmp_variable_list *
spiConnTable_get_next_data_point(void **my_loop_context,
                                 void **my_data_context,
                                 netsnmp_variable_list * 
                                 put_index_data,
                                 netsnmp_iterator_info
                                 *mydata)

============================================================
-Q1> So How do I implement these above method so that I can 
     create row in a table?.
-Q2>If someone has already implemented Table using mib2c 
    compiler, so please do let me know so that I should be    
    able to do that..

Regads and Thanx
Dev
  
The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s)and may 
contain confidential or privileged information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to