I am new at scripting, I thought I understood but seems like not...
I would like to add 100 ip address to the address list in firewall...and this was what I did
Code: Select all
:for e from 1 to 100 do={
/ip firewall address-list add list=algo address=1.1.1. . $e
}
What is the problem here??