NEXPEED NBG440 User’s Manual
NexComm Systems, Inc. 75 PAGE
Deleting the IP address Pool
1> stop the dhcp-sever feature for the IP address pool
COMMAND
(conf)# dhcp <poolname> stop
2> delete the IP address pool
COMMAND
(conf)# dhcp <poolname> del
Management the assigned IP address
Checking the DHCP allocation table :
COMMAND
(conf)# show dhcp
Deleting an entry from the table :
COMMAND
(conf)# dhcp clear all|ip [<ipaddr>]
Parameters
all : deleted all entries of 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
=>
setting up the gateway of the “ip-210” pool.
(conf)# dhcp ip-210 dns 168.126.63.1
=>
setting up the dns server of the “ip-210” pool.
(conf)# dhcp ip-210 domain nexcomm.co.kr
=>
setting up the domain name of the “ip-210” pool.
(conf)# dhcp ip-210 lease 3600
=>
setting up the lease time of the “ip-210” pool. You must set up this option to activate
the DHCP-server feature.
(conf)# dhcp ip-210 start
=>
starting the DHCP-server feature based the “ip-210” IP address pool. You must set
up this option to activate the DHCP-server feature.