I have a configuration for a hub-spoke VPN network. everything is equal from site to site except subnet, vpn (l2tp) account, router name, etc. etc.
can i use scripting to build an install script that will ask questions like…
what is the local network?
user@router > 4
/ip pool
add name=“Public DHCP Pool” ranges=172.16.4.2-172.16.4.254
add name=“Private DHCP Pool” ranges=192.168.4.100-192.168.4.199
what is the routers location?
user@router > office1
/system identity
set name=office1
etc
etc
etc