# NAME CODE VALUE RAW-VALUE
0 Network Owner 54 'Saini' 5043204e6574776f726b696e67
1 Time Zone Offset 2 '-0800' fffffce0
2 NTP Server 42 '64.6.144.6' 40069006
I also set Network to utilize all 3 options.
When a client interface is refreshed are these options set into their interface?
Are options pushed by the DHCP Server to the client by default OR must options be requested by the client interface?
Any input into understanding this a little better would be great.
There is a built-in option for time servers already. Did you try using that one?
You may want to try making an option group, and setting the network to send the option group.
If you use wireshark, you should be able to see the options in the reply.
Thank you for the reply zerobyte…
Yes I did see the NTP option, I am merely trying to see if any options at all, even if an option is redundant can be set in the client adapter.
When you refer to
option groups
… might you be referring to option sets?
If so I a have also created an
option set
and set it as the source for options to the DHCP.
According to the DHCP protocol, a parameter is returned to the DHCP client only if it requests this parameter, specifying the respective code in DHCP request Parameter-List (code 55) attribute. If the code is not included in Parameter-List attribute, DHCP server will not send it to the DHCP client.
Is this indicating the the DHCP server will “not” return options unless they are requested by the client?
You know, I wouldn’t “swear on the bible” either way - the more I think about it, the more I seem to recall an ability for clients to request certain options. I would have said the server just sends everything according to its configuration. (i.e. you can make some options just for certain hosts, groups of hosts, etc.)
Wireshark will be the ultimate way to answer this.
I will get back to working on this task again and I will run WS against it to see what exactly comes from the server.
Yeah, after already having had submitted this question at the MT forum I went and re-read the section Options in: http://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Server#DHCP_Options
The second paragraph under Manual: IP/DHCP Server > Options
According to the DHCP protocol, a parameter is returned to the DHCP client only if it requests this parameter, specifying the respective code in DHCP request Parameter-List (code 55) attribute. If the code is not included in Parameter-List attribute, DHCP server will not send it to the DHCP client. >
Have a great day - the very best day you are able to have