Hello!
I am trying to extract values from a router's LAN interface and which devices are connected.
I have then tried to find different ways to do it with SNMP and what I find that does it is an snmpwalk and created an item that collects the values, but they come as several longer strings and it is only the part that contains the IP address that I am interested in.
The number of devices may vary and the IP-adresses may also change because of DHCP.
Result:
.1.3.6.1.4.1.39699.123.3.2.2.2.1.2.1 = STRING: "10.0.89.100"
.1.3.6.1.4.1.39699.123.3.2.2.2.1.2.2 = STRING: "10.0.89.149"
Anyone who knows and knows how to proceed to clear everything except the IP address?


I am trying to extract values from a router's LAN interface and which devices are connected.
I have then tried to find different ways to do it with SNMP and what I find that does it is an snmpwalk and created an item that collects the values, but they come as several longer strings and it is only the part that contains the IP address that I am interested in.
The number of devices may vary and the IP-adresses may also change because of DHCP.
Result:
.1.3.6.1.4.1.39699.123.3.2.2.2.1.2.1 = STRING: "10.0.89.100"
.1.3.6.1.4.1.39699.123.3.2.2.2.1.2.2 = STRING: "10.0.89.149"
Anyone who knows and knows how to proceed to clear everything except the IP address?

Comment