I'm working towards disabling Netbios over TCP/IP for my organization. I've created a reservation for my MAC address. I can see that the reservation becomes active when I renew my IP address. I set option 001 under the Microsoft Options vendor class and the Default BOOTP class with a value of 0x2. When I renew my IP address, the DHCP server never adds this option to the DHCP Offer or DHCP ACK.
How do I need to configure the options in order to get this functioning properly?
I believe the problem in my case was due to an incorrect User class being specified. I had run
ipconfig /showclassid "Local Area Connection"
, which gave me the following output:I thought, from this output, that I should have been using the Default BOOTP Class. After reconfiguring the options for the Default User Class, however, everything appears to be working now. Currently I have the option set in both the Microsoft Options vendor class as well as the Microsoft Windows 2000 vendor class.
It's interesting to note that a Wireshark capture still does not show the DHCP option being set. It seems that Wireshark displays this data under a Vendor-Specific Information "parent" option, but I can't be certain at this point.
The option I would use would be simply not to configure any WINS servers in my DHCP server options.
I noticed that the description of the item you mentioned says, "Option for enabling or disabling Netbios for Microsoft Windows 2000 Clients." It would seem not to apply to anything more recent than Windows 2000.