configure vlan dhcp-options
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
987
configure vlan dhcp-options
configure vlan <vlan_name> dhcp-options [default-gateway | dns-server |
wins-server] <ipaddress>
Description
Configures the DHCP options returned as part of the DHCP response by a switch configured as a
DHCP server.
Syntax Description
Default
N/A.
Usage Guidelines
This command configures the DHCP options that can be returned to the DHCP client. For the
default-
gateway
option you are only allowed to configure an IP address that is in the VLAN's network range.
For the other options, any IP address is allowed.
The options below represent the following BOOTP options specified by RFC2132:
●
default-gateway
—Router option, number 3
●
dns-server
—Domain Name Server option, number 6
●
wins-server
—NetBIOS over TCP/IP Name Server option, number 44
Example
The following command configures the DHCP server to return the IP address 10.10.20.8 as the router
option:
configure vlan <name> dhcp-options default-gateway 10.10.20.8
History
This command was first available in ExtremeWare XOS 11.0.
name
Specifies a VLAN name.
default-gateway
Specifies the router option.
dns-server
Specifies the Domain Name Server (DNS) option.
wins-server
Specifies the NetBIOS name server (NBNS) option.
ipaddress
The IP address associated with the specified option.