Re: snmpgetnext with multiple varbindes problem
> On Thu, 23 Feb 2006 10:21:28 +0530, <[EMAIL PROTECTED]> said: nanda> To iterate over the var binds, you can use kanda> var = var->next_variable; No you shouldn't iterate over that variable. The main incoming SNMP request may contain variables outside the scope of the current module.
snmpgetnext with multiple varbindes problem
Title: snmpgetnext with multiple varbindes problem Hi Sasi, For getnext response, netsnmp_variable_list *var = NULL; var = requests->agent_req_info->asp->pdu->variables; //To fill the oid
