How to Configure Cisco for PXE
Hey,
Anyone out there know what to do with Cisco switches and PXE?
We have DHCP on different VLans and one SCCM PXE server also on a different VLAN.
When I PXE boot a computer on the same VLAN as the SCCM PXE serverit works fine, but ondifferent Vlan's it doesn't.
Thanks,
August 7th, 2008 7:00pm
You have to configure IP helpers. See http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=772243&SiteID=17
for details ("IP Helper Updates").
Free Windows Admin Tool Kit Click here and download it now
August 8th, 2008 12:03am
It ended up being the Firmware was not >= to version12 IOS
On our latest version cisco switches there was no problem PXE booting
September 30th, 2008 9:33pm
Just configure in your pool next-server <PXE IP address>
ip pool dhcp DATA
network xx.xx.xx.xx ss.ss.ss.ss
dns-server xx.xx.xx.xx
default-router xx.x.x.x
next-server xx.xx.xx.xx <-------- This one
bootfile <pxefile> <---------- n this one
Free Windows Admin Tool Kit Click here and download it now
June 4th, 2011 12:11am