cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
536
Views
0
Helpful
6
Replies

View live traffice from specific IP

komputerguy
Level 1
Level 1

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.

6 Replies 6

wasiimcisco
Level 1
Level 1

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.

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.

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.

Farrukh Haroon
VIP Alumni
VIP Alumni

On which device is this?

On the ASA you can either do a capture for this IP, or check the 'show conn det | inc ' command whenever you want to see this IPs connections.

Regards

Farrukh

This is a PIX 515E I'm using to try and do this with.

Ok then you can use the capture command or the show conn suggested earlier.

Regards

Farrukh

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card