Re: how to determine table query index in snmp subagent table handler?

2011-12-21 Thread Dave Shield
On 21 December 2011 22:27, STOTTS Timothy wrote: > I have a solution. Instead of using the dataset API, I use the tdata API. > Does mib2c use this API in any of its table-generating modes? mib2c.table_data.conf Dave --

RE: how to determine table query index in snmp subagent table handler?

2011-12-21 Thread STOTTS Timothy
I have a solution. Instead of using the dataset API, I use the tdata API. INIT: netsnmp_create_handler_registration() netsnmp_tdata_create_table() netsnmp_table_helper_add_indexes() netsnmp_tdata_register() netsnmp_tdata_create_row() netsnmp_tdata_add_row() HANDLE: netsnmp_extract_table_info() ne

Re: UCD-SNMP-MIB::extOutput.1 = No Such Object available on this agent at this OID

2011-12-21 Thread shay naveh
Try using 'snmpwalk' instead of 'snmpget'. If this works you should probalbly run: snmpget -v 2c 10.1.4.1 -c public UCD-SNMP-MIB::extOutput.1*.0* * * if 'snpmwalk' does not work please add you snmpd.conf On Mon, Dec 19, 2011 at 3:43 PM, Tufan Gursu wrote: > ** > Hi, > I am a new subscriber,I hav