Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, January 14, 2015 2:32 PM
We are in the process of migrating our 2008 R2 DHCP servers to Server 2012. We're doing this in order to configure DHCP failover to a remote site. We can't do this if BOOTP is enabled on the scope. Before I start disabling BOOTP on all of our scopes, I would like to find out what is using BOOTP. Is there a way to search all scopes in the DHCP database to find all addresses assigned using BOOTP. Powershell, netsh?
All replies (2)
Thursday, January 15, 2015 5:19 AM âś…Answered
Hi,
Show BOOTP table:
1. Open DHCP console, expand the DHCP server.
2. Right click IPv4, and select Properties.
3. Switch to General tab, select the checkbox Show the BOOTP tab folder.
After saving the change, you will see BOOTP folder in the left column. Details information you may reference the link:
http://technet.microsoft.com/en-us/library/cc781370(v=WS.10).aspx
Best Regards,
Eve Wang
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected].
Wednesday, January 14, 2015 2:35 PM
Take a right-click on dhcp server in console, and choose "Show BOOTP Table" (or something like that). BOOTP table view will then be added to console tree.
Gleb.