Update interface address, DHCP server configuration in bulk

I have a RB750 that we occasionally use to pre-build a LAN environment simulating certain functions of the WAN router.

I have no experience of scripting in RouterOS but would like to find a way of entering a new list of subnets which would then automatically update the following:

7 x VLAN interface address
7 x DHCP server networks (incl gateway)
7 x Address Pool

Is there an easy way to achieve this?

Hi,

You can set up everything in a router after which you export the configuration.
If you look into the exported file you will see that it contains all the commands that generate the settings made.

https://wiki.mikrotik.com/wiki/Manual:Configuration_Management

Best regards,
Geo