reset ips-signature statistics { signature-id signature-id | all } { event | collect-attack-evidence | all } [ slot slot-id cpu cpu-id ]
| Parameter | Description | Value |
|---|---|---|
signature-id signature-id |
Specifies the ID of an IPS signature. |
The value is an integer ranging from 1 to 16777215. The value must be the ID of an existing IPS signature. |
all |
Indicates all IPS signatures. |
- |
event |
Indicates the match count of an IPS signature. |
- |
collect-attack-evidence |
Indicates the number of attack evidence collection sessions. |
- |
all |
Indicate all statistics. |
- |
slot slot-id |
Specifies the slot ID of the SPU. Only the USG6635E/6655E, USG6680E and USG6712E/6716E support this parameter. |
- |
cpu cpu-id |
Specifies the CPU ID. Only the USG6635E/6655E, USG6680E and USG6712E/6716E support this parameter. |
- |
IPS signature statistics cannot be restored after being cleared. Exercise caution when running the reset command.
For those IPS signatures with the maximum number of matched attack evidence collection sessions, you can clear the attack evidence collection session statistics to restart the statistics collection.
# Clear all statistics of all signatures.
<sysname> reset ips-signature statistics all all
# Clear the match count of IPS signature No. 54330.
<sysname> reset ips-signature statistics signature-id 54330 event
# Clear the statistics on the matched attack evidence collection sessions of IPS signature No. 54330.
<sysname> reset ips-signature statistics signature-id 54330 collect-attack-evidence