Description
A DHCPv6 Server determines a set of IPv6 addresses and host configuration parameters to hand out to DHCPv6 clients attached
to a given interface.
Properties
- Index
- The index of the object, starting at 1. (Identifier)
- Name
- Specifies a symbolic name for the DHCPv6 Server rule. (Identifier)
- Interface
- The source interface to listen for DHCPv6 requests on. This can be a single interface or a group of interfaces.
- IPv6AddressPool
- A range, group or network that the DHCP Server will use as IPv6 address pool to give out DHCPv6 leases from. (Optional)
- Delegated
- Enable Delegated IPv6AddressPool. The IPv6AddressPool will be dynamically updated by combining the Delegated Prefix assigned
to the DHCPv6Server interface (upper half of each IP address in IP Pool) and the DelegatedIPv6AddressRange (lower half of
each IP address). (Optional)
- DelegatedInterface
- The source interface to listen for DHCPv6 requests on. For Delegated Servers only a single interface is allowed.
- DelegatedIPv6AddressRange
- The lowest 64 bits of every IPv6 Address in the Pool that together with the Delegated Prefix and the Subnet index assigned
to the interface will form the IPv6 Address Pool for this DHCP Server. E.g 1111:2222:3333:100-1111:2222:3333:1ff or 1111:2222:3333:100/120.
(Optional)
- DelegatedIPv6AddressPool
- The IPv6 address pool object the server will use to give out DHCPv6 leases from. The address object will be automaticaly populated
with the 'Delegated Prefix' followed by the 'Subnet ID' and the 'Interface ID Range'. The pool will be dynamically updated.
(Optional)
- Domain
- Domain name used for DNS resolution. (Optional)
- ValidLeaseTime
- The length of time in seconds that an address remains valid for sending and receiving packets. When expired, the host is not
allowed to use the provided address any more and should acquire a new one. (Default: 86400)
- PreferredLeaseTime
- The length of time in seconds that an address should be preferred to be used in new communications. When expired, unless renewed,
the address becomes deprecated and should no longer be used as a source address in new communications. (Default: 66400)
- DNS1
- IPv6 of the primary DNS server. (Optional)
- DNS2
- IPv6 of the secondary DNS server. (Optional)
- SendUnicastOption
- Enable sending of Unicast option to DHCPv6 client. (Default: No)
- ClearUniversalLocalBit
- Clear the universal/local bit in the IPv6 address pool in case of /64 networks. (Default: No)
- RapidCommit
- Enable respond with committed address assignments and other resources on Solicit request. (Default: No)
- PreferenceConfigured
- Enable Preference option sending in Advertise message. (Default: No)
- PreferenceValue
- Preference Option value. (Default: 0)
- 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.29.1. DHCPv6ServerPoolStaticHost
Description
Static DHCPv6 Server host entry. On Delegated DHCPv6 Servers, the upper half of the IPv6 Address will be overwritten
with the Prefix/network delegated to the DHCPv6 Server interface
Properties
- Host
- IPv6 Address of the host.
- MACAddress
- The hardware address of the host.
- Attribute
- Special Attribute of the current object. (Optional)
- Comments
- Text describing the current object. (Optional)
![[Note]](images/note.png) |
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.
|