Hi guys,
how can i import a list of ip addresses for .xls format into an address-list ?
I am trying to setup routing of certain addresses via a specific gateway.
Any help or reference would be greatly appreciated.
Hi guys,
how can i import a list of ip addresses for .xls format into an address-list ?
I am trying to setup routing of certain addresses via a specific gateway.
Any help or reference would be greatly appreciated.
=“/ip firewall address-list add list=importlistname address=” & a1
put that in B1. then fill down, and copy and paste into terminal.
Thanks for the reply,
however im not quite following your instructions ?
can you break it down for me please.
Sorry for my ignorance.
add the “/ip firewall address-list add list=importlistname address=” command to the first column of your XLS file. Select all → copy → paste into router
Awesome, thank you.