Description | It sets the IP address-ranges(from low to high) that a
DHCP server should not assign to DHCP clients. Each time
this MIB object is set successfully, one excluded range
of IP address will be set.
It is given in format - start and end IP address
separated by '-' and terminated by ';'.
One example would be - 192.168.36.1-200.1.1.1; .
This sets one excluded range of IP address,which
starts at 192.168.36.1 and ends at 200.1.1.1.
If only start IP address is given,
end IP address is assumed to be equal to the start IP
address. Get operation on this MIB object returns a
null-value, as for the purpose of viewing the
exclude-address ranges, the user should perform the
traversal of agentDhcpServerExcludedAddressRangeTable.
For this reason the get operation on object
agentDhcpServerExcludedAddressRangeCreate becomes insignificant. |