This command excludes the given address or range of addresses during address allocation from the given VRF instance. Low-address and high-address are valid IP addresses; each made up of four decimal bytes ranging from 0 to 255. IP address 0.0.0.0 is invalid.
Default | None |
Format | ip dhcp excluded-address vrf vrf-name lowaddress [highaddress] |
Mode | Global Config |
Parameter | Description |
---|---|
vrf-name | The name of the VRF instance from which the given address or range of addresses are to be excluded during address allocation. |
low-address | The IP address (in dotted decimal notation) which, or starting with which, to exclude during address allocation from a given VRF instance. |
high-address | (Optional parameter). IP address (in dotted decimal notation) ending with which to exclude during address allocation from a given VRF instance. |
Example: The following example shows how to configure this command to exclude the IP address 10.10.10.1 to 10.10.10.3 during address allocation in the VRF instance red.
(config)# ip dhcp excluded-address vrf red 10.10.10.1 10.10.10.3