The severity command adds the IPS signature of the specified severity to an IPS signature filter.
The undo severity command deletes the specified severity from the filtering condition.
severity { high | medium | low | information } *
undo severity [ high | medium | low | information ]
| Parameter | Description | Value |
|---|---|---|
high |
Configure the IPS signature filter so that only signatures of "high" level are matched. |
- |
medium |
Configure the IPS signature filter so that only signatures of "medium" level are matched. |
- |
low |
Configure the IPS signature filter so that only signatures of "low" level are matched. |
- |
information |
Configure the IPS signature filter so that only signatures of "information" level are matched. |
- |
# Configure severities low and high in IPS signature filter hello as the filtering conditions in intrusion prevention profile profile1.
<sysname> system-view [sysname] profile type ips name profile1 [sysname-profile-ips-profile1] signature-set name hello [sysname-profile-ips-profile1-sigset-hello] severity low high