cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1301
Views
40
Helpful
18
Replies

ASA 5505 8.2(5) to ASA 5515 9.1(2) Site to Site VPN Tunnel not working

smoovhorse
Level 1
Level 1

Cannot establish a site to site tunnel between these two appliances

ASA 5505 Config

:
ASA Version 8.2(5)
!
hostname ASANOVA
enable password 24D1K7m67KsjjeT1 encrypted
passwd 24D1K7m67KsjjeT1 encrypted
names
name 172.16.0.0 Abingdon description ABN Subnet
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 10.10.20.1 255.255.255.0
!
interface Vlan2
 nameif outside
 security-level 0
 ip address 96.95.55.41 255.255.255.248
!
ftp mode passive
access-list outside_1_cryptomap extended permit ip 10.10.20.0 255.255.255.0 Abingdon 255.255.0.0
access-list inside_nat0_outbound extended permit ip 10.10.20.0 255.255.255.0 Abingdon 255.255.0.0
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 96.95.55.46 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 192.168.1.0 255.255.255.0 inside
http 10.10.20.0 255.255.255.0 inside
http Abingdon 255.255.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto map outside_map 1 match address outside_1_cryptomap
crypto map outside_map 1 set pfs group1
crypto map outside_map 1 set peer 216.184.74.214
crypto map outside_map 1 set transform-set ESP-3DES-SHA
crypto map outside_map interface outside
crypto isakmp enable inside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!
dhcpd address 10.10.20.6-10.10.20.45 inside
dhcpd dns 10.10.20.1 75.75.75.75 interface inside
dhcpd enable inside
!

threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
group-policy DfltGrpPolicy attributes
 vpn-idle-timeout none
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
tunnel-group 216.184.74.214 type ipsec-l2l
tunnel-group 216.184.74.214 ipsec-attributes
 pre-shared-key *****
tunnel-group-map default-group 216.184.74.214
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum client auto
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny  
  inspect sunrpc
  inspect xdmcp
  inspect sip  
  inspect netbios
  inspect tftp
  inspect ip-options
!
service-policy global_policy global
prompt hostname context
call-home reporting anonymous prompt 1
Cryptochecksum:ad9431f3d17bb32eafa731210ed5d439
: end

ASA 5515 Config

