Table of Contents

Enum MicrosoftDhcpServerv6DDynamicUpdatesMode

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines when IPv6 dynamic updates are performed by the DHCP server.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv6DDynamicUpdatesMode

Fields

Always = 1

Dynamic updates are always performed.

Never = 2

Dynamic updates are never performed.

OnClientRequest = 3

Dynamic updates are performed on client request.

Unknown = 0

The dynamic updates mode is unknown.