Hello
You will probably need set the dhcp options for the PXE boot in the dhcp pool, usually option 66-67.specifiying the tftp server and pxeclient
Example:
ip dhcp pool stan
network 10.10.10.0 255.255.255.0
option 66 ip 10.10.10.100
option 67 ascii "PXEClient"
default-router 10.10.10.1
domain-name stan.com
dns-server 10.10.10.1
lease 0 8
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul