Specifications

2-28
Cisco SCE 8000 CLI Command Reference
Chapter 2 CLI Command Reference
attack-detector tcp-port-list | udp-port-list
attack-detector tcp-port-list | udp-port-list
Defines the list of destination ports for specific port detections for TCP or UDP protocols.
attack-detector number {tcp-port-list | udp-port-list} {all | port1 [port2...]}
Syntax Description
Command Default None
Command Modes Interface Linecard Configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines TCP and UDP protocols may be configured for specified ports only (port-based). Use this command to
configure the list of specified destination ports for each protocol. Up to 15 different TCP port numbers
and 15 different UDP port numbers can be specified.
Configuring a TCP or UDP port list for an attack detector affects only those attack types that have the
same protocol (TCP or UDP) and are port-based (that is, detect a specific destination port). Settings for
other attack types are not affected by the configured port list.
Authorization: admin
Examples The following example shows how to configure the destination port list for the TCP protocol for attack
detector 10:
SCE8000>enable 10
Password:<cisco>
SCE8000#config
SCE8000(config)#interface LineCard 0
SCE8000(config if)#attack-detector 10 tcp-port-list 100 101 102 103
SCE8000(config if)#
number Number of the attack detector for which this list of specific ports is relevant.
port1 ... List of up to 15 specific port numbers.
all Includes all ports in the list.
Release Modification
3.0.0 This command was introduced.