Interface address

Why in ROS 6.10 I try to launch this command

/ip address get [/ip address find interface=ether1 ] address

I don’t receive ip address of interface ether1 ?

Try this from a command line. “:put” doesn’t work in a script, but it will verify the rest of the script works.

:put [/ip address get [/ip address find interface=ether1] address]]

perfect! thanks!