Navigation
SEARCH
TOOLBOX
LANGUAGES

dhcpServerOptionData*

From QA Cafe Support Wiki

Jump to: navigation, search

dhcpServerOptionData* The dhcpServerOptionData* testvar is used to define the DHCP option data for any additional DHCP options configured on the WAN side DHCP server. The DHCP option data must be encoded in ascii hex format. The DHCP option length will be computed automatically based on the size of the data. The * value should be replaced with the entry number such as 1, 2, 3, etc. See the example above.

Example:
testvar dhcpServerOptionCode1 69 testvar dhcpServerOptionData1 04040404 testvar dhcpServerOptionCode2 71 testvar dhcpServerOptionData2 04040405