Hello,
I am trying to upgrade a router from 6 to 7. I had hopes that I could simply copy and paste the configuration in sections. As an example, when I open a terminal in V7, go to /ip firewall filter and paste the following config:
add action=drop chain=input dst-port=22 protocol=tcp src-address-list=\ssh_blacklist
the terminal responds as follows:
/ip/firewall/filter> add action=drop chain=input dst-port=22 protocol=tcp src-address-list=\ssh_blacklis
[Safe Mode taken]
line 3 of 3> MCPA( B/A
I don't know why it is hammering the end of my text, but this will make a very long process if I have to type all the code in on every router by hand and troubleshoot all of the syntax errors that will certainly ensue.
Does anyone have an easier way?
Thanks,
Scott