cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
528
Views
9
Helpful
4
Replies

NAT - Inbound / Outbound

GRANT3779
Spotlight
Spotlight

Hi All,

If I have the following 2 NAT statements on my ASA -

object network TestVid
 nat (inside,outside) static 2xx.1xx.2.xx
!
nat (any,outside) after-auto source dynamic DynamicNatInside interface

 

The TestVid static NAT is for incoming calls to a video conf unit. Does this static NAT also work the reverse way? E.G if this machine wanted to go out to the internet, would this NAT be used outbound and the same IP used or is it just for Inbound?

Or would the unit use my other NAT statement if the address fell into the DynamicNatInside object?

 

Thanks

 

1 Accepted Solution

Accepted Solutions

A static NAT configuration ca be used in- and outbound. Your TestVid will use the public IP 2xx.1xx.2.xx also for outbound traffic.

View solution in original post

4 Replies 4

A static NAT configuration ca be used in- and outbound. Your TestVid will use the public IP 2xx.1xx.2.xx also for outbound traffic.

Hi Karsten,


Thanks for that. Are my two NAT statements processed in a certain order on the ASA? e.g Static NATs first, then my more generic NAT statement?

Your nat entry with "after-auto" keyword will be processed last in the example you posted.

Please see Jouni's excellent explanation in this document for many more details on the order of NAT processing.

(in addition to the configuration guide section Karsten linked to.)

Review Cisco Networking for a $25 gift card