start-ip-addr

Last Updated : Nov 06, 2012 |

Sets the start IP address of a DHCP pool. For manual/reservation leasing, set the start IP address to be identical to the end IP address. Use no start-ip-addr to clear the start IP address of the pool. Since there is a combined limit of 256 IP addresses for all pools, clear both the start and end IP addresses in a pool using no start-ip-addr and no end-ip-addr before you configure a new range.

Syntax

[no] start-ip-addr ip-addr

Parameters

Parameter

Description

Possible Values

Default Value

ip_addr

The start IP address of the DHCP pool

The start IP address must be smaller than the end IP address.

The number of IP addresses in one pool cannot exceed 256.

0.0.0.0

User level

read-write

Context

dhcp pool

Example

To set the start IP address of a DHCP pool to IP address 135.64.120.2:

Gxxx-001(DHCP 5)# start-ip-addr 135.64.120.2