The DHCP_SUBNET_STATE enumeration defines the set of possible states for a subnet.

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

public enum DHCP_SUBNET_STATE

VB

Public Enum DHCP_SUBNET_STATE

C++

public enum class DHCP_SUBNET_STATE

Members

Member name Description
DhcpSubnetEnabledDhcpSubnetEnabledDhcpSubnetEnabled The subnet is enabled; the server will distribute addresses, extend leases, and release addresses within the subnet range to clients.
DhcpSubnetDisabledDhcpSubnetDisabledDhcpSubnetDisabled The subnet is disabled; the server will not distribute addresses or extend leases within the subnet range to clients. However, the server will still release addresses within the subnet range.
DhcpSubnetEnabledSwitchedDhcpSubnetEnabledSwitchedDhcpSubnetEnabledSwitched The subnet is enabled; the server will distribute addresses, extend leases, and release addresses within the subnet range to clients. The default gateway is set to the local machine itself.
DhcpSubnetDisabledSwitchedDhcpSubnetDisabledSwitchedDhcpSubnetDisabledSwitched The subnet is disabled; the server will not distribute addresses or extend leases within the subnet range to clients. However, the server will still release addresses within the subnet range. The default gateway is set to the local machine itself.
DhcpSubnetInvalidStateDhcpSubnetInvalidStateDhcpSubnetInvalidState The subnet is in an invalid state.
Top

Remarks

http://msdn.microsoft.com/en-us/library/windows/desktop/aa363387(v=vs.85).aspx

See Also

CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace