02-21-2011 05:27 PM - edited 03-06-2019 03:40 PM
Hi all,
I have a client connecting to our FTP server to download the configuration for its branch's terminals (screen resolution, time, date, etc..)
this is the configuration:
!
ip dhcp pool BLA
network x.x.x.x 255.255.255.0
dns-server x.x.x.x
default-router x.x.x.x
option 161 ip x.x.x.x
option 162 ascii "/wyse/clientA/headoffice"
!
02-21-2011 05:31 PM
Find out the client id of this dhcp client with "show ip dhcp binding", then create a host based pool (reservation):
ip dhcp pool HOST1
host x.x.x.x 255.255.255.0
client-id
etc.
02-21-2011 05:36 PM
very good idea.
thanks.
would I need to create a dedicated file ina dedicated directory?
02-21-2011 05:37 PM
you can do whatever you want with that, a separate file would do
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