08-03-2007 05:47 AM - edited 03-05-2019 05:41 PM
I need to replicate what is currently being done from a Windows server on a router with DHCP. Specifically, I need to set a class filter for vendor-class-identifier = "MSFT 5.0" and then set option 43 to 0x2B.
I haven't been able to find any examples on the net of how to set this up in IOS. Does anyone have any DHCP examples showing something similar?
08-03-2007 01:00 PM
Does this help?
Basically, it looks to me like you need to do something like this:
ip dhcp pool MSFT
option 60 ascii "MSFT 5.0"
option 43 hex
08-07-2007 04:40 AM
Thanks - that does help. After reading the RFC, I assumed it would be more complicated than that.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide