iPXE discussion forum

Full Version: How do I know the dhcp server's address in the shell
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have enter the ipxe‘s shell , I want to know the DHCP SERVER's address, is there some command can tell me this?

I use the PXE to load the ipxe, and then I want to use ipxe load the vxworks’ bootrom, the bootrom is stored on the dhcp server, so I want to know the dhcp server's address. Please help me , thanks very much:)

I‘m a CHINESE, my English is not so good, I hope you can understand what I saidBig Grin
Depending on how you'd like to use it, one of these alternatives might help you out.
Code:
show dhcp-server
echo ${dhcp-server}
Reference URL's