fwaccel dos deny
Description
The "fwaccel dos deny" (for IPv4) and "fwaccel6 dos deny" (for IPv6) commands control the IP deny-list in SecureXL.
The deny-list blocks all traffic to and from the specified IP addresses.
The deny-list drops occur in SecureXL, which is more efficient than an Access Control Policy to drop the packets.
|
|
Important:
|
Syntax
|
|
Parameters
|
Parameter |
Description |
||
|---|---|---|---|
|
No Parameters |
Shows the applicable built-in usage. |
||
|
|
Shows the applicable built-in usage. |
||
|
|
Adds an IP address of a host or a network to a persistent "Allow List", so this IP address is not affected by the DoS / Rate Limiting protection:
|
||
|
|
Adds the specified IP address to the deny-list.
|
||
|
|
Shows the current configuration. |
||
|
|
Removes the specified IP addresses from the deny-list.
|
||
|
|
Enables (
|
||
|
|
Removes (flushes) all IP addresses from the IP deny-list.
|
||
|
|
Enables (
|
||
|
|
Enables (
|
||
|
|
Loads the IP addresses from the specified file. When dealing with large deny lists, the " Running a large number of " To configure large deny lists, it is better to add the list of IP addresses in a file, and then load the file in a single operation.
|
||
|
|
Load all files from the
|
||
|
|
Enables ( In the monitor-only mode you can test the IP deny-list without blocking the traffic. The Security Gateway does not block traffic, but still generates a log.
|
||
|
|
Configures the name for the IP deny-list. This name appears in the Security Gateway logs.
|
||
|
|
Configures the maximum number of logs per second for packet drops. When DoS / Rate Limiting blocks many packets, it can be important to limit the maximum number of the drop logs that the Security Gateway generates per second.
|
||
|
|
Enables (
|
||
|
|
Shows the IP addresses in the IP deny-list. |
Example from a non-VSX Gateway
[Expert@MyGW:0]# fwaccel dos deny -c
Deny List:
Status on (without policy)
Internal Interfaces off
Monitor-Only off
Log Drops on
Max Notifications Per-Second 100 logs/second
Send TCP Reset off
Name Deny List
[Expert@MyGW:0]#
[Expert@MyGW:0]# fwaccel dos deny -s
The deny list is empty
[Expert@MyGW:0]#
[Expert@MyGW:0]# fwaccel dos deny -a 1.1.1.1
Adding 1.1.1.1
[Expert@MyGW:0]#
[Expert@MyGW:0]# fwaccel dos deny -s
1.1.1.1
[Expert@MyGW:0]# fwaccel dos deny -a 2.2.2.2
Adding 2.2.2.2
[Expert@MyGW:0]#
[Expert@MyGW:0]# fwaccel dos deny -s
2.2.2.2
1.1.1.1
[Expert@MyGW:0]#
[Expert@MyGW:0]# fwaccel dos deny -d 2.2.2.2
Deleting 2.2.2.2
[Expert@MyGW:0]#
[Expert@MyGW:0]# fwaccel dos deny -s
1.1.1.1
[Expert@MyGW:0]#
[Expert@MyGW:0]# fwaccel dos deny -F
All deny list entries deleted
[Expert@MyGW:0]#
[Expert@MyGW:0]# fwaccel dos deny -s
The deny list is empty
[Expert@MyGW:0]#
|