fiza Posted February 16, 2016 Posted February 16, 2016 We are moving from our local GfL to schools broadband and I have been given a new scope to use. The existing scope has over 50 reservations. I dont really want to have to recreate these by hand with new IP addresses on the new scope. Can anyone tell me how to take a bunch of reservations and export them with mac addresses and then change the ip of them all and then import the list into a new scope?
Duke5A Posted February 19, 2016 Posted February 19, 2016 netsh dhcp server export c:\dhcp.txt That will at least get you an XML that you can edit with Notepad++ and put said changes into your new one. I would export from your current DHCP server (assuming you have this running already) and splice in the lines that contain the reservations from an export on the old DHCP server. To import: netsh dhcp server import c:\dhcp.txt 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now