exclude

Use the exclude command to exclude an IP address or a range of IP addresses from the DHCP Address Range. The exclude 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.

exclude A.B.C.D [A.B.C.D] [delete | (comment comment string)]

Parameters

A.B.C.D[ A.B.C.D] Specifies the IP address or range of IP addresses.
delete Clears the IP addresses.
comment comment string A comment about the excluded IP address or range of IP addresses.

Example

The following example excludes the address range 10.0.1.10–10.0.1.20:

EWC.extremenetworks.com:topology:test:l3:dhcp# mode local
EWC.extremenetworks.com:topology:test:l3:dhcp# exclude  10.0.1.10 10.0.1.20