680
ExtremeWare 7.5 Command Reference Guide
Commands for Status Monitoring and Statistics
Multiple Match Commands.
Multiple
configure log add events match
commands are logically
ORed together. For example, the following commands define a filter that allows layer 2 bridging
incidents with a source MAC address of one of three possible values:
create log filter bridgeFilter
configure log bridgeFilter add events bridge severity notice match source mac-address
00:11:12:13:14:15
configure log bridgeFilter add events bridge severity notice match source mac-address
00:21:22:23:24:25
configure log bridgeFilter add events bridge severity notice match source mac-address
00:31:32:33:34:35
In order to exclude only incidents whose parameter values match the specified criteria, follow this
two-step process. First, include the applicable event(s) using either the
configure log filter events
command or the
configure log filter events match
command described here, with a superset of
the match criteria. Second, use the
exclude
keyword in the
configure log filter events match
command to exclude incidents with the specified parameter values.
As an example, the following commands define a filter that allows incidents in the BGP.Keepalive
component at severity notice or more severe, except those incidents containing a BGP neighbor in the
10.1.2.0/24 subnet:
create log filter bgpFilter
configure log bgpFilter add events bgp.keepalive severity notice
configure log bgpFilter add exclude events bgp.keepalive severity notice match bgp
neighbor 10.1.2.0/24
Filter Optimization.
As explained for the
configure log filter events
command, each time a
configure log filter match
command is issued, an attempt is made to logically simplify the
configuration. This simplification extends to cases where one set of match criteria is a superset of
another. For example, if you issued the following commands:
create log filter bgpFilter1
configure log bgpFilter1 add events bgp.event severity notice match bgp neighbor
10.0.0.0/8
configure log bgpFilter1 add events bgp.event severity notice match bgp neighbor
10.1.2.0/24 and L4-port 80
then the third command is redundant and no filter item is actually added. The reason is that the IP
subnet 10.1.2.0/24 is wholly contained within the IP subnet 10.0.0.0/8, which is already included in this
filter, and with any value for the layer 4 port.
More Information.
See the command
show log
on page 775 for more information about severity
levels.
To see a list of the components present in the system, use the following command:
show log components
Summary of Contents for ExtremeWare 7.5
Page 402: ...402 ExtremeWare 7 5 Command Reference Guide VLAN Commands ...
Page 470: ...470 ExtremeWare 7 5 Command Reference Guide QoS Commands ...
Page 490: ...490 ExtremeWare 7 5 Command Reference Guide NAT Commands ...
Page 826: ...826 ExtremeWare 7 5 Command Reference Guide Commands for Status Monitoring and Statistics ...
Page 1090: ...1090 ExtremeWare 7 5 Command Reference Guide Security Commands ...
Page 1386: ...1386 ExtremeWare 7 5 Command Reference Guide Wireless Commands ...
Page 1436: ...1436 ExtremeWare 7 5 Command Reference Guide EAPS Commands ...
Page 1568: ...1568 ExtremeWare 7 5 Command Reference Guide ESRP Commands ...
Page 1844: ...1844 ExtremeWare 7 5 Command Reference Guide IGP Commands ...
Page 1930: ...1930 ExtremeWare 7 5 Command Reference Guide BGP Commands i Series Switches Only ...
Page 2022: ...2022 ExtremeWare 7 5 Command Reference Guide IP Multicast Commands ...
Page 2066: ...2066 ExtremeWare 7 5 Command Reference Guide IPX Commands i Series Platforms Only ...
Page 2082: ...2082 ExtremeWare 7 5 Command Reference Guide ARM Commands BlackDiamond Switch Only ...
Page 2094: ...2094 ExtremeWare 7 5 Command Reference Guide Remote Connect Commands ...
Page 2174: ...2174 ExtremeWare 7 5 Command Reference Guide PoS Commands BlackDiamond Switch Only ...
Page 2372: ...2372 ExtremeWare 7 5 Command Reference Guide LLDP Commands ...
Page 2422: ...2422 ExtremeWare 7 5 Command Reference Guide H VPLS Commands BlackDiamond Switch Only ...
Page 2528: ...2528 ExtremeWare 7 5 Command Reference Guide MPLS Commands BlackDiamond Switch Only ...