Let's troubleshoot... We also do trainings .. Checkout our training page https://asame2.blogspot.com/p/we-also-deliver-trainings.html

Featured Post

How to generate a CSR on Cisco ASA using CLI? CSR- (Certificate signing request)

First thing we need is an RSA key pair:   crypto key generate rsa label SSL-Key modulus 1024 noconfirm Create a trust-point crypto ca...

Recent Comments

Recent Post

Wednesday 27 February 2019

How to do packet capture in SRX? All commands at once.


How to do packet capture in SRX?  All commands at once.


If you would to understand them then click here 

>configure
set security flow traceoptions file capin

set security flow traceoptions file size 2m


set security flow traceoptions flag basic-datapath

set security flow traceoptions packet-filter p1 source-prefix 192.168.1.5

set security flow traceoptions packet-filter p1 destination-prefix 8.8.8.8

For return traffic
set security flow traceoptions packet-filter p2 source-prefix 8.8.8.8
set security flow traceoptions packet-filter p2 destination-prefix 192.168.1.5


show | compare

commit check

commit

run clear log capin (3-4 times)

Ask the user to initiate the traffic, then you can check with below command:

run show log capin


Delete security flow traceoptions


0 comments: