Displaying 1 result from an estimated 1 matches for "dhcppool".
Did you mean:
dcpool
2002 Nov 23
0
pxelinux using cisco router as a dhcp server
...h of machines in a lab.
i note your pxelinux site shows configuration for ISC DHCP server - you and
others may also find this useful ..
most Cisco IOS-based routers (& some IOS-based switches) can run as a DHCP
Server.
i use them with pxelinux with the following configuration:
ip dhcp pool dhcppool-vlan3-host12
host 10.67.16.77 255.255.255.192
hardware-address 00d0.b74c.af68
bootfile pxelinux.0
next-server 10.67.16.5
dns-server 10.67.16.5
domain-name cisco.com
default-router 10.67.16.2
option 208 ascii "f1:00:74:7e"
in reality, the fields are:
ip dh...