Step-by-step instructions for DHCP configuration on Windows
Here at Cumulus, we try to offer a lot of different tutorials for engineers to learn basic open networking commands and configurations, all the way up to advanced configurations (our how-to videos are a great example). But sometimes I find that there are some critical configurations where your desktop OS is a major player in how you configure. So for that reason, this blog post we will configure ONIE and Cumulus ZTP (Zero-Touch Provisioning) IPv4 DHCP Options on a Windows 2016 Server (this should also work with Windows 2012). I’ve broken this up into simple step-by-step instructions so it’s easy to follow.
The first thing we will do is create the options needed for Cumulus Linux.
1. To begin, right click on IPv4 and select “Set Predefined Options…”
2. Next, click the “Add” button:
Fill in the Option Type dialog box with the following:
Name: “default-url”
Data type: String
Code: “114”
Description: “Cumulus Binary Install”
Next, click “OK”
3. Clicking on the “OK” button will present you with the following dialog box that will require a String Value:
The “String Value” is the URL towards a binary image of Cumulus Linux.
4. Repeat “Step #2” in order to Continue reading