07-21-2015 12:18 PM
Greetings,
What am I doing wrong here:
(config-dhcp)option ip-list 150 192.168.20.4
Not supported option
Available in the GUI somewhere?
Thanks
Solved! Go to Solution.
07-21-2015 03:48 PM
I believe this is the command you are looking for, but it is not clear if it supports a list of servers. Do you need a list of tftp servers or will one suffice?
13.16 next-server To configure the next server (siaddr) in the boot process of a DHCP client, use the next-server command in DHCP Pool Network Configuration mode or in DHCP Pool Host Configuration mode. To remove the next server, use the no form of this command. Syntax next-server ip-address no next-server Parameters • ip-address—Specifies the IP address of the next server in the boot process. Default Configuration If the next-server command is not used to configure a boot server list, the DHCP server uses inbound interface helper addresses as boot servers. Command Mode DHCP Pool Network Configuration mode DHCP Pool Host Configuration mode User Guidelines The client will connect, using the SCP/TFTP protocol, to this server in order to download the configuration file. Example The following example specifies 10.12.1.99 as the IP address of the next server: switchxxxxxx(config-dhcp)# next-server 10.12.1.99
07-21-2015 02:50 PM
What version firmware and are you in L3 mode? I think option 150, 66 and some others have special commands. Try ? to see them.
07-21-2015 03:48 PM
I believe this is the command you are looking for, but it is not clear if it supports a list of servers. Do you need a list of tftp servers or will one suffice?
13.16 next-server To configure the next server (siaddr) in the boot process of a DHCP client, use the next-server command in DHCP Pool Network Configuration mode or in DHCP Pool Host Configuration mode. To remove the next server, use the no form of this command. Syntax next-server ip-address no next-server Parameters • ip-address—Specifies the IP address of the next server in the boot process. Default Configuration If the next-server command is not used to configure a boot server list, the DHCP server uses inbound interface helper addresses as boot servers. Command Mode DHCP Pool Network Configuration mode DHCP Pool Host Configuration mode User Guidelines The client will connect, using the SCP/TFTP protocol, to this server in order to download the configuration file. Example The following example specifies 10.12.1.99 as the IP address of the next server: switchxxxxxx(config-dhcp)# next-server 10.12.1.99
07-22-2015 02:26 PM
Thank you Brandon,
I believe that works. I had tried that statement earlier, then realized a little later I had routing issues.
Thanks again
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