Raisecom
ISCOM2600G-HI (A) Series Configuration Guide
6 DHCP
Raisecom Proprietary and Confidential
Copyright © Raisecom Technology Co., Ltd.
280
No.
Command
Description
1
Raisecom(config)#show ip
dhcp server
Show configurations of DHCP Server.
2
Raisecom(config)#show ip
dhcp server lease
Show assigned IPv4 addresses and clients
information.
3
Raisecom(config)#show ip
dhcp server statistics
Show packet statistics on the DHCPv4 Server.
4
Raisecom(config)#show ip
dhcp static-bind
Show information about DHCPv4 static
binding.
5
Raisecom(config)#show ip
server pool
Show configurations of the address pool of
DHCPv4 Server.
6.5.8 Example for configuring DHCPv4 Server
Networking requirements
As shown in Figure 6-13, the switch as a DHCP server assigns IP addresses to DHCP clients.
The lease period is 8h. The name of the IP address pool is pool. The range of IP addresses is
172.31.1.2–172.31.1.100. The IP address of the DNS server is 172.31.100.1.
Figure 6-13
DHCP Server networking
Configuration steps
Step 1
Create an IP address pool, and configure it.
Raisecom#config
Raisecom(config)#ip dhcp server pool pool
Raisecom(config-pool)#address 172.31.1.2 172.31.1.100 mask 24
Raisecom(config-pool)#lease expired 480
Raisecom(config-pool)#dns-server 172.31.100.1