06-18-2010 08:55 AM - edited 03-04-2019 08:49 AM
Hi,
We have two LAN in my enterprise.One LAN is for server and other is for users.Cisco Router act as a DHCP server for the user LAN.Now we are planning for PXE boot for user LAN.My PXE boot server is located in the server LAN.What are the changes needs to be done at the router to make this work.
Solved! Go to Solution.
06-18-2010 10:15 AM
Hello Uthayaman,
on client vlan facing router interface you need the command
ip helper-address pxe-server-address
this command converts unroutable packets with broadcast destination to routable packets with unicast destination = pxe-server-address
one field in the packet is updated with the router's IP address of client facing interface so that DHCP server can pick up an IP address from correct address pool
to be noted LAN switch ports should be configured with spanning-tree portfast otherwise PXE boot can fail for the STP standard timers (up to 30 seconds before making the port operational)
Hope to help
Giuseppe
06-18-2010 10:15 AM
Hello Uthayaman,
on client vlan facing router interface you need the command
ip helper-address pxe-server-address
this command converts unroutable packets with broadcast destination to routable packets with unicast destination = pxe-server-address
one field in the packet is updated with the router's IP address of client facing interface so that DHCP server can pick up an IP address from correct address pool
to be noted LAN switch ports should be configured with spanning-tree portfast otherwise PXE boot can fail for the STP standard timers (up to 30 seconds before making the port operational)
Hope to help
Giuseppe
06-25-2010 03:10 PM
Thx...
I have done this.Now my clients are not getiing IP from the DHCP server.We have a MPLS VPN(Provided by a service provider) between the client and server.Whether this will block DHCP boot request packet from client to server.
I can arble to see the gaddress getting changed in the clients gateway(Router A) and forwaded to DHCP server.But this is not reaching the router B.
Client<------>RouterA------MPLS-----------RouterB<-------->DHCP server
Do i need to take it up with my service provider.Because i never faced any such issue with MPLS link till now.
06-27-2010 12:02 PM
Hello Uthayaman,
thanks for your kind remarks
>> I can arble to see the gaddress getting changed in the clients gateway(Router A) and forwaded to DHCP server.But this is not reaching the router B.
but can you ping from RA's lan ip address to RB's lan ip address ?
in any case I agree that you need to involve the SP
Hope to help
Giuseppe
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