08-25-2008 01:34 PM - edited 03-11-2019 06:35 AM
How can I view all live traffic coming from a specific IP? I have a L2L tunnel setup and a few IP's on one subnet are not pingable. Trying to find out where it is dying.
08-25-2008 01:41 PM
you can use ASDM Packet tracer by defining source and destination IP addresses and also use the command line tool capture for this purposes.
make an access-list
recall this access-list in capture command
capture mycapture access-list mylist interface inside/outside.
if help please rate.
08-25-2008 01:45 PM
If I am testing just a regular ping how do I do that?
source IP: 172.16.1.1 destination IP: 172.16.55.1
What do I choose for Type, Code, and ID?? I just want it to use a standard ping.
08-25-2008 06:48 PM
This on an ASA.
access-list cap extended permit ip host 172.16.1.1 host 172.16.55.1
access-list cap extended permit ip host 172.16.55.1 host 172.16.1.1
capture capinside access-list cap interface inside
capture capoutside access-list cap interface outside
then you can use
"show cap capinside" or "show cap capoutside" to see the traffic that was captured.
Naturally, change the interface names if you're using something else.
08-25-2008 06:28 PM
On which device is this?
On the ASA you can either do a capture for this IP, or check the 'show conn det | inc
Regards
Farrukh
08-26-2008 05:27 AM
This is a PIX 515E I'm using to try and do this with.
08-26-2008 05:50 AM
Ok then you can use the capture command or the show conn suggested earlier.
Regards
Farrukh
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide