Difference between revisions of "DHCP"

From AlphaBook
Jump to: navigation, search
(Created page with "== To be continued == *")
 
Line 1: Line 1:
== To be continued ==
+
== Install DHCP ==
*
+
* Install-WindowsFeature -Name DHCP -IncludeManagementTools
 +
 
 +
== Post-deployment Configuration ==
 +
* Complete DHCP configuration
 +
* Specify the credentials to be used to authorize this DHCP server in AD DS
 +
* Commit
 +
 
 +
== DHCP Failover (two servers) ===
 +
* Relationship Name:
 +
* Maximum Client Lead Time: 1 hour (default)
 +
* Mode: Load balance (default) 50%-50%
 +
* State Switchover Internal: 60 minutes (optional)
 +
* Enable Message Authenication
 +
** Shared Secret:
 +
 
 +
== DHCP Split-Scope (two servers) ==
 +
* Percentage of IP V4 Addresses: Host DHCP server 80% / Added DHCP server 20% (default)
 +
* Delay in DHCP Offer (milli seconds): Host DHCP server 0 / Added DHCP server 20% (default)

Revision as of 14:52, 14 February 2017

Install DHCP

  • Install-WindowsFeature -Name DHCP -IncludeManagementTools

Post-deployment Configuration

  • Complete DHCP configuration
  • Specify the credentials to be used to authorize this DHCP server in AD DS
  • Commit

DHCP Failover (two servers) =

  • Relationship Name:
  • Maximum Client Lead Time: 1 hour (default)
  • Mode: Load balance (default) 50%-50%
  • State Switchover Internal: 60 minutes (optional)
  • Enable Message Authenication
    • Shared Secret:

DHCP Split-Scope (two servers)

  • Percentage of IP V4 Addresses: Host DHCP server 80% / Added DHCP server 20% (default)
  • Delay in DHCP Offer (milli seconds): Host DHCP server 0 / Added DHCP server 20% (default)