Use this command to configure Host DoS on this device.
mitigation-type | Specifies an attack type to be mitigated. Valid values are:
|
|
|
enable | Globally enables Host DoS on this device. Default: enabled. |
icmp-maxlength icmp-maxlength | Sets the max length for icmp packets. Default: 1024 |
rate count per-second | per-minute | per-hour | per-day | (Optional) Specifies the rate at which events will be acted upon (such as the frame being discarded). count specifies the number of events allowed per specified time period. Host DoS will act upon any events in excess of the count for the specified time period. Valid values: 0-4294967294. Default: 0. Default rate interval: per-second. |
nolog | (Optional) Specifies that logging should be disabled for the specified threat. |
Configuration command, Global configuration.
A rate count of 0 indicates that all frames that match the enabled threat will be discarded.
The icmp-maxlength sets the ICMP maximum frame size. Default value: 1024.
Host DoS must be enabled globally for any enabled threat to be mitigated. Threats are enabled separately.
Logging for all threats is enabled by default. A threat is logged each time it is acted upon (frame is discarded). Use the nolog option to disable logging for the specified threat. To re-enable logging for a specific mitigation type, use the no hostdos mitigation-type command to reset the mitigation type to its default values which includes logging enabled. You must then re-enable the threat if you wish to resume monitoring that threat.
This example shows how to:
System(rw-config)->hostdos enable System(rw-config)->hostDoS spoof rate 5 per-minute System(rw-config)->hostdos xmasTree nolog System(rw-config)->show hostDoS hostDoS is globally enabled badSIP is disabled, logging is enabled, rate is 0 per-second fraggle is disabled, logging is enabled, rate is 0 per-second icmpFlood is disabled, logging is enabled, rate is 0 per-second icmpFrag is disabled, logging is enabled, rate is 0 per-second icmpSize is disabled, logging is enabled, rate is 0 per-second icmpSize max-length is 1024 lanD is disabled, logging is enabled, rate is 0 per-second portScan is disabled, logging is enabled, rate is 0 per-second smurf is disabled, logging is enabled, rate is 0 per-second spoof is enabled, logging is enabled, rate is 5 per-minute synFlood is disabled, logging is enabled, rate is 0 per-second xmasTree is enabled, logging is disabled, rate is 0 per-second System(rw-config)->