cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2145
Views
0
Helpful
1
Replies

add tftp server settings to dhcp

jkay18041
Level 3
Level 3

I have a cisco 3750g that I use to hand out DHCP addresses. I also have a pxe server I'd like to be able to use. How would I add the next-server and the pxelinux file to the dhcp?

 

Thank you!

1 Accepted Solution

Accepted Solutions

ghostinthenet
Level 7
Level 7

In your DHCP pool, you can define both the TFTP server and the boot file using the following format:

ip dhcp pool DHCP_Pool_LAN
 next-server x.x.x.x
 bootfile pxelinux.0

Just replace x.x.x.x with the address of your TFTP server.

View solution in original post

1 Reply 1

ghostinthenet
Level 7
Level 7

In your DHCP pool, you can define both the TFTP server and the boot file using the following format:

ip dhcp pool DHCP_Pool_LAN
 next-server x.x.x.x
 bootfile pxelinux.0

Just replace x.x.x.x with the address of your TFTP server.

Review Cisco Networking products for a $25 gift card