Hi,
In order to configure the Lan to Lan VPN on ASA with code 8.4 how do we configure no-nat or nat 0 so that matched packets will not undergo any natting.
Following link shows the example but it is not showing the how NAT exemption is to be configured.
http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/vpn_site2site.html
We plan to have simple PAT configured as follows:
object network inside_network
hostname(config-network-object)# subnet 10.1.1.0 255.255.255.0
hostname(config-network-object)# nat (inside,outside) dynamic interface
How to exempt packets those will match : source 10.1.1.0 /24 and destined for 10.1.2.0 /24 from natting in code 8.4.
Is it necessary to configure ikev2 parameters (ISAKMP and IPSEC)
crypto ikev2 enable outside (ISAKMP enabled on outside along with ikev1)
crypto ipsec ikev2 ipsec-proposal secure
crypto map abcmap 1 set ikev2 ipsec-proposal secure
Please share the experience.
Thanks
Subodh