Get variable in SNMP network

Hi! I'm having trouble fiding out what I need to do to simply get a variable value from a SNMP network I can only find examples with extended and complex programs with many sensors and I don't know what part can I reproduce for this single task. I'm very new to ethernet stuff.

I already have the IP and OID from the variable in the equipment i have to take it from. I want to know how I can get this with an arduino ethernet shield. Is it just inicialize the shield in the network and use the SNMPGet function? or do I need to do something else?

Thanks.

Buozi:
Hi! I'm having trouble fiding out what I need to do to simply get a variable value from a SNMP network I can only find examples with extended and complex programs with many sensors and I don't know what part can I reproduce for this single task. I'm very new to ethernet stuff.

I already have the IP and OID from the variable in the equipment i have to take it from. I want to know how I can get this with an arduino ethernet shield. Is it just inicialize the shield in the network and use the SNMPGet function? or do I need to do something else?

Thanks.

Hi! :wink: Did you found any solution yet?