Okay, I ahve three remote sites connected via Cisco IOS VPNs. I have a 2611 at my main location, and 1710s at the remote sites, all with a VPN AIM. Each site has its own crypto isakmp key and each site is set up as a different peer (of course). But, It is currently set up where they all share the same Transform-set. Is this okay? Would it improve speed if I had three seperate transform-sets? (am I sending all three sites' traffic to all three sites, instead of only each site's traffic to that specific site?) An example of my setup on the 2611 is below. Thanks in advance,
crypto isakmp policy 1
authentication pre-share
crypto isakmp key blah1 address 14.2.33.43
crypto isakmp key blah2 address 34.4.25.67
crypto isakmp key blah3 address 63.7.18.99
!
!
crypto ipsec transform-set TRANS1 esp-3des esp-md5-hmac
!
crypto map CRYPT local-address Ethernet0/0
crypto map CRYPT 1 ipsec-isakmp
set peer 14.2.33.43
set peer 34.4.25.67
set peer 63.7.18.99
set transform-set TRANS1
match address 100
crypto isakmp policy 1
authentication pre-share
crypto isakmp key blah1 address 14.2.33.43
crypto isakmp key blah2 address 34.4.25.67
crypto isakmp key blah3 address 63.7.18.99
!
!
crypto ipsec transform-set TRANS1 esp-3des esp-md5-hmac
!
crypto map CRYPT local-address Ethernet0/0
crypto map CRYPT 1 ipsec-isakmp
set peer 14.2.33.43
set peer 34.4.25.67
set peer 63.7.18.99
set transform-set TRANS1
match address 100