Examples
Expressions select which packets will be included in the packet capture. If no expression is given,
ALL packets on the network with are from/to the specified VLAN/interface(port)/aggregated
interface/cluster/server will be included. Otherwise, only packets for which the expression is
"true" will be captured.
Header based filtering;
1. Capture only the SYN packets on an interface
if01
:
eqcli-diags>
tcpdump capture iface if01 expr “tcp[13] &2!=0”
2. Capture only SYN or FIN packets on a vlan
vl01
:
eqcli-diags>
tcpdump capture vlan vl01 expr “tcp[13] &3!=0”
3. Capture all packets to/from a cluster
cl01
that are larger than 576 bytes:
eqcli-diags>
tcpdump capture cluster cl01 expr “ip[2:2] > 576
”
Host based filtering;
1. Capture traffic between a server
sv01
and a host with IP
#.#.#.#
:
eqcli-diags>
tcpdump capture server sv01 expr “host #.#.#.#”
Filtering Ports;
1. Capture all packets to/from a cluster
cl01
and a port
XX
:
eqcli-diags>
tcpdump capture cluster cl01 expr “port XX”
Protocol Filtering;
1. Capture all
icmp
packets to/from an interface instance
if01
:
eqcli-diags>
tcpdump capture iface if01 expr “icmp”
Copyright © 2014 Coyote Point Systems, A Subsidiary of Fortinet, Inc.
All Rights Reserved.
775
Equalizer Administration Guide
Summary of Contents for Equalizer GX Series
Page 18: ......
Page 32: ...Overview 32 Copyright 2014 Coyote Point Systems A Subsidiary of Fortinet Inc ...
Page 42: ......
Page 52: ......
Page 64: ......
Page 72: ......
Page 76: ......
Page 228: ......
Page 238: ......
Page 476: ......
Page 492: ......
Page 530: ......
Page 614: ......
Page 626: ......
Page 638: ......
Page 678: ......
Page 732: ...Using SNMP Traps 732 Copyright 2014 Coyote Point Systems A Subsidiary of Fortinet Inc ...
Page 754: ......
Page 790: ......
Page 804: ......
Page 842: ......
Page 866: ......