Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.UdpBombDetectionEnabled Property

Gets or sets whether ISA will detect User Datagram Protocol (UDP) bomb attacks and generate an event. This property only has meaning if FPCIpPacketFilters.Enabled is set to TRUE.

A UDP Bomb Attack is one in which an attempt was made to send an illegal User Datagram Protocol (UDP) packet.

VBScript Syntax[VBScript]

FPCIpPacketFilters.UdpBombDetectionEnabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_UdpBombDetectionEnabled(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_UdpBombDetectionEnabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether detection of UDP bomb attacks is enabled.

The property is read-write.

Applies To

FPCIpPacketFilters