3.28. DHCPServer

Description

A DHCP Server determines a set of IP addresses and host configuration parameters to hand out to DHCP clients attached to a given interface.

Properties

Index
The index of the object, starting at 1. (Identifier)
Name
Specifies a symbolic name for the DHCP Server rule. (Identifier)
Interface
The source interface to listen for DHCP requests on. This can be a single interface or a group of interfaces.
RelayerFilter
A range, group or network that will allow specific DHCP Relayers access to the DHCP Server. (Default: 0/0)
IPAddressPool
A range, group or network that the DHCP Server will use as IP address pool to give out DHCP leases from.
Netmask
Netmask sent to the DHCP Client. (Default: 255)
DefaultGateway
Specifies what IP should be sent to the client for use as default gateway. If unspecified or if 0.0.0.0 is specified, the IP given to the client will be sent as gateway. (Optional)
Domain
Domain name used for DNS resolution. (Optional)
LeaseTime
The time, in seconds, that a DHCP lease should be provided to a host after this the client have to renew the lease. (Default: 86400)
DNS1
IP of the primary DNS server. (Optional)
DNS2
IP of the secondary DNS server. (Optional)
NBNS1
IP of the primary Windows Internet Name Service (WINS) server that is used in Microsoft environments which uses the NetBIOS Name Servers (NBNS) to assign IP addresses to NetBIOS names. (Optional)
NBNS2
IP of the primary Windows Internet Name Service (WINS) server that is used in Microsoft environments which uses the NetBIOS Name Servers (NBNS) to assign IP addresses to NetBIOS names. (Optional)
LeasesRequireAuth
Enable distribution of leases only after clients have been authenticated. (Default: No)
NextServer
IP address of next server in the boot process. (Optional)
Attribute
Special Attribute of the current object. (Optional)
LogEnabled
Enable logging. (Default: Yes)
LogSeverity
Specifies with what severity log events will be sent to the specified log receivers. (Default: Default)
Comments
Text describing the current object. (Optional)

3.28.1. DHCPServerPoolStaticHost

Description

Static DHCP Server host entry

Properties

Host
IP Address of the host.
StaticHostType
Identifier for host. (Default: MACAddress)
MACAddress
The hardware address of the host.
ClientIdentType
Type of client identifier specified. (Default: Ascii)
ClientIdent
The client identifier for the host.
Attribute
Special Attribute of the current object. (Optional)
Comments
Text describing the current object. (Optional)
[Note] Note
If no Index is specified when creating an instance of this type, the object will be placed last in the list and the Index will be equal to the length of the list.

3.28.2. DHCPServerCustomOption

Description

Extend the DHCP Server functionality by adding custom options that will be handed out to the DHCP clients.

Properties

Code
The DHCP option code.
Type
What type the option is, i.e. STRING, IP4 and so on. (Default: UINT8)
Param
The parameter sent with the code, this can be one parameter or a comma separated list.
Attribute
Special Attribute of the current object. (Optional)
Comments
Text describing the current object. (Optional)
[Note] Note
If no Index is specified when creating an instance of this type, the object will be placed last in the list and the Index will be equal to the length of the list.