Alteon Application Switch Operating System Application Guide
Filtering and Traffic Manipulation
Document ID: RDWR-ALOS-V2900_AG1302
361
Filter Logs
To provide enhanced troubleshooting and session inspection capabilities, packet source and
destination IP addresses are included in filter log messages. Filter log messages are generated when
a Layer 3 or Layer 4 filter is triggered and has logging enabled. The messages are output to the
console port, system host log (syslog), and the Web-based interface message window.
Note:
Filter logging should only be used for debugging purposes and not run on production
environments, as this may cause excessive CPU utilization if the filter firings are excessive.
Example
Filter Logs
A network administrator has noticed a significant number of ICMP frames on one portion of the
network and wants to determine the specific sources of the ICMP messages. The administrator uses
the CLI to create and apply the following filter:
When applied to one or more ports, this simple filter rule produces log messages that show when
the filter is triggered, and what the IP source and destination addresses were for the ICMP frames
traversing those ports.
Note:
After port filtering is enabled or disabled and you apply the change, session entries are
deleted immediately.
The following is a filter log message output, displaying the filter number, port, source IP address,
and destination IP address:
>> # /cfg/slb/filt 15
(Select filter 15)
>> Filter 15# sip any
(From any source IP address)
>> Filter 15# dip any
(To any destination IP address)
>> Filter 15# action allow
(Allows matching traffic to pass)
>> Filter 15# name allow matching traffic
(Provide a descriptive name for the
filter)
>> Filter 15# proto icmp
(For the ICMP protocol)
>> Filter 15# ena
(Enable the filter)
>> Filter 15# adv/log enable
(Log matching traffic to syslog)
>> Filter 15 Advanced# /cfg/slb/port 7
(Select a port to filter)
>> SLB port 7# add 15
(Add the filter to the port)
>> SLB port 7# filt ena
(Enable filtering on the port)
>> SLB port 7# apply
(Apply the configuration changes)
>> SLB port 7# save
(Save the configuration changes)
slb: filter 15 fired on port 7, 206.118.93.110 -> 20.10.1.10