MajesticFalcon / Optimizing-CPE-Deployments

A combination of tools to automate service provider installations
MIT License
9 stars 2 forks source link

Design auto configuration process for CPE #13

Open MajesticFalcon opened 3 years ago

MajesticFalcon commented 3 years ago

Is your feature request related to a problem? Please describe. No. I need a method of configuring the CPE automatically. I initially wanted to make the installers do it, but I think we can accomplish this pragmatically.

Describe the solution you'd like There are a couple options here that I think we should explore.

  1. Python server checking for new dhcp clients, ssh in, drop config and reboot
  2. Built in ZTP (Juniper only)
  3. Combination of two depending on the model of the hardware.

I will start with option 1, then we can explore attempting a more robust solution to cover many CPEs

Describe alternatives you've considered Installers manually uploading configurations. It is a decent fallback.

MajesticFalcon commented 3 years ago

Progress made on 714976a9789029e3a3bfc1a19fd36346f4e3e920