02-28-2012 05:44 AM - edited 03-11-2019 03:35 PM
Hi,
We are using Netflow on our ASA and our internet pipe inbound is at it's maximum and in Netflow I can see the external IP of the site and the destination IP is the outside IP of our firewall, how can I see what our ASA is PATing this address to internally, so I can go to the users PC?
Thanks
02-28-2012 10:41 AM
Andy,
The command reference shows some options for the 'show xlate' command on the ASA which may be helpful:
http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/s7.html#wp1308781
If you know the outside PAT port being used in the connection, you might be able to find the tranlsation in question by using the 'show xlate gport
For example, if the site was replying to 2.2.2.2:1000, you could do a 'show xlate gport 1000' to find the translation entry for this connection.
Is this what you are looking for?
Thanks!
Joey
02-29-2012 03:31 AM
hi,
I must be doing something slightly wrong, if I go onto the ASA and type "sh xlate interface outside" it only shows traffice for the outside of our ASA to VPN's, where is all the traffic to websites etc?
For example all I'm seeing is information like below
PAT Global x.x.x.x
Any ideas?
kind regards
02-29-2012 08:18 AM
Andy,
Is 172.19.10.x a regular internal subnet? In your example:
PAT Global x.x.x.x
This is saying that the local host 172.19.10.167 is being translated to the public address x.x.x.x:16095. Can you see destination port numbers using your Netflow setup? If for example you saw the following:
Netflow: Cisco.com > x.x.x.x:16095
Then we know that host 172.19.10.167 was accessing Cisco.com.
If I'm still not understanding your issue correctly, you may want to attach a 'show run' (or at least 'show int', 'show run nat', and 'show run global' if you're using 8.2 or lower).
Thanks
Joey
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