OK, just to inform you and without further explanation here is what I had to do to fix the issue. Simply changing the mask to /12 did not work. And beware of this if you think it will work in your case: Doing so will reassign new random subnets to your bound networks!!! save firewall rules of the template (if there are rules that have VLAN1 either in source or destination) save bonjour forwarding-config of the template (if VLAN1 in included) save every another piece of config of the template that includes VLAN1 delete firewall rules that include VLAN1 delete VLAN1 from every another piece of config of the template that includes VLAN1 save MX subnet config for VLAN1 (including DHCP settings) on every branch network delete VLAN1 from template add VLAN1 with the new mask to the template doing this will assign random subnets to your bound networks rebuild firewall rules to the template rebuild every another piece of config of the template that includes VLAN1 reassign the saves subnet configs to every single brach network Quite a lot of work, but the API did the trick 🙂 AND, of course: Create a copy of your template first. Test, if you are using a script!
... View more