i need some help
i have mikrotik and 75 radio vendor "ubnt" i want get just identity from /ip neighbor and use command "put" in terminal to show the radios as list with just identity name
and here is my code
Code: Select all
{
:local identity [/ip neighbor get value-name=identity number=[/ip neighbor find]];
:put $identity
}
i want print like "list"
How?