Alteon Application Switch Operating System Application Guide
Advanced Denial of Service Protection
606
Document
ID:
RDWR-ALOS-V2900_AG1302
Viewing DoS Statistics Per Port
The following is an example procedure for viewing DoS statistics per port.
To display DoS protection statistics for a specified port
Understanding the Types of DoS Attacks
This section includes an explanation of the different types of DoS attacks.
To obtain a brief explanation of each type of detected DoS attack
Once DoS protection is enabled on the appropriate ports, Alteon performs checks on incoming
packets, as described in Table 50.
>> /stats/security/dos/port <port>
>> /stats/security/dos/help
Table 50: DoS Attacks Detected by Alteon
DoS Attack
Description
Action
IPLen
An IPv4 packet is sent with an
invalid payload or IP header length.
Alteon checks for malformed packets that
have either an IP header length less than 20
bytes, an IP total packet length less than the
IP header length, or an actual packet length
less than the IP total length, and drops any
matching packets.
IPVersion
An IPv4 packet is sent with an
invalid IP version.
Alteon checks for IPv4 packets marked with a
version other than version 4, and drops any
matching packets.
Broadcast
An IPv4 packet with a broadcast
source or destination IP address.
Alteon checks for IPv4 packets with a
broadcast source or destination IP address
(0.0.0.0,255.255.255.255), and drops any
matching packets.
LoopBack
An IPv4 packet with a loopback
source or destination IP address.
Alteon checks for IPv4 packets with a
loopback source or destination IP address
(127.0.0.0/8), and drops any matching
packets.
LandAttack
Packets with source IP (sip) equal to
destination IP (dip) address.
Alteon checks for a sip equal to the dip in the
packet, and drops any matching packets.
IPReserved
An IPv4 packet with the reserved IP
bit set.
Alteon checks for IPv4 packets with the
reserved IP bit set, and drops any matching
packets.
IPTTL
An IPv4 packet with a small IP TTL. Alteon checks for IPv4 packets with a small
IP TTL, and drops any matching packets.