Hello, im developing a software project with the winSNMP API under .NET. I have imported all the funktions from the dll and anything is working fine so far. But now I have a question. If I want to read some values from an SNMP Device I always have to send a Variable Binding List with a OID and a Value Struct. But how can I read ALL the values from a device without entering every single OID? I m searching for a SNMP Walk function or something similar. Is there a SNMP Walk Function in the WinSNMP API or do I really have to specify every single OID by myself? Plz give me a hint! With best regards Jakob Runge Germany, Rosenheim
You can ask that on comp.protocols.snmp additionally Arkady "Jakob Runge" wrote in message news:eQhB%23I0RGHA.1204@TK2MSFTNGP12.phx.gbl... > Hello, > > im developing a software project with the winSNMP API under .NET. > > I have imported all the funktions from the dll and anything is working > fine > so far. > > But now I have a question. > > If I want to read some values from an SNMP Device I always have to send a > Variable Binding List with a OID and a Value Struct. > > > But how can I read ALL the values from a device without entering every > single OID? > > I m searching for a SNMP Walk function or something similar. Is there a > SNMP > Walk Function in the WinSNMP API or do I really have to specify every > single > OID by myself? > > Plz give me a hint! > > > With best regards > > Jakob Runge > > Germany, Rosenheim >