Overview
17-30
17.2 Configuring DHCP Server using CLI
DHCP configuration is conducted by creating pools and mapping them to L3 interfaces (SVI).
A pool can be configured either as a network pool or host pool. A network pool includes ranges. When the
network pool is mapped to a L3 interface, DHCP clients requesting IP from the interface get an IP from the
included range. A host pool is used to assign static/fixed IP address to DHCP clients.
17.2.1 Creating network pool
RFS7000(config)#ip dhcp pool test
RFS7000(config-dhcp)#network 192.168.0.0/24
RFS7000(config-dhcp)#address range 192.168.0.30 192.168.0.60
RFS7000(config-dhcp)#domain-name test.com
RFS7000(config-dhcp)#dns-server 192.168.0.10 192.168.0.11
RFS7000(config-dhcp)#lease 10
RFS7000(config-dhcp)#exit
17.2.2 Creating host pool
RFS7000(config)#ip dhcp pool hostpool
RFS7000(config-dhcp)#client-name linuxbox
RFS7000(config-dhcp)#host 192.168.0.50
RFS7000(config-dhcp)#hardware 00:a0:f8:6f:6b:88
RFS7000(config-dhcp)#exit
17.2.3 Troubleshooting DHCP configuration
DHCP Server configurations come into effect only after rebooting the DHCP Server. Execute the
ip dhcp
restart
, at a global level, to restart the DHCP Server.
The following steps help setup/troubleshoot DHCP
related configuration issues:
1.To change the domain name for a pool from its existing name to
example.com
:
RFS7000(config)#ip dhcp pool test
RFS7000(config-dhcp)#domain-name example.com
RFS7000(config-dhcp)#exit
2.
Use
service dhcp
to restart the DHCP Server to implement any change made to the configuration.
The switch , by default, restarts the DHCP Server after 30 seconds of making a change to the
configuration:
RFS7000(config)#ip dhcp excluded-address 192.168.0.20 192.168.0.30
RFS7000(config)#service dhcp
Summary of Contents for RFS7000 Series
Page 1: ... RFS7000 Series RF Switch CLI Reference Guide ...
Page 10: ...x RFS7000 Series CLI Reference Guide ...
Page 30: ...Overview 1 10 ...
Page 196: ...Overview 4 46 ...
Page 270: ...Overview 5 74 ...
Page 284: ...Overview 6 14 ...
Page 294: ...Overview 7 10 ...
Page 304: ...Overview 8 10 ...
Page 308: ...Overview 9 4 ...
Page 338: ...Overview 11 36 ...
Page 366: ...Overview 12 28 ...
Page 380: ...Overview 13 14 ...
Page 404: ...Overview 15 2 terminal Sets terminal line parameters page 15 14 Command Description Ref ...
Page 434: ...Overview 16 18 ...
Page 466: ...Overview 17 32 ...
Page 474: ...Overview 18 8 ...
Page 504: ...Overview 19 30 ...
Page 572: ...Overview 20 68 ...
Page 584: ...Overview 21 12 ...
Page 586: ...A 2 RFS7000 Series CLI Reference Guide ...
Page 587: ......