ECS4110-28T_Management Guide

Table Of Contents
C
HAPTER
25
| General Security Measures
Denial of Service Protection
– 960 –
dos-protection
tcp-syn-fin-scan
This command protects against DoS TCP-SYN/FIN-scan attacks in which a
TCP SYN/FIN scan message is used to identify listening TCP ports. The scan
uses a series of strangely configured TCP packets which contain SYN
(synchronize) and FIN (finish) flags. If the target's TCP port is closed, the
target replies with a TCP RST (reset) packet. If the target TCP port is open,
it simply discards the TCP SYN FIN scan. Use the no form to disable this
feature.
SYNTAX
[no] dos-protection syn-fin-scan
DEFAULT SETTING
Enabled
COMMAND MODE
Global Configuration
EXAMPLE
Console(config)#dos-protection syn-fin-scan
Console(config)#
dos-protection
tcp-udp-port-zero
This command protects against DoS attacks in which the UDP or TCP
source port or destination port is set to zero. This technique may be used
as a form of DoS attack, or it may just indicate a problem with the source
device. Use the no form to restore the default setting.
SYNTAX
dos-protection tcp-udp-port-zero {drop | forward}
no dos-protection tcp-udp-port-zero
drop – Drops all packets with the Layer 4 source port or destination
port set to zero.
forward Forwards all packets with the Layer 4 source port or
destination port set to zero.
DEFAULT SETTING
Drop
COMMAND MODE
Global Configuration
EXAMPLE
Console(config)#dos-protection tcp-udp-port-zero forward
Console(config)#