05-14-2014 07:07 AM - edited 03-07-2019 07:26 PM
I have a Catalyst 3750 switch at a remote location that hands out DHCP addresses to clients.
I need to enable options 66 & 67 for remote-boot capabilities, but I am not sure on the syntax to use.
on a windows DHCP server, the setting for 67 is
067 Bootfile Name standard Boot\x86\wdsnbp.com
how would I put that into the DHCP options on the switch?
08-01-2014 05:06 AM
ip dhcp pool DATA_LAN
network 10.250.1.0 255.255.255.0
default-router 10.250.1.1
option 66 ip 10.250.1.2
option 67 ascii smsboot\x64\wdsnbp.com
dns-server 10.111.18.241 10.111.18.242
domain-name corp.shire.com
ip dhcp excluded-address 10.250.1.1 10.250.1.10
08-04-2017 12:00 AM
hi @nalinbaranwal
its not necessary to add the cmd
next-server 10.250.1.2 or without it PXE could also works
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