![Cisco Small Business 300 1.1 Series Administration Manual Download Page 606](http://html.mh-extra.com/html/cisco/small-business-300-1-1-series/small-business-300-1-1-series_administration-manual_2609294606.webp)
Quality of Service (QoS) Commands
78-20269-01 Command Line Interface Reference Guide
608
41
Syntax
security-suite deny icmp
{[add {ip-address | any} {mask | /prefix-length}] | [remove
{ip-address | any} {mask | /prefix-length}]}
no security-suite deny icmp
Parameters
•
ip-address | any—Specifies the destination IP address. Use any to specify
all IP addresses.
•
mask—Specifies the network mask of the IP address.
•
prefix-length—Specifies the number of bits that comprise the IP address
prefix. The prefix length must be preceded by a forward slash (/).
Default Configuration
Echo requests are allowed from all interfaces.
If mask is not specified, it defaults to 255.255.255.255.
If prefix-length is not specified, it defaults to 32.
Command Mode
Interface Configuration (Ethernet, Port-channel) mode
User Guidelines
For this command to work,
and for interfaces.
This command discards ICMP packets with "ICMP type= Echo request" that
ingress the specified interface.
Example
The following example attempts to discard echo requests from an interface.
Console(config)#
security-suite enable
global-rules-only
Console(config)#
interface
gi1
Console(config-if)#
security-suite deny icmp add any /
32
To perform this command, DoS Prevention must be enabled in the per-interface mode.