Dear community,
I'm struggling with creating a script capable to export one of my static firewall Address Lists, named ssh_blacklist, to a .rsc file. I tried doing so with:
/ip firewall address-list print where list="ssh_blacklist" ; export file=ssh_blasklist.rsc
- but it didn't work
/ip firewall address-list find ssh_blacklist ; export file=ssh_blasklist.rsc
- also didn't work
Any ideas?