08-11-2008 02:02 AM - edited 03-06-2019 12:42 AM
Hi
I have cisco IOS DHCP server configured on a 2960G switch on Vlan 20. I have added a "IP helper-address" on the SVI of the switch for our Ghost server which is on a different subnet (Vlan 70) to the switch. I'm trying to do a PXE Boot to the ghost server but the hosts on Vlan 20 do not get assigned an IP from the switch when it is doing the PXE boot.
Can you please give me some advise on why this is not happening and please help me with the config?
Many thanks
Mark
08-11-2008 05:27 AM
Hi,
1. Remove the IP helper address. PXE clients send an Option 60 in the DORA process to identify themselves as PXE clients. Your DHCP then points them to the location of a PXE server (Ghost). You can set this up on the IOS DHCP server as below.
2. ip dhcp pool VLAN20
network x.x.x.x x.x.x.x
option 60 ip x.x.x.x
This will assign client the normal IP address, and if Option 60 is determined will tell them them the address of the Ghost server.
Thanks
08-11-2008 05:30 AM
Additional Options Available:
Option 66 will contain the ip or FQDN of your WDS server (PXE Service Point role in SCCM)
Option 67 will contain the name of your bootfile (SMSBoot\x86\wdsnbp.com)
04-25-2023 05:35 PM
I had this same issue and tried the options, but what fixed it for me was adding the next-server command on the DHCP pool instead of using the ip helper on the SVI. Everything I've always read said to use the ip helper but how I was able to get it to work is to set the
next-server (PXE server address and DP address)
option 60 ascii "PXEClient"
Adding those two commands to the DHCP scope fixed it for me. I know this is an old thread but hopefully it helps others in the future.
04-26-2023 07:48 AM
Yes it is an old discussion which does contain helpful information. Thanks for sharing your experience and adaptation of the solution.
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