Users Guide

Table Of Contents
Switch Management Commands 2038
ip dhcp excluded-address
Use the ip dhcp excluded-address command in Global Configuration mode
to exclude one or more DHCP addresses from automatic assignment. Use the
no form of the command to allow automatic address assignment for the
specified address or address range.
Syntax
ip dhcp excluded-address [vrf
vrf-name
]
low-address
{
high-address
}
no ip dhcp excluded-address [vrf
vrf-name
]
low-address
{
high-address
}
vrf-name
— The name of an existing VRF instance.
low-address
—An IPv4 address indicating the starting range for exclusion
from automatic DHCP address assignment.
high-address
—An IPv4 address indicating the ending range for exclusion
from automatic DHCP address assignment. The high-address must be
numerically greater than the low-address.
Default Configuration
By default, no IP addresses are excluded from the lists configured by the IP
DHCP pool configuration.
Command Mode
Global Configuration mode
User Guidelines
This command has no user guidelines.
Example
console#ip dhcp excluded-address 192.168.20.1 192.168.20.3
Command History
Syntax to support VRFs added in version 6.7.0 firmware.