ASA Version 9.1(2)
!
hostname PEOPLE-ASA
enable password 24D1K7m67KsjjeT1 encrypted
names
ip local pool VPN 172.16.75.10-172.16.75.20 mask 255.255.0.0
ip local pool SSLVPN 10.1.1.10-10.1.1.30 mask 255.255.255.0
!
interface GigabitEthernet0/0
nameif inside
security-level 100
ip address 172.17.50.254 255.255.255.0
!
interface GigabitEthernet0/1
nameif outside
security-level 0
ip address 216.184.74.212 255.255.255.248
!
interface GigabitEthernet0/2
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/4
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/5
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
management-only
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
!
boot system disk0:/asa912-smp-k8.bin
ftp mode passive
object network INSIDE_LAN
subnet 172.16.0.0 255.255.0.0
object network ABG_LAN
subnet 172.16.0.0 255.255.0.0
object network GAINESVILLE_LAN
subnet 10.10.20.0 255.255.255.0
object network WOODSTOCK_LAN
subnet 10.10.10.0 255.255.255.0
object network SSLVPNPOOL
subnet 10.1.1.0 255.255.255.0
object network BARRACUDA
host 172.16.55.55
object network REMOTE_SITES
subnet 10.10.0.0 255.255.192.0
object network NETWORK_OBJ_172.16.75.0_27
subnet 172.16.75.0 255.255.255.224
object network People-Sage
host 172.16.0.20
description People-Sage
object network Abila
host 72.32.29.175
description Abila Cloud
object network CAPTAIN
host 172.16.0.150
object network NETWORK_OBJ_10.10.20.0_24
subnet 10.10.20.0 255.255.255.0
object network NETWORK_OBJ_172.16.0.0_16
subnet 172.16.0.0 255.255.0.0
object network 96.95.55.41
host 96.95.55.41
description MANASSAS
object-group service CAPSYSport tcp
port-object eq 5632
object-group service CAPORT tcp
port-object eq 5632
access-list OUTSIDE_IN extended permit tcp any object BARRACUDA eq smtp
access-list OUTSIDE_IN extended permit tcp any object BARRACUDA eq www
access-list OUTSIDE_IN extended permit tcp any object BARRACUDA eq https
access-list OUTSIDE_IN extended permit tcp any object BARRACUDA eq pop3
access-list OUTSIDE_IN extended permit tcp object Abila object People-Sage eq https inactive
access-list OUTSIDE_IN extended permit tcp any object CAPTAIN eq 5632
access-list INSIDE_OUT extended permit ip any any
access-list ABG_TO_GAINESVILLE extended permit ip 172.16.0.0 255.255.0.0 10.10.20.0 255.255.255.0
access-list ABG_TO_WOODSTOCK extended permit ip 172.16.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list SPLIT_TUNNEL standard permit 172.16.0.0 255.255.0.0
access-list outside_cryptomap extended permit ip 172.16.0.0 255.255.0.0 10.10.20.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
mtu management 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-713.bin
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
nat (inside,outside) source static ABG_LAN ABG_LAN destination static GAINESVILLE_LAN GAINESVILLE_LAN
nat (inside,outside) source static ABG_LAN ABG_LAN destination static WOODSTOCK_LAN WOODSTOCK_LAN
nat (inside,outside) source static INSIDE_LAN INSIDE_LAN destination static SSLVPNPOOL SSLVPNPOOL no-proxy-arp route-lookup
nat (inside,outside) source static any any destination static NETWORK_OBJ_172.16.75.0_27 NETWORK_OBJ_172.16.75.0_27 no-proxy-arp route-lookup
nat (inside,outside) source static NETWORK_OBJ_172.16.0.0_16 NETWORK_OBJ_172.16.0.0_16 destination static NETWORK_OBJ_10.10.20.0_24 NETWORK_OBJ_10.10.20.0_24 no-proxy-arp route-lookup
!
object network INSIDE_LAN
nat (inside,outside) dynamic interface
object network BARRACUDA
nat (inside,outside) static 216.184.74.213
object network REMOTE_SITES
nat (inside,outside) dynamic interface
object network CAPTAIN
nat (inside,outside) static 216.184.74.210 service tcp 5632 5632
access-group OUTSIDE_IN in interface outside
access-group INSIDE_OUT out interface outside
route outside 0.0.0.0 0.0.0.0 216.184.74.209 1
route inside 10.10.0.0 255.255.255.0 172.17.50.1 1
route inside 10.10.30.0 255.255.255.0 172.17.50.1 1
route inside 10.10.40.0 255.255.255.0 172.17.50.1 1
route inside 10.10.50.0 255.255.255.0 172.17.50.1 1
route inside 10.10.60.0 255.255.255.0 172.17.50.1 1
route inside 172.16.0.0 255.255.0.0 172.17.50.1 1
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
aaa authentication ssh console LOCAL
aaa authentication http console LOCAL
http server enable
http 192.168.1.0 255.255.255.0 management
http 172.16.0.0 255.255.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANS esp-aes esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANS mode transport
crypto ipsec ikev1 transform-set ESP-AES-256-SHA-TRANS esp-aes-256 esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-256-SHA-TRANS mode transport
crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANS esp-3des esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANS mode transport
crypto ipsec ikev1 transform-set ESP-DES-SHA-TRANS esp-des esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-DES-SHA-TRANS mode transport
crypto ipsec ikev1 transform-set ESP-AES-192-SHA-TRANS esp-aes-192 esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-192-SHA-TRANS mode transport
crypto ipsec ikev1 transform-set ESP-AES-128-MD5-TRANS esp-aes esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-AES-128-MD5-TRANS mode transport
crypto ipsec ikev1 transform-set ESP-AES-192-MD5-TRANS esp-aes-192 esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-AES-192-MD5-TRANS mode transport
crypto ipsec ikev1 transform-set ESP-AES-256-MD5-TRANS esp-aes-256 esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-AES-256-MD5-TRANS mode transport
crypto ipsec ikev1 transform-set ESP-3DES-MD5-TRANS esp-3des esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-3DES-MD5-TRANS mode transport
crypto ipsec ikev1 transform-set ESP-DES-MD5-TRANS esp-des esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-DES-MD5-TRANS mode transport
crypto ipsec ikev2 ipsec-proposal DES
protocol esp encryption des
protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal 3DES
protocol esp encryption 3des
protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal AES
protocol esp encryption aes
protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal AES192
protocol esp encryption aes-192
protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal AES256
protocol esp encryption aes-256
protocol esp integrity sha-1 md5
crypto ipsec security-association pmtu-aging infinite
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-192-SHA ESP-AES-256-SHA ESP-3DES-SHA ESP-DES-SHA ESP-AES-128-SHA-TRANS ESP-AES-192-SHA-TRANS ESP-AES-256-SHA-TRANS ESP-3DES-SHA-TRANS ESP-DES-SHA-TRANS
crypto map outside_map 1 match address outside_cryptomap
crypto map outside_map 1 set peer 96.95.55.41
crypto map outside_map 1 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 1 set ikev2 ipsec-proposal AES256 AES192 AES 3DES DES
crypto map outside_map 1 set ikev2 pre-shared-key *****
crypto map outside_map 1 set security-association lifetime kilobytes unlimited
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto ca trustpool policy
crypto ikev2 policy 1
encryption aes-256
integrity sha
group 5 2
prf sha
lifetime seconds 86400
crypto ikev2 policy 10
encryption aes-192
integrity sha
group 5 2
prf sha
lifetime seconds 86400
crypto ikev2 policy 20
encryption aes
integrity sha
group 5 2
prf sha
lifetime seconds 86400
crypto ikev2 policy 30
encryption 3des
integrity sha
group 5 2
prf sha
lifetime seconds 86400
crypto ikev2 policy 40
encryption des
integrity sha
group 5 2
prf sha
lifetime seconds 86400
crypto ikev2 enable inside
crypto ikev2 enable outside
crypto ikev1 enable inside
crypto ikev1 enable outside
crypto ikev1 policy 10
authentication crack
encryption aes-256
hash sha
group 2
lifetime 86400
crypto ikev1 policy 20
authentication rsa-sig
encryption aes-256
hash sha
group 2
lifetime 86400
crypto ikev1 policy 30
authentication pre-share
encryption aes-256
hash sha
group 2
lifetime 86400
crypto ikev1 policy 40
authentication crack
encryption aes-192
hash sha
group 2
lifetime 86400
crypto ikev1 policy 50
authentication rsa-sig
encryption aes-192
hash sha
group 2
lifetime 86400
crypto ikev1 policy 60
authentication pre-share
encryption aes-192
hash sha
group 2
lifetime 86400
crypto ikev1 policy 70
authentication crack
encryption aes
hash sha
group 2
lifetime 86400
crypto ikev1 policy 80
authentication rsa-sig
encryption aes
hash sha
group 2
lifetime 86400
crypto ikev1 policy 90
authentication pre-share
encryption aes
hash sha
group 2
lifetime 86400
crypto ikev1 policy 100
authentication crack
encryption 3des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 110
authentication rsa-sig
encryption 3des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 120
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 130
authentication crack
encryption des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 140
authentication rsa-sig
encryption des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 150
authentication pre-share
encryption des
hash sha
group 2
lifetime 86400
telnet timeout 5
ssh 172.16.0.0 255.255.0.0 inside
ssh timeout 5
ssh key-exchange group dh-group1-sha1
console timeout 0
dhcpd dns 172.16.0.16 172.16.0.17
dhcpd domain peopleinc
!
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
ssl encryption rc4-sha1 aes128-sha1 aes256-sha1 3des-sha1
webvpn
port 4433
enable outside
anyconnect image disk0:/anyconnect-win-2.5.2014-k9.pkg 1
anyconnect enable
tunnel-group-list enable
group-policy SSLVPN internal
group-policy SSLVPN attributes
wins-server none
dns-server value 172.16.0.16
vpn-tunnel-protocol ssl-client
split-tunnel-policy tunnelall
split-tunnel-network-list value SPLIT_TUNNEL
default-domain none
webvpn
anyconnect firewall-rule client-interface public value SPLIT_TUNNEL
anyconnect keep-installer installed
anyconnect dpd-interval client 20
anyconnect profiles value SSLVPN type user
group-policy DefaultRAGroup internal
group-policy DefaultRAGroup attributes
dns-server value 172.16.0.16 172.16.0.17
vpn-tunnel-protocol l2tp-ipsec
default-domain value PEOPLEINC
group-policy DfltGrpPolicy attributes
dns-server value 172.16.0.16
split-tunnel-policy tunnelspecified
split-tunnel-network-list value SPLIT_TUNNEL
group-policy GroupPolicy_96.95.55.41 internal
group-policy GroupPolicy_96.95.55.41 attributes
vpn-idle-timeout none
vpn-session-timeout none
vpn-tunnel-protocol ikev1 ikev2 l2tp-ipsec ssl-client ssl-clientless
group-policy VPN1 internal
group-policy VPN1 attributes
dns-server value 172.16.0.16 172.16.0.17
vpn-tunnel-protocol ikev1 l2tp-ipsec
split-tunnel-policy tunnelall
split-tunnel-network-list value SPLIT_TUNNEL
default-domain value PEOPLEINC.NET
username jkilgore password cNzyU60ANjD5Fs4J encrypted privilege 5
username jkilgore attributes
service-type admin
username bcti password orkWQiKz3fKWyT6O encrypted privilege 15
username bcti attributes
service-type remote-access
username admin password HSSmZpREJoPIHVq. encrypted privilege 15
username admin attributes
service-type admin
username pholman password 1eO12UsvgEcyev1S encrypted
username pholman attributes
vpn-group-policy SSLVPN
username TMC password /uBl0/rjrNoYrJqg encrypted privilege 5
username TMC attributes
service-type remote-access
username tmcomm password KRKHEaiSliI1bnC9 encrypted privilege 0
username tmcomm attributes
vpn-group-policy VPN1
tunnel-group DefaultRAGroup general-attributes
address-pool VPN
default-group-policy DefaultRAGroup
tunnel-group DefaultRAGroup ipsec-attributes
ikev1 pre-shared-key *****
tunnel-group SSLVPN type remote-access
tunnel-group SSLVPN general-attributes
address-pool SSLVPN
default-group-policy SSLVPN
tunnel-group SSLVPN webvpn-attributes
group-alias SSLVPN enable
tunnel-group VPN1 type remote-access
tunnel-group VPN1 general-attributes
address-pool VPN
default-group-policy VPN1
tunnel-group VPN1 ipsec-attributes
ikev1 pre-shared-key *****
tunnel-group 96.95.55.41 type ipsec-l2l
tunnel-group 96.95.55.41 general-attributes
default-group-policy GroupPolicy_96.95.55.41
tunnel-group 96.95.55.41 ipsec-attributes
ikev1 pre-shared-key *****
ikev2 remote-authentication pre-shared-key *****
ikev2 local-authentication pre-shared-key *****
!
class-map icmp-class
match default-inspection-traffic
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map icmp_policy
class icmp-class
inspect icmp
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ip-options
!
service-policy global_policy global
service-policy icmp_policy interface inside
service-policy icmp_policy interface outside
prompt hostname context
no call-home reporting anonymous
Cryptochecksum:bcdf2ae47e75e970352c6234a0f525cb
: end

