cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
810
Views
0
Helpful
2
Replies

NAT issues with AnyConnect and ASA 8.3

corey.mckinney
Level 1
Level 1

I have AnyConnect configured on an ASA 8.3.  I'm connecting just fine and pulling an IP address from the pool that I created.  The problem I'm having is I am not seeing any "receive" packets in the AnyConnect details.  I know on the ASA 8.2 and earlier you would use an "Exempt" NAT to do identity translation.  How is that done with 8.3 and later?

1 Accepted Solution

Accepted Solutions

ajay chauhan
Level 7
Level 7

Within 8.3 and later the networks are defined as objects via the use of object groups. These object groups are then referenced within the NAT statement to define both the pre and post NAT (real / mapped) addresses.

object network LOCAL_LAN
subnet 192.168.0.0 255.255.0.0

object network REMOTE_LAN
subnet 172.16.0.0 255.255.0.0

nat (inside,outside) source static LOCAL_LAN LOCAL_LAN destination static REMOTE_LAN REMOTE_LAN

View solution in original post

2 Replies 2

ajay chauhan
Level 7
Level 7

Within 8.3 and later the networks are defined as objects via the use of object groups. These object groups are then referenced within the NAT statement to define both the pre and post NAT (real / mapped) addresses.

object network LOCAL_LAN
subnet 192.168.0.0 255.255.0.0

object network REMOTE_LAN
subnet 172.16.0.0 255.255.0.0

nat (inside,outside) source static LOCAL_LAN LOCAL_LAN destination static REMOTE_LAN REMOTE_LAN

Thank you!!! It's going to take a little time to get used to this new format.

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: