Use the mode command to specify the type of DHCP server to be used. The mode command is available from the topology:<named-topology>:l3:dhcp context of the CLI for b@ac, physical, and routed topologies.
After you run the mode command, run the apply command to implement the changes.
local | Indicates that the controller itself acts as the DHCP server. |
relay | Indicates that a DHCP relay server will be used. |
none | Indicates that the Wireless Appliance will not treat the DHCP messages specially. |
The following example configures the routed topology named routed2 to use a local DHCP server on the controller:
EWC.extremenetworks.com:topology:routed2:l3:dhcp# mode local EWC.extremenetworks.com:topology:routed2:l3:dhcp# apply