Chapter 16: DHCP Server with Port-Based IP Assignment Commands
340
DHCP-OFFER IP
Syntax
dhcp-offer ip <
x.x.x.x
> [<x.x.x.x>]
Parameters
<x.x.x.x>
IPv4 address (in dotted decimal notation)
<x.x.x.x> [<x.x.x.x>]
IPv4 address range. The first IP address is the low end of the
range; the second IP address is the high end.
Mode
Interface Configuration
Description
Use this command to enable DHCP service on a switch port and define
the IP address or range of IP addresses that will be offered on this port.
Example
This example enables DHCP service to assign IP address 192.168.1.100
on switch port 1.0.1.
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# dhcp-offer ip 192.168.1.100
This example enables DHCP service to assign an IP address range of
192.168.1.101 to 192.168.1.110 on switch port 1.0.10.
awplus# configure terminal
awplus(config)# interface port1.0.10
awplus(config-if)# dhcp-offer ip 192.168.1.101 192.168.1.110