Now check the IP confugration settings. As shown in below figure, lease period is set to 7 days and we can only assign one DNS Server in above settings.
To change lease time and add more dns servers we have to do modify the configuration through CLI Console.
First enter below command line.
config system dhcp server
Type get to list all DHCP Servers. As shown in below figure I have 4 DHCP Servers.
DHCP Server default lease-time is 604800 = 1 Week = 7 Days
So I am going to change the DHCP Lease-time to 1 Day = 86400 Seconds
Type below command set the lease-time
set lease-time 86400
To add another DNS Server (Alternative) type below command.
set dns-server2 <IP Address>
Type end to end the current session and see the DHCP configuration on the interface.
Do ipconfig /release and ipconfig /renew in computer's command prompt and verify the new IP Configuration.