HP Device Manager 4.5 - Configuring DHCP Tags

7
Configuring options 202 and 203
Option 202 is used to set the IP address for the HPDM Server and Gateway. To do this, follow these steps:.
1. From the main Windows menu select Start > Run.
2. Type Cmd in the field. A Command shell appears.
3. Type netsh, then press the Enter key.
4. Type dhcp, then press the Enter key.
5. Type server \\<server_name> (using the UNC name for the DHCP server).
or
Type server <IP_address> (using the IP address of the DHCP server).
A “dhcp server >” prompt appears in the command window.
6. Type add optiondef 202 <custom_option_name> STRING 0, then press the Enter key.
7. Type set optionvalue 202 STRING <HPDM_Server_IP> <HPDM_Gateway_IP>, then press
the Enter key.
8. To confirm that the settings are correct, type show optionvalue all, then press the Enter key.
NOTES:
Replace the red items above with the appropriate value.
When setting optionvalue 202, the syntax must be written exactly as shown above,
separated by a single space, otherwise errors will occur. For example:
192.168.1.100 192.168.1.200
Option 203 is used to set up to six grouping parameters (P1-P6) that can then be used as part of a dynamic
grouping scheme and a special parameter labeled MG, which is set to a path to use for manual grouping.
The instructions are the same as option 202 above, and the option value format is as follows:
P1=“value”;P2=“value”;P3=“value”;P4=“value”;P5=“value”;P6=“value”;MG=“value”
For example:
add optiondef 203 CustomName STRING 0
set optionvalue 203 STRING P1=”Asia”;P2=”China”;P3=”Shanghai”;MG=”Company/Department/Group”
NOTE:
All of the grouping parameters (P1-P6 and MG) are optional, but those specified
must be assigned a value.