Export Last-IP

Hello,

How to export the LastIP from Registration Wireless-Table ?

Alexandre

To get “last-ip” from every connected device us foreach loop:

:foreach w in=[/interface wireless registration-table find] do={
        :put ([/interface wireless registration-table get $w]->"last-ip");
    }

Thank you !

Oh, so this is a thing now?

Since which version exactly? 6.36? I remember until not very long ago, that would’ve prompted the user to enter value for the “value-name” argument. But then again, I haven’t tried doing this since… 6.34 I think.