Chapter 11 DHCP Configuration
Table 11-2 Configuration Data of DHCP Server
Item
Data
Global
status
enable
IP address pool
l
Name: ippool1
l
Range: 10.10.1.3–10.10.1.254
DHCP IP address pool
l
Name: dhcppool1
l
IP pool: ippool1
l
DNS IP address: 10.10.1.2
l
IP address lease period: infinite
l
Default route: 10.10.1.254
DHCP policy
l
Name: dhcppy
l
Priority: 1
l
DHCP IP address pool: dhcppool1
DHCP server
l
IP address: 10.10.1.1
l
Mode: server
l
Policy: dhcppy
Steps
1.
Enable the global DHCP function.
ZXAN(config)#ip dhcp enable
2.
Configure the IP address pool for DHCP clients.
ZXAN(config)#ip pool ippool1
ZXAN(config-ip-pool)#range 10.10.1.3 10.10.1.254 255.255.255.0
ZXAN(config-ip-pool)#exit
3.
Apply the IP address pool to the DHCP IP address pool.
ZXAN(config)#ip dhcp pool dhcppool1
ZXAN(config-dhcp-pool)#ip-pool ippool1
4.
Configure the lease time of the IP addresses.
ZXAN(config-dhcp-pool)#lease-time infinite
5.
Configure the DHCP
server.
ZXAN(config-dhcp-pool)#dns-server 10.10.1.2
6.
Configure the default route.
ZXAN(config-dhcp-pool)#default-router 10.10.1.254
ZXAN(config-dhcp-pool)#exit
7.
Configure the DHCP policy.
ZXAN(config)#ip dhcp policy dhcppy 1
ZXAN(config-dhcp-policy)#dhcp-pool dhcppool1
ZXAN(config-dhcp-policy)#exit
8.
In management interface mode, configure the DHCP mode and policy.
11-3
SJ-20130520164529-007|2013-06-30 (R1.0)
ZTE Proprietary and Confidential
Содержание ZXA10 C300
Страница 8: ...VI SJ 20130520164529 007 2013 06 30 R1 0 ZTE Proprietary and Confidential ...
Страница 294: ...Tables This page intentionally left blank VI SJ 20130520164529 007 2013 06 30 R1 0 ZTE Proprietary and Confidential ...
Страница 301: ...Glossary VoIP Voice over Internet Protocol XIII SJ 20130520164529 007 2013 06 30 R1 0 ZTE Proprietary and Confidential ...