# How to Configure Cisco IOS DHCP Server for PXE To configure DHCP for ManageEngine OS Deployer PXE server, run the below CLI commands after configuring the DHCP server on the Cisco router: 1. * **next-server** (For *remote office*, specify the IP address of the machine where the Distribution Server of the remote office is installed.) Example: ``` Router(dhcp-config)# next-server 172.168.10 ``` 2. * **bootfile** - **Command for Legacy BIOS:** ``` Router(dhcp-config)# bootfile boot\pxeboot.n12 ``` - **Command for 64-bit UEFI BIOS:** ``` Router(dhcp-config)# bootfile EFI\Boot\bootx64.efi ``` - **Command for 32-bit UEFI BIOS:** ``` Router(dhcp-config)# bootfile EFI\Boot\bootia32.efi ``` ## Related Documents - [How to configure DHCP server for PXE?](https://www.manageengine.com/products/desktop-central/os-imaging-deployment/how-to-configure-dhcp-server.html) - [What is PXE (Preboot Execution Environment)?](https://www.manageengine.com/products/os-deployer/pxe-preboot-execution-environment.html)