Configuring the DHCP Option
IT Asset Management
(Cloud)
The DHCP option must be a string type and have an option number matching the one
supplied to the MgsDHCP
algorithm. Typically, you need to configure
this on each DHCP scope within your enterprise on which there are target inventory
devices.
The syntax of the value is:
serverlist[servername | random(servername[,...n]),...n]
Some examples are:
srv1,srv2,srv3
: Prioritizes srv1 first, followed by srv2 and srv3random(srv1,srv2,srv3)
: Prioritizes the three servers in random orderrandom(srv1,srv2,srv3),srv4
: Prioritizes srv2, srv1, srv3 in random order, followed by srv4random(srv1,srv2,srv3),random(srv4,srv5,srv6)
: Prioritizes srv1, srv2, and srv3 in random order, then srv4, srv5, and srv6 in random ordersrv0,random(srv2,srv2,srv3),random(srv4,srv5,srv6)
: Prioritizes srv0 first, followed by srv1, srv2, and srv3 in random order, then srv4, srv5, and srv6 in random ordersrv0,random(srv1,srv2,srv3),srv4
: Prioritizes srv0 first, followed by srv1, srv2, and srv3 in random order, followed lastly by srv4.
To configure the DHCP server (Microsoft example):
-
Create a custom DHCP scope option:
-
Enable and configure the DHCP option:
- Start the DHCP MMC snap-in.
- Right-click <Scope Name> Scope Options and select Configure Options.
- Select the option and enter the server list in the String field.
- Click OK.
- Repeat the previous step for every DHCP scope.
IT Asset Management (Cloud)
Current