Use the range command to configure the DHCP pool of addresses. The range command is available from the topology:<named-topology>:l3:dhcp context of the CLI for b@ac, physical, and routed topologies. This command is visible only when mode is set to local. See mode.
After you run the range command, run the apply command to implement the changes.
A.B.C.D | Specifies the first IP address in the IP address range. |
A.B.C.D | Specifies the last IP address in the IP address range. |
The following example defines the DHCP range of IP addresses:
EWC.extremenetworks.com:topology:routed2:l3:dhcp# mode local EWC.extremenetworks.com:topology:routed2:l3:dhcp# range 192.168.1.30 192.168.1.54 EWC.extremenetworks.com:topology:routed2:l3:dhcp# apply