Community discussions

MikroTik App
 
netboyzin
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 74
Joined: Thu Mar 21, 2013 3:42 pm

Copying Dynamic Address Lists To Another router

Tue Sep 06, 2016 12:36 pm

Hi

I would like to copy the dynamic address-lists created inside a Mikrotik hotsopt to another Mikrotik router & update it accordingly.

Abhishek
 
netboyzin
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 74
Joined: Thu Mar 21, 2013 3:42 pm

Re: Copying Dynamic Address Lists To Another router

Wed Sep 07, 2016 9:12 am

Any help is most welcome.

Abhishek
 
kivimart
Frequent Visitor
Frequent Visitor
Posts: 54
Joined: Thu Oct 10, 2013 3:06 pm

Re: Copying Dynamic Address Lists To Another router

Wed Sep 07, 2016 10:48 am

Export command
ip firewall address-list export file=copy

Import command
import file=copy.rsc
 
netboyzin
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 74
Joined: Thu Mar 21, 2013 3:42 pm

Re: Copying Dynamic Address Lists To Another router

Wed Sep 07, 2016 3:05 pm

Hi

It should be online method, not offline. One router itself should login and upload its latest dynamic address-list into another router - dynamic address list can change any time , so it will be uploaded once any change occurs in the first router's dynamic address list.

Any help is welcome.

Abhishek