Zhone sia2410r ユーザーガイド

ページ / 59
 
Net To Net Technologies SIA2410R User Manual 
 
Net To Net Technologies                                                                                                     38 
 
 
Step5:  Activating the IP address pool. 
The DHCP-sever feature for the IP address pool is enabled and now 
needs to be started: 
 
Command 
dhcp <poolname> start 
Parameters 
<poolname> 
name of the IP address pool 
start  
 
starts the dhcp server feature for the IP  
  address 
pool 
 
Deleting the IP address Pool 
Stop the dhcp-sever feature for the IP address pool: 
Command 
dhcp <poolname> stop 
Delete the IP address pool: 
Command 
dhcp <poolname> del 
 
Managing the assigned IP address 
Checking the DHCP allocation table: 
Command 
show dhcp 
Deleting an entry from the table : 
Command 
dhcp clear all|ip [<ipaddr>] 
Parameters 
all 
 
delete all entries from the dhcp table. 
ip <ipaddr> 
delete the specified IP address entry. 
 
configuration example : 
 
(conf)# dhcp add ip-210 210.123.251.45 210.123.251.56 255.255.255.192 
 
creates the “ip-210” IP address pool, The rang of the pool is from 
210.123.251.45 to 210.123.251.56 and subnet mask value is 
255.255.255.192.
 
(conf)# dhcp ip-210 gw 210.123.251.62