snmp library

markbarrett_1

Member
Licensed User
Longtime User
Hi,

Any chance? In the first instance snmpget and snmpwalk for network monitoring would be really nice.

Cheers.

M
 

agraham

Expert
Licensed User
Longtime User
I know next to nothing about SNMP but I'm always willing to learn. I don't know if the attached library is any use to you. It is a straight compilation of the SNMP class in the included article. It appears to be a low level class that means you have to pick the data apart yourself. My BytesConverter library might be useful for that.

The SNMP object only has three methods

New1

Get(request As String, host As String, community As String, mibstring As String) As Byte()

GetNextMIB(mibin As Byte()) As String

Get has a fixed timeout of 5 seconds at the moment. I don't know the use of GetNextMIB, maytbe you can get an idea from the code. If it's a suitable base to work from I can polish it up otherwise I'll just forget it.

EDIT:- Archive that somehow got corrupted deleted removed and original uploaded again.
 
Last edited:

evo2net

New Member
for this method :

Get(request As String, host As String, community As String, mibstring As String) As Byte()

what it means for "request" ?

thank you
 

joedarock

Member
Licensed User
Longtime User
SNMP Example - File Corrupted?

I can't seem to open the SNMP example file. Is anyone else able to open it?

joe
 
Top