Some help with script
Posted: Thu Nov 23, 2017 4:45 am
hello everybody
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
but it's not working like list it's only print one identity name
i want print like "list"
How?
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?