I have an Aruba ArubaS2500-48P switch. I can successfully PXE boot if i set my vm to the same vlan that my pxe server is on vlan 150 in this case which is a servers vlan. If i set my vm to vlan 100 which is for clients i dont get a pxe response back. i have a dhcp-relay profile set for each vlan. where .21 and 29 are DC2 and DC3 which have DHCP roles on them (windows server 2019) and .24 is my sccm server which also has the wds pxe server on it. What i find interesting is if i am using WDS PXE responder in windows it works just fine across vlans but when i disable the WDS PXE responder and use the sccm pxe server it doesnt work, only on same vlan does it work. Now i do have DHCP options 66/67 enabled. see attached screenshot of that. How can i fix it so the SCCM pxe server will work so i dont have to use WDS?
here is my switch config for the dhcp profile
interface-profile dhcp-relay-profile "DHCP-Profile"
helper-address 10.10.0.21
helper-address 10.10.0.24
helper-address 10.10.0.29
interface vlan "100"
dhcp-relay-profile "DHCP-Profile"
ip address 10.0.0.1 255.255.255.0
!
interface vlan "150"
dhcp-relay-profile "DHCP-Profile"
ip address 10.10.0.1 255.255.255.0