Security::DoSDevice::DoSNetworkVectorPacketType

Introduced : BIG-IP_v11.5.0
A list of packet types that will be used to qualify incoming packets as sweep (single endpoint initiates attacking traffic to a large number of recieving endpoints) or flood (many endpoints initiate attacking traffic to a single recieving endpoint) DOS attack.

Members

Member

Value

Description

NETWORK_ATTACK_PACKET_UNKNOWN

0

The vector type is unknown (or is unsupported by iControl).

NETWORK_ATTACK_PACKET_IPV4_UDP

1

IPv4 UDP packets.

NETWORK_ATTACK_PACKET_IPV4_TCP_SYN_ONLY

2

IPv4 TCP SYN only packets.

NETWORK_ATTACK_PACKET_IPV4_ICMP

3

IPv4 ICMP packets.

NETWORK_ATTACK_PACKET_IPV4_ANY

4

Other IPv4 packets.

NETWORK_ATTACK_PACKET_IPV6_UDP

5

IPv6 UDP packets.

NETWORK_ATTACK_PACKET_IPV6_TCP_SYN_ONLY

6

IPv6 TCP SYN only packets.

NETWORK_ATTACK_PACKET_IPV6_ICMP

7

IPv6 ICMP packets.

NETWORK_ATTACK_PACKET_IPV6_ANY

8

Other IPv6 packets.


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.