Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.IntrusionDetectionEnabled Property

Gets or sets whether the intrusion detection setting is enabled. This property only has meaning if FPCIpPacketFilters.Enabled is set to TRUE.

VBScript Syntax[VBScript]

FPCIpPacketFilters.IntrusionDetectionEnabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_IntrusionDetectionEnabled(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_IntrusionDetectionEnabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether intrusion detection is enabled.

The property is read-write.

Remarks

ISA Server features intrusion detection, which identifies when an attack is attempted against your network and then performs a set of configured actions, or alerts, in case of an attack. Intrusion detection functionality based on technology from Internet Security Systems, Inc., Atlanta, GA, USA, www.iss.net.

Applies To

FPCIpPacketFilters