FpcVpnQuarantineMode Enumeration

The FpcVpnQuarantineMode enumerated type contains values that specify whether the virtual private network (VPN) quarantine is enabled or disabled, and whether VPN clients are placed in quarantine according to the Forefront TMG policy or the RADIUS server policy.

Syntax

typedef enum FpcVpnQuarantineMode {
  fpcVpnQuarantineDisabled
fpcVpnQuarantineDisabled

The VPN quarantine is disabled. With this option, Forefront TMG adds new VPN clients to the VPN Clients network without placing them in quarantine and then applies the policy defined for that network to the clients.

				= 0,
  fpcVpnQuarantineEnabled
fpcVpnQuarantineEnabled

The VPN quarantine is enabled and is subject to the Forefront TMG policy. With this option, Routing and Remote Access should be configured to unconditionally pass requests from VPN clients to Forefront TMG. Forefront TMG then places each new VPN client in the Quarantined VPN Clients network. When a VPN client clears quarantine, Forefront TMG moves it into the VPN Clients network, subjecting it to the policy defined for that network.

				 = 1,
  fpcVpnQuarantineEnabledWithRadiusPolicy
fpcVpnQuarantineEnabledWithRadiusPolicy

The VPN quarantine is enabled and is subject to the RADIUS server policy. With this option, the Routing and Remote Access policy determines whether a request from a VPN client should be passed to Forefront TMG and whether Forefront TMG should place the VPN client in the Quarantined VPN Clients network before allowing it into the VPN Clients network.

   = 2
} FpcVpnQuarantineMode;

Constants

fpcVpnQuarantineDisabled

The VPN quarantine is disabled. With this option, Forefront TMG adds new VPN clients to the VPN Clients network without placing them in quarantine and then applies the policy defined for that network to the clients.

fpcVpnQuarantineEnabled

The VPN quarantine is enabled and is subject to the Forefront TMG policy. With this option, Routing and Remote Access should be configured to unconditionally pass requests from VPN clients to Forefront TMG. Forefront TMG then places each new VPN client in the Quarantined VPN Clients network. When a VPN client clears quarantine, Forefront TMG moves it into the VPN Clients network, subjecting it to the policy defined for that network.

fpcVpnQuarantineEnabledWithRadiusPolicy

The VPN quarantine is enabled and is subject to the RADIUS server policy. With this option, the Routing and Remote Access policy determines whether a request from a VPN client should be passed to Forefront TMG and whether Forefront TMG should place the VPN client in the Quarantined VPN Clients network before allowing it into the VPN Clients network.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.