Dhcp server commands, A-14 – Paradyne Hotwire 6342 User Manual
Page 80

A. Command Line Interface
A-14
May
2001
6371-A2-GB20-20
DHCP Server Commands
The Dynamic Host Configuration Protocol (DHCP) Server can be enabled and
disabled. Based on RFC 2131 and RFC 2132, supported options are:
T
Domain Name
T
Domain Name Server
T
Router
T
Subnet Mask
dhcp server
{
enable
|
disable
}
Minimum Access Level: Administrator
Command Mode: Config
Enables or disables the DHCP server. For the DHCP Server to be enabled, one (and
only one) address must be assigned to the Ethernet interface. The DHCP Server and
the DHCP Relay Agent cannot be enabled at the same time.
Example:
dhcp server enable
enable – Enable the DHCP Server.
disable – Disable the DHCP Server. The default is disable.
dhcp server addresses
lower-ip-address
upper-ip-address
[
mask
]
Minimum Access Level: Administrator
Command Mode: Config
Specifies the range of IP addresses to be used by the DHCP server. When the DHCP
address range is changed, all binding entries, automatically added routes, and ARP
entries are removed.
Example:
dhcp server address 132.53.4.2 132.53.4.250
mask – The subnet mask associated with the specified IP address.
dhcp server leasetime
min-lease-time
max-lease-time
Minimum Access Level: Administrator
Command Mode: Config
Specifies the lease-time settings used by the DHCP server.
Example:
dhcp server leasetime 120 320
min-lease-time – Specifies the minimum amount of time allowed. The default is
120 minutes (2 hours)
max-lease-time – Specifies the maximum amount of time allowed. The default is
4320 minutes (72 hours)
dhcp server router
ip-address
Minimum Access Level: Administrator
Command Mode: Config
Specifies the router IP address used by the DHCP server.
Example:
dhcp server router 132.53.4.2