User's Manual

Table Of Contents
Command Guide
-191-
4.2.72 ip dhcp excluded-address
Command:
ip dhcp excluded-address <A.B.C.D>
ip Internet Protocol
dhcp Dynamic Host Configuration Protocol
excluded-address Prevent DHCP from assigning certain addresses
<A.B.C.D> Low IP address
Default:
N/A
Usage Guide:
To configure excluded IP range of DHCP Server.
Example:
To configure excluded IP range (192.168.0.100~192.168.0.101) of DHCP Server.
Switch# configure terminal
Switch (config)# ip dhcp excluded-address 192.168.0.100 192.168.0.101
4.2.73 ip dhcp pool
Command:
ip dhcp pool <WORD>
ip Internet Protocol
dhcp Dynamic Host Configuration Protocol
pool Configure DHCP address pools
<WORD> Pool name in 32 characters
Default:
N/A
Usage Guide:
To create a DHCP pool.
Example:
To create a DHCP pool (Name: planetbestswitch).
Switch# configure terminal
Switch (config)# ip dhcp pool planetbestswitch
Switch (config-dhcp-pool)#