is there any way to upload rule,ip,arp,etc from notepad to mikrotik…???
Yes
Open up a terminal window.
Copy Text from notepad, then paste into terminal window.
To explain a little further, you can from a terminal prompt (whether a terminal in Winbox, a telnet session or a SSH session) you can use the export command to get a textual configration command(s). You can modify that (or create your own) and then you can paste that into any terminal session. If you have any commands in the text, you should always have them from the root command tree, e.g.
/ip firewall filter add …
instead of:
filter add …
If you have another router already configured just goto for example /ip address and type export. Then just copy and paste it into the new box.
i would recommend careful examination of export file and only after needed changes are made - to import it into new router
thx for all the answers, but i just want to export /ip arp list…how to export it from one mikrotik to other mikrotik…??? i’ve try the export thing, but when i open the file type is script…!!! ![]()
help… ![]()
Simple!
Do an “/ip arp export file=myarptable” on the first router. This will create a file “myarptable.rsc” on the router.
Copy that file (yes, it is a script!) to the second router (via, SCP, FTP, …) and do a “/import myarptable.rsc” on the second router.
Voila - you have copied your arp list.
Please beware that the export command only exports static ARP entries, but I suppose that is what you are only interested in, right?
Best regards,
Christian Meis
thx cmit but when i import it says :
" Script file loaded and executed successfully
input does not match any value of interface "
and when i open the /ip arp nothing added… ![]()
note : my first router have a diffrent configuration & device with my second router…!!!
wew problem solve…thx again cmit…!!!
one more question cmit, can mikrotik print the ip arp/address list into the printer..???
you can export it then simply by ftp download it and then print it from your PC
with what kind of program can i open it…???
The MikroTik scripts (.rsc files) are just simple text files.
So you can use Notepad, Word, EditPad, UltraEdit, Internet Explorer - just about everything ![]()
Best regards,
Christian Meis
wew thats simple… ![]()
thx a lot again cmit… ![]()
one more question cmit… ![]()
i’ve read about ppp manual,but i dont find about “call back server”…where or how can i create the call back server…???