Справочник Пользователя для Ulterius Technologies LLC FDN40

Скачать
Страница из 388
 
CHAPTER 3: DHCP SERVER 
Configuration User Manual 
63 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
3.5.3.2 
Configuring End IP for the Pool 
Refer Figure 3-1 for Topology Setup. End IP is used to specify the upper limit 
for IP addresses in an address pool. 
1.  Execute the following command in FDN40-1. 
 
Enter the Global Configuration mode. 
UltOs# configure terminal 
 
Create pool 1 and enter into DHCP Pool configuration mode. 
UltOs(config)# ip dhcp pool 1 
 
Configure the network as 12.0.0.0, mask 255.0.0.0 and end IP 
12.0.0.100. 
UltOs(dhcp-config)# network 12.0.0.0 255.0.0.0 12.0.0.100 
 
Exit from the DHCP Pool configuration mode. 
UltOs(dhcp-config)# end 
2.  View the end IP for the pools using the following command. 
UltOs# show ip dhcp server pools 
The output in FDN40-1 is 
Pool Id                   : 1 
------------------------------------- 
Subnet                    : 12.0.0.0 
Subnet Mask               : 255.0.0.0 
Lease time                : 3600 secs 
Utilization threshold     : 75% 
Start Ip                  : 12.0.0.1 
End Ip                    : 12.0.0.100 
3.5.3.3 
Configuring Lease Time  
Refer Figure 3-1 for Topology Setup. Lease time specifies the amount of time 
that the client can use the IP address assigned by the server. This parameter 
is specific to each IP address pool. Hence, every IP address allocated from a 
pool will be returned to the pool, if the client does not renew it.  
1.  Execute the following commands in FDN40-1. 
 
Enter the Global Configuration mode. 
UltOs# configure terminal 
 
Create pool 1 and enter into DHCP Pool configuration mode. 
UltOs(config)# ip dhcp pool 
 
Configure the lease time as 1 day 2 hours and 30 minutes. 
UltOs(dhcp-config)# lease 1 2 30 
 
Exit from the DHCP Pool configuration mode. 
UltOs(dhcp-config)# end 
2.  View the lease time of pools using the following command.