Specifications
3-205
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
show filtering list
show filtering list
To display information about the incoming and outgoing TFO flows that the WAE currently has, use the
show filtering list EXEC command.
show filtering list [| {begin regex [regex] | exclude regex [regex] | include regex [regex] }] [| {begin
regex [regex] | exclude regex [regex] | include regex [regex]}]
Syntax Description
Defaults No default behavior or values.
Command Modes EXEC
Device Modes application-accelerator
Usage Guidelines The show filtering list command lists TCP flows that the WAE is currently optimizing. It also includes
TCP flows that are not being optimized but that are being passed through by the WAE. A āPā in the State
column indicates a passed through flow.
Examples The following is sample output from the show filtering list command. It displays TFO connection
information for the WAE.
WAE# show filtering list
E: Established, S: Syn, A: Ack, F: Fin, R: Reset
s: sent, r: received, O: Options, P: Passthrough
B: Bypass, L: Last Ack, W: Time Wait, D: Done
T: Timedout, C: Closed
Local-IP:Port Remote-IP:Port Tuple(Mate) State
10.99.11.200:1398 10.99.22.200:80 0xcba709c0(0xcba70a00) E
10.99.11.200:1425 10.99.22.200:80 0xcba70780(0xcba707c0) E
10.99.11.200:1439 10.99.22.200:5222 0xcba703c0(0xcba70b40) Sr
10.99.11.200:1440 10.99.22.200:5222 0xcba70400(0xcba70440) Sr
10.99.22.200:1984 10.99.11.200:80 0xcba70600(0xcba70640) E
10.99.22.200:1800 10.99.11.200:23 0xcba70480(0x0 ) PE
10.99.11.200:1392 10.99.22.200:80 0xcba70f80(0x0 ) E
list (Optional) Lists TCP flows that the WAE is currently optimizing or passing
through.
| (Optional) Output modifier.
begin regex Begins with the line that matches the regular expression. You can enter
multiple expressions.
exclude regex Excludes lines that match the regular expression. You can enter multiple
expressions.
include regex Includes lines that match the regular expression. You can enter multiple
expressions.