Users Guide

Table Of Contents
ip dhcp server
Enters DHCP configuration mode.
Syntax
ip dhcp server
Parameters None
Default Not configured
Command Mode CONFIGURATION
Usage
Information
Use the ip dhcp server command to enter the DHCP mode required to enable DHCP server-assigned
dynamic addresses on an interface.
Example
OS10(config)# ip dhcp server
OS10(conf-dhcp)#
Supported
Releases
10.2.0E or later
lease
Configures a lease time for the IP addresses in a pool.
Syntax
lease {infinite | days [hours] [minutes]}
Parameters
infinite Enter the keyword to configure a lease that never expires.
days Enter the number of lease days, from 0 to 31.
hours Enter the number of lease hours, from 0 to 23.
minutes Enter the number of lease minutes, from 0 to 59.
Default 24 hours
Command Mode DHCP-POOL
Usage
Information
The no version of this command removes the lease configuration.
Example
OS10(conf-dhcp-Dell)# lease 2 5 10
Example
(Infinite)
OS10(conf-dhcp-Dell)# lease infinite
Supported
Releases
10.2.0E or later
netbios-name-server address
Configures a NetBIOS WINS server that is available to DHCP clients.
Syntax
netbios-name-server ip-address [address2...address8]
Parameters
ip-address Enter the address of the NetBIOS WINS server.
address2...address8 (Optional) Enter additional server addresses.
Default Not configured
Command Mode DHCP-POOL
Usage
Information
Configure up to eight NetBIOS WINS servers available to a Microsoft DHCP client, in order of preference.
The no version of this command returns the value to the default.
Example
OS10(conf-dhcp-Dell)# netbios-name-server 192.168.10.5
System management 233