DHCPServer
Description
An object represents DHCP server that is defined on interfaces (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
enableDHCP | True | boolean | A Boolean value, TRUE or FALSE(the default). The TRUE value indicates that the DHCP server object is disabled status. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
addressPool | True | string | A string containing the ip address range information (192.168.1.10-192.168.1.20) that is provided by DHCP server Field level constraints: cannot be null, must be a valid IP address or IP address range. (Note: Additional constraints might exist) |
|||
interface | True | object | An interface object that DHCP server requires to run Field level constraints: cannot be null. (Note: Additional constraints might exist) Allowed types are: [BridgeGroupInterface, EtherChannelInterface, PhysicalInterface, SubInterface, VirtualTunnelInterface, VlanInterface] |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |