captnops
IS-IT--Management
- Feb 12, 2003
- 141
I have a need to create multiple L2L VPN Tunnels to multiple customers. What is the syntax to create those tunnels in a single crypto map?
TIA
TIA
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
crypto ipsec transform-set myset esp-aes esp-sha-hmac
crypto dynamic-map mymap 10
set transform-set myset
crypto map mymap 10 ipsec-isakmp
set peer x.x.x.x
set transform-set myset
match address crypto_acl1
crypto map mymap 20 ipsec-isakmp
set peer x.x.x.x
set transform-set myset
match address crytpo_acl2
crypto map mymap 100 ipsec-isakmp dynamic dynmap