-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZTP over the me0 port for switches #806
Comments
Kea Config has been prototyped and tested in my home environment. Kea stanzas still need to be isolated and optimized for handling more than one type of switch (for example, current setup handles only ex4200-48p, minor additional configuration is needed for ex4200-48px, and more significant configuration will be needed to add the ability to handle ex4300-48p). I'm hoping that with some luck, I'll be able to get at least one ex4300-48p into a test environment soon. |
Here are all the additions to kea-dhcp4.conf to make ZTP work. Where elipses (...) appear in the quoted text below, they represent redactions of the kea config file that were not relevant to ZTP for the Juniper. Further, the range 1-20 is reserved for systems participating in the flashing process. Note that the DHCP range assigned for handing out addresses will NOT conflict with the configured switch address of 192.168.255.76 in order to avoid interfering with the operations of the switch once miminconfig or another configuration is loaded. The HTTP server is expected to be at 192.168.255.20.
I also set up a simple apache instance to serve up config/miniconfig and the install image from images/jinstall-ex4200... These were placed in the default /var/www/html HTML Root that apache2 packages for linux ship with. IIRC, that was all that was needed in order to make ZTP work. My recommendation would be to add both of these capabilities to the stock image we use for NIX to contain the tools to flash switches. |
Description
From the second work party there was discussion around ZTP
Prototype KEA config that will allow for loading of a zeroized ex4200-48p (or px) with the specified JunOS version and a copy of miniconfig through ZTP over the me0 port.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: