configure vlan dhcp-address-range
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
985
configure vlan dhcp-address-range
configure vlan <vlan_name> dhcp-address-range <ipaddress1> - <ipaddress2>
Description
Configures a set of DHCP addresses for a VLAN.
Syntax Description
Default
N/A.
Usage Guidelines
The following error conditions are checked: ipaddress2 >= ipaddress1, the range must be in the VLAN's
network, the range does not contain the VLAN's IP address, and the VLAN has an IP address assigned.
Example
The following command allocates the IP addresses between 192.168.0.20 and 192.168.0.100 for use by the
VLAN
temporary
:
configure temporary dhcp-address-range 192.168.0.20 - 192.168.0.100
History
This command was first available in ExtremeWare XOS 11.0.
Platform Availability
This command is available on all platforms.
vlan_name
Specifies the VLAN on whose ports DHCP will be enabled.
ipaddress1
Specifies the first IP address in the DHCP address range to be assigned to this
VLAN.
ipaddress2
Specifies the last IP address in the DHCP address range to be assigned to this
VLAN.