MES53xx, MES33xx, MES23xx Ethernet Switch Series
171
ip dhcp pool host
name
name: (1..32) characters
Enter the DHCP server static address configuration mode.
no ip dhcp pool host
name
Delete a configuration of the DHCP client with the specified
name.
ip dhcp pool network
name
name: (1..32) characters
Enter the DHCP address pool configuration mode.
-
name
- name of the DHCP address pool.
no ip dhcp pool network
name
Delete a DHCP pool with the specified name.
ip dhcp excluded-address
low_address
[
high_address
]
-
Specify the IP addresses which will not be assigned to DHCP
clients by the DHCP server.
-
low-address
- the first IP address of the range;
-
high-address
- the last IP address of the range.
no ip dhcp
excludedaddress
low_address
[
high_address
]
Remove an IP address from the list of exceptions that cannot
be assigned to DHCP clients.
DHCP server static addresses configuration mode commands
Command line prompt in the DHCP server static address configuration mode is as follows:
console#
configure
console(config)#
ip dhcp pool host
name
console(config-dhcp)#
Table 5.196. Configuration mode commands
Command
Value/Default value
Action
address
ip_address
{
mask
|
prefix_length
}
,clientidentifier
id
|
hardware-address
mac_address
}
-
Manual IP address backup for a DHCP client.
-
ip_address
- the IP address which will be assigned to the
client's physical address;
-
mask/prefix_length
- subnet mask / prefix length;
-
id
- NIC physical address (identifier);
-
mac_address
- MAC address.
no address
Remove reserved IP addresses.
client-name
name
name: (1..32) characters
Specify the name of the DHCP client.
no client-name
Remove the name of the DHCP client.
DHCP Server Pool configuration mode commands
Command line prompt in the DHCP server pool configuration mode is as follows:
console#
configure
console(config)#
ip dhcp pool network
name
console(config-dhcp)#
Table 5.197. Configuration mode commands
Command
Value/Default value
Action
address
{
network_number
| low
low_address
high
high_address
} {
mask
|
prefix_length
}
-
Set the subnet number and subnet mask for the address poll
of the DHCP server.
- network_number
- IP address of the subnet number;
-
low_address
- the first IP address of the range;
-
high_address
- the last IP address of the range;
-
mask/prefix_length
- subnet mask / prefix length.
no address
Remove a DHCP address pool configuration.
lease {
days
[
hours
[
minutes
]] | infinite}
-/1 day
Lease period for the IP address which is assigned by DHCP.
-
infinite
- the lease period is not limited;
-
days
- the number of days;
-
hours
- the number of hours;
-
minutes
- the number of minutes.
no lease
Set the default value.
DHCP server pool and DHCP server static addresses configuration mode commands