FW Monitor examples

From Tech-Wiki
Revision as of 23:34, 10 July 2016 by Fabricio.Lima (Talk | contribs) (Created page with "Filtering based on a single Host: (no matter if it is the source or destination) fw monitor -e "host(10.1.1.10) ,accept;" Filtering based on a Host pair" fw monitor -e "...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Filtering based on a single Host: (no matter if it is the source or destination)

fw monitor -e "host(10.1.1.10) ,accept;" 

Filtering based on a Host pair"

fw monitor -e "host(10.1.1.10) or host(200.0.0.2) ,accept;" 

Filtering based on application:

fw monitor -e 'accept port(25) ;'