MES53xx, MES33xx, MES23xx Ethernet Switch Series 171
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
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
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
address ip_address {mask |
prefix_length}
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.
Remove reserved IP addresses.
Specify the name of the DHCP client.
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
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.
Remove a DHCP address pool configuration.
lease {days [hours
[minutes]] | infinite}
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.
DHCP server pool and DHCP server static addresses configuration mode commands