get IP from ipaddr table

hi,

I can’t find the good way to display the different ip address of a device in the label.
when i check the snmpwalk, i can see an ipaddr table which th oid is starting by 1.3.6.1.2.1.4.20.1.1.X.X.X.X and where the X are the IP address of the device. I attach an image where we can see the table in the snmp walk.
The second Ip address is provided by ISP and can change. And when this ip is changing, my labels isn’t dispaying anymore.
Is there any way to extract the IP address from this table ?
ipaddrtable.png

[oid_column(“1.3.6.1.2.1.4.20.1.1”)]
This will display all the ip addresses but they will be horizontal to fix this, well it would probably be easier in a external program (execute).

Lebwoski.

That’s perfect.
i’ll check later how i can display the IP address on 2 differents line.
Thanks.