18 Replies 18

You are correct that this running config is different from what we had been looking at. And there is a flaw in it. Here is the access list entry

access-list outside_cryptomap extended permit ip object ABG_LAN object NETWORK_OBJ_172.16.0.0_16

But if you look at the entries ABG_LAN is

object network ABG_LAN
 subnet 172.16.0.0 255.255.0.0

and the other parameter is

object network NETWORK_OBJ_172.16.0.0_16
 subnet 172.16.0.0 255.255.0.0

So there is no entry for 10.10.20.0

HTH

Rick

HTH

Rick

Diego Lopez
Level 1
Level 1

Hello,

In the 5505 you are using the wrong peer address the outside IP of the 5515 is 216.184.74.212 and the crypto map is configured with 216.184.74.214.

you also configured the tunnel group with the wrong address you should configure the tunnel group like this 

tunnel-group 216.184.74.212  type ipsec-l2l
tunnel-group 216.184.74.212  ipsec-attributes
pre-shared-key *****

The rest of the configuration looks correct.

Very good catch :)

With that kind of issue I am surprised that the tunnel came up.

HTH

Rick

HTH

Rick

It might be using the dynamic crypto map configured on ASA 5515 but you're also right just noticed that on asa 5505 there is a pfs group 1 configured and the 5515 is not.

I will suggest the following changes:

Correct the peer address and tunnel group in asa 5505

Add pfs to crypto map 1 in ASA 5515

crypto map outside_map 1 set pfs group1

Since you're using ikev1 there is no need to have additional proposals for ikev2 delete them

no crypto map outside_map 1 set ikev2 ipsec-proposal AES256 AES192 AES 3DES DES
no crypto map outside_map 1 set ikev2 pre-shared-key *****

after making this changes make sure that you drop the tunnel and try to initiate it again to make sure it's established with the correct crypto map not the dynamic one this might be the reason why is not passing traffic correctly. Clear the tunnel from asa 5515 with the command 

clear crypto ipsec sa peer 96.95.55.41 

Don't forget to rate, thanks.