08-22-2011 11:31 AM - edited 02-21-2020 05:32 PM
All,
Currently I have a VPN from a single ASA spoke network to a single ASA hub, so I have setup my access-lists so that the source is specific to the spoke (i.e. 192.168.1.0/24) and I am using the "any" keyword for destination. I need to add some more VPN connections, so can I just add the more specific networks below the Inside to any statement in the crypto map. See below.
access-list outside_10_cryptomap extended permit ip object-group Inside-Networks Other-Networks
access-list outside_20_cryptomap extended permit ip object-group Inside-Networks any
crypto map outside_map 10 match address outside_10_cryptomap
crypto map outside_map 10 set peer 1.1.1.1
crypto map outside_map 10 set transform-set ESP-3DES-MD5
crypto map outside_map 20 match address outside_20_cryptomap
crypto map outside_map 20 set peer 2.2.2.2
crypto map outside_map 20 set transform-set ESP-3DES-MD5
Solved! Go to Solution.
08-22-2011 12:23 PM
Gregory
Now i come to think of it, i do remember an issue with less specific entries in the acl before more specific entries.
So it should work but you need to make sure the more specific comes before the less specific which you seem to have done with your config.
Jon
08-22-2011 12:13 PM
The crypto map acl entry is tied to the peer so it shouldn't matter unless i musunderstand your question.
Jon
08-22-2011 12:20 PM
Sorry, not the most concise question. I just want to make sure traffic to Other-Networks would not be sent to 2.2.2.2 since it has a proxy-id that would technically match that traffic.
08-22-2011 12:23 PM
Gregory
Now i come to think of it, i do remember an issue with less specific entries in the acl before more specific entries.
So it should work but you need to make sure the more specific comes before the less specific which you seem to have done with your config.
Jon
08-22-2011 12:41 PM
Thanks!
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