configure log filter set severity
ExtremeWare Software 7.3.0 Command Reference Guide 627
configure log filter set severity
configure log filter <filter name> set severity <severity> events
[<event
component> | all ]
Description
Sets the severity level of an existing filter item.
Syntax Description
Default
N/A.
Usage Guidelines
This command modifies the severity level of an existing filter item describing a particular set of events.
Using this command is equivalent to deleting the filter item from the filter and then adding back a filter
item describing the same set of events with a different severity level. The command can only be used to
modify a filter item referring to a set of events with a severity level, as opposed to one that makes use
of only a single severity. It can be used to modify either “exclude” or “include” filter items.
For example, to change the severity level of the filter item added with this command:
configure log filter bgpFilter2 add events bgp.keepalive severity notice
use the following command:
configure log filter bgpFilter2 set severity info events bgp.keepalive
Using this single command is preferred to using a
delete
command followed by an
add
command:
configure log filter bgpFilter2 delete events bgp.keepalive
configure log filter bgpFilter2 add events bgp.keepalive severity info
Using the single command eliminates the possibility of missing an event of interest between the
separate
delete
and
add
commands.
Note that the severity of a filter item configured to include or exclude incidents based on event
parameter values (for example slot number) can also be modified using the
configure log filter
set severity match
command on page 629.
See the command
show log
on page 713 for a detailed description of severity levels.
To see the current configuration of a target, use the following command:
show log configuration target {console-display | memory-buffer | nvram | session |
syslog [<host name/ip> {: <udp-port>} [local0 ... local7]]}
filter name Specifies the filter to configure.
severity Specifies the severity level to send.
event component Specifies all the events associated with a particular component.