configure log filter events
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
575
More Information.
See the command
show log
on page 668
for more information about severity levels.
To get a listing of the components present in the system, use the following command:
show log components
To get a listing of event condition definitions, use the following command:
show log events
To see the current configuration of a filter, use the following command:
show log configuration filter {<filter name>}
Example
The following command adds all STP component events at severity
info
to the filter
mySTPFilter
:
configure log filter myStpFilter add events stp severity info
The following command adds the
STP.OutBPDU
subcomponent, at the pre-defined severity level for
that component, to the filter
myStpFilter
:
configure log filter myStpFilter add events stp.outbpdu
The following command excludes one particular event,
STP.InBPDU.Drop
, from the filter:
configure log filter myStpFilter add exclude events stp.inbpdu.drop
History
This command was first available in ExtremeWare XOS 10.1.
Platform Availability
This command is available on all platforms.