Leo73 / agentuino

Automatically exported from code.google.com/p/agentuino
0 stars 0 forks source link

SNMPGET to get IP Address (DHCP) #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I created a specific OID to collect IPAddress from ethernet card via DHCP, 
and to initialize that variable I put a invalid IP, but when I give SNMPGET on 
this OID the result is always the same. Doesn't show the updated IP that the 
ethernet receive from DHCP.
2.
3.

What is the expected output? What do you see instead?
The IP received from DHCP ( Example: 187.60.96.146 ) . I always see the IP that 
I used to initialize the variable ( Example: 192.168.20.6 ) .

What version of the product are you using? On what operating system?
Arduino IDE 1.0.5, MAC OSx

Please provide any additional information below.
My code is attached.

Original issue reported on code.google.com by rafanu...@gmail.com on 1 Jun 2015 at 3:15

Attachments: