snmp_synch_response() hanging

2008-09-30 Thread Fernando Schapachnik
On a particular RADIUS module, in order to authenticate the user, I have to make a certain check against a CISCO 2950 switch, which involves browsing a certain subtree. The code does, at a point: pdu= snmp_pdu_create(SNMP_MSG_GETNEXT); snmp_add_null_var(pdu, OID, OID_len); status= snmp_synch_re

RE: snmptable problem

2008-09-30 Thread Arazo Camprecios, Marc
Thanks for the reply. I've created the files again with mib2c -c mib2c.table_data.conf and I'm modifying the code. What have you modified in your code apart from the Get and Set parts? Do I have to include the function Table_removeEntry() if Im not planning to remove any column of the table

Re: generic handler registration

2008-09-30 Thread Dave Shield
2008/9/29 Eugen <[EMAIL PROTECTED]>: > Usually in order to implement a specific OID into the agent, the OID has to > be registered with a specific handle which is called when the user performs > a request on that OID. It depends on the helpers that you are using, but most handler registrations wil