Blog Archives

Cisco ASA Packet captures

Great artile from Cisco   What are Packet Captures – A Brief Introduction to Packet Captures   Packet capture is a activity of capturing data packets crossing networking devices There are 2 types – Partial packet capture and Deep packet

Tagged with: , , , ,
Posted in Cisco

fw ctl zdebug drop

fw ctl zdebug drop lists all dropped packets in realtime gives an explanation why the packet is dropped If you are having issues seeing if packets are been dropped at the firewall i.e. you cannot see drops in tracker or

Tagged with: , , , , ,
Posted in Uncategorized

fw monitor

###FW MONITOR  Examples### fw monitor -e ‘accept host(192.168.1.12);’                        [Show packets with IP 192.168.1.12 as SRC or DST:] fw monitor -e ‘accept src=192.168.1.12 and dst=192.168.3.3;’                    [Show all packets from 192.168.1.12 to 192.168.3.3:]

Tagged with: , , , , , , ,
Posted in CheckPoint

tcpdump

Basic Network packet Analysis ============================== TCPDUMP MAN PAGES best practice is to restrict packet captures, fw monitors and tcpdumps to specific src,dst ip’s and protocols To lessen the output and cpu cycles. ###Below are some great tcpdump examples### tcpdump -h

Tagged with: , , , , , , ,
Posted in Useful Tools