<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 2 switches are no longer able to ping after IPSEC configured on Firewalls in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3825991#M6462</link>
    <description>&lt;P&gt;bluebelt add&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list VPN_SiteB extended permit icmp object-group Internal_LAN object SiteB_Internal_Lan&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to your acl VPN_SiteB and see if it gets hit&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 04:47:33 GMT</pubDate>
    <dc:creator>Dennis Mink</dc:creator>
    <dc:date>2019-03-26T04:47:33Z</dc:date>
    <item>
      <title>2 switches are no longer able to ping after IPSEC configured on Firewalls</title>
      <link>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3825946#M6461</link>
      <description>&lt;P&gt;Not fluent at IPSEC tunnels yet.&lt;/P&gt;&lt;P&gt;See attached of lab topology.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So everything could ping each other fine before I made IPSEC configs for 1 tunnel on both ASAs and now the Nexus on both side are not able to ping each other - everything else can still ping. See configs below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SiteA-ASA-Prim# sh run&lt;BR /&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;BR /&gt;: Serial Number: 9A10XX9Q2VW&lt;BR /&gt;: Hardware: ASAv, 2048 MB RAM, CPU Pentium II 2660 MHz&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.7(1)&lt;BR /&gt;!&lt;BR /&gt;hostname SiteA-ASA-Prim&lt;BR /&gt;enable password $sha512$5000$YF7YzJonS4gTjTvuzS/+kg==$oI0x1nuPDRjVX8fIBb+t+A== pbkdf2&lt;BR /&gt;xlate per-session deny tcp any4 any4&lt;BR /&gt;xlate per-session deny tcp any4 any6&lt;BR /&gt;xlate per-session deny tcp any6 any4&lt;BR /&gt;xlate per-session deny tcp any6 any6&lt;BR /&gt;xlate per-session deny udp any4 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any4 any6 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any6 eq domain&lt;BR /&gt;names&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;description Inside_to_LAN&lt;BR /&gt;nameif Inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.10.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/4&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/6&lt;BR /&gt;description Outside_to_WAN&lt;BR /&gt;nameif Outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 10.10.10.10 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network Virtual_Environment_GNS&lt;BR /&gt;range 192.168.30.0 192.168.30.255&lt;BR /&gt;object network SiteA_Admin_Users&lt;BR /&gt;range 192.168.31.0 192.168.31.255&lt;BR /&gt;object network SiteA_CrSw_Prim&lt;BR /&gt;range 192.168.10.0 192.168.10.255&lt;BR /&gt;object network SiteB_Internal_Lan&lt;BR /&gt;range 172.16.0.0 172.16.255.255&lt;BR /&gt;object-group network Internal_LAN&lt;BR /&gt;network-object object Virtual_Environment_GNS&lt;BR /&gt;network-object object SiteA_Admin_Users&lt;BR /&gt;network-object object SiteA_CrSw_Prim&lt;BR /&gt;access-list Inside_Out extended permit ip object-group Internal_LAN any log&lt;BR /&gt;access-list Outside_In extended permit ip 10.10.10.0 255.255.255.0 object-group Internal_LAN&lt;BR /&gt;access-list Outside_In extended permit ip 20.20.20.0 255.255.255.0 object-group Internal_LAN&lt;BR /&gt;access-list Outside_In extended permit ip object SiteB_Internal_Lan object-group Internal_LAN&lt;BR /&gt;access-list VPN_SiteB extended permit ip object-group Internal_LAN object SiteB_Internal_Lan&lt;BR /&gt;pager lines 23&lt;BR /&gt;mtu Inside 1500&lt;BR /&gt;mtu Outside 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 8192&lt;BR /&gt;access-group Inside_Out in interface Inside&lt;BR /&gt;access-group Outside_In in interface Outside&lt;BR /&gt;route Outside 0.0.0.0 0.0.0.0 10.10.10.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec ikev2 ipsec-proposal PH-2&lt;BR /&gt;protocol esp encryption aes-256&lt;BR /&gt;protocol esp integrity sha-1&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto map VPN_SiteB_MAP 1 match address VPN_SiteB&lt;BR /&gt;crypto map VPN_SiteB_MAP 1 set peer 20.20.20.20&lt;BR /&gt;crypto map VPN_SiteB_MAP 1 set ikev2 ipsec-proposal PH-2&lt;BR /&gt;crypto map VPN_SiteB_MAP interface Outside&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;auto-import&lt;BR /&gt;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt;certificate ca 18dad19e267de8bb4a2158cdcc6b3b4a&lt;BR /&gt;308204d3 308203bb a0030201 02021018 dad19e26 7de8bb4a 2158cdcc 6b3b4a30&lt;BR /&gt;0d06092a 864886f7 0d010105 05003081 ca310b30 09060355 04061302 55533117&lt;BR /&gt;30150603 55040a13 0e566572 69536967 6e2c2049 6e632e31 1f301d06 0355040b&lt;BR /&gt;13165665 72695369 676e2054 72757374 204e6574 776f726b 313a3038 06035504&lt;BR /&gt;0b133128 63292032 30303620 56657269 5369676e 2c20496e 632e202d 20466f72&lt;BR /&gt;20617574 686f7269 7a656420 75736520 6f6e6c79 31453043 06035504 03133c56&lt;BR /&gt;65726953 69676e20 436c6173 73203320 5075626c 69632050 72696d61 72792043&lt;BR /&gt;65727469 66696361 74696f6e 20417574 686f7269 7479202d 20473530 1e170d30&lt;BR /&gt;36313130 38303030 3030305a 170d3336 30373136 32333539 35395a30 81ca310b&lt;BR /&gt;30090603 55040613 02555331 17301506 0355040a 130e5665 72695369 676e2c20&lt;BR /&gt;496e632e 311f301d 06035504 0b131656 65726953 69676e20 54727573 74204e65&lt;BR /&gt;74776f72 6b313a30 38060355 040b1331 28632920 32303036 20566572 69536967&lt;BR /&gt;6e2c2049 6e632e20 2d20466f 72206175 74686f72 697a6564 20757365 206f6e6c&lt;BR /&gt;79314530 43060355 0403133c 56657269 5369676e 20436c61 73732033 20507562&lt;BR /&gt;6c696320 5072696d 61727920 43657274 69666963 6174696f 6e204175 74686f72&lt;BR /&gt;69747920 2d204735 30820122 300d0609 2a864886 f70d0101 01050003 82010f00&lt;BR /&gt;3082010a 02820101 00af2408 08297a35 9e600caa e74b3b4e dc7cbc3c 451cbb2b&lt;BR /&gt;e0fe2902 f95708a3 64851527 f5f1adc8 31895d22 e82aaaa6 42b38ff8 b955b7b1&lt;BR /&gt;b74bb3fe 8f7e0757 ecef43db 66621561 cf600da4 d8def8e0 c362083d 5413eb49&lt;BR /&gt;ca595485 26e52b8f 1b9febf5 a191c233 49d84363 6a524bd2 8fe87051 4dd18969&lt;BR /&gt;7bc770f6 b3dc1274 db7b5d4b 56d396bf 1577a1b0 f4a225f2 af1c9267 18e5f406&lt;BR /&gt;04ef90b9 e400e4dd 3ab519ff 02baf43c eee08beb 378becf4 d7acf2f6 f03dafdd&lt;BR /&gt;75913319 1d1c40cb 74241921 93d914fe ac2a52c7 8fd50449 e48d6347 883c6983&lt;BR /&gt;cbfe47bd 2b7e4fc5 95ae0e9d d4d143c0 6773e314 087ee53f 9f73b833 0acf5d3f&lt;BR /&gt;3487968a ee53e825 15020301 0001a381 b23081af 300f0603 551d1301 01ff0405&lt;BR /&gt;30030101 ff300e06 03551d0f 0101ff04 04030201 06306d06 082b0601 05050701&lt;BR /&gt;0c046130 5fa15da0 5b305930 57305516 09696d61 67652f67 69663021 301f3007&lt;BR /&gt;06052b0e 03021a04 148fe5d3 1a86ac8d 8e6bc3cf 806ad448 182c7b19 2e302516&lt;BR /&gt;23687474 703a2f2f 6c6f676f 2e766572 69736967 6e2e636f 6d2f7673 6c6f676f&lt;BR /&gt;2e676966 301d0603 551d0e04 1604147f d365a7c2 ddecbbf0 3009f343 39fa02af&lt;BR /&gt;33313330 0d06092a 864886f7 0d010105 05000382 01010093 244a305f 62cfd81a&lt;BR /&gt;982f3dea dc992dbd 77f6a579 2238ecc4 a7a07812 ad620e45 7064c5e7 97662d98&lt;BR /&gt;097e5faf d6cc2865 f201aa08 1a47def9 f97c925a 0869200d d93e6d6e 3c0d6ed8&lt;BR /&gt;e6069140 18b9f8c1 eddfdb41 aae09620 c9cd6415 3881c994 eea28429 0b136f8e&lt;BR /&gt;db0cdd25 02dba48b 1944d241 7a05694a 584f60ca 7e826a0b 02aa2517 39b5db7f&lt;BR /&gt;e784652a 958abd86 de5e8116 832d10cc defda882 2a6d281f 0d0bc4e5 e71a2619&lt;BR /&gt;e1f4116f 10b595fc e7420532 dbce9d51 5e28b69e 85d35bef a57d4540 728eb70e&lt;BR /&gt;6b0e06fb 33354871 b89d278b c4655f0d 86769c44 7af6955c f65d3208 33a454b6&lt;BR /&gt;183f685c f2424a85 3854835f d1e82cf2 ac11d6a8 ed636a&lt;BR /&gt;quit&lt;BR /&gt;crypto ikev2 policy 1&lt;BR /&gt;encryption aes&lt;BR /&gt;integrity sha&lt;BR /&gt;group 1&lt;BR /&gt;prf sha&lt;BR /&gt;lifetime seconds 86400&lt;BR /&gt;crypto ikev2 enable Outside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;group-policy GroupPolicy_172.16.0.0 internal&lt;BR /&gt;group-policy GroupPolicy_172.16.0.0 attributes&lt;BR /&gt;vpn-idle-timeout 120&lt;BR /&gt;vpn-session-timeout none&lt;BR /&gt;vpn-filter value VPN_SiteB&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;tunnel-group 20.20.20.20 type ipsec-l2l&lt;BR /&gt;tunnel-group 20.20.20.20 ipsec-attributes&lt;BR /&gt;ikev2 remote-authentication pre-shared-key *****&lt;BR /&gt;ikev2 local-authentication pre-shared-key *****&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_1&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns migrated_dns_map_1&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_2&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination address email callhome@cisco.com&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;profile License&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination transport-method http&lt;BR /&gt;Cryptochecksum:64cfca8870d50708d94bdaa932c422bb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;================================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SiteB-ASA-Prim# sh run&lt;BR /&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;BR /&gt;: Serial Number: 9AAVGXW9X1C&lt;BR /&gt;: Hardware: ASAv, 2048 MB RAM, CPU Pentium II 2660 MHz&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.7(1)&lt;BR /&gt;!&lt;BR /&gt;hostname SiteB-ASA-Prim&lt;BR /&gt;enable password $sha512$5000$syhSI79+Xvt5sF0iY+5NOA==$3lyjpygpNB6roEwEACB8IQ== pbkdf2&lt;BR /&gt;xlate per-session deny tcp any4 any4&lt;BR /&gt;xlate per-session deny tcp any4 any6&lt;BR /&gt;xlate per-session deny tcp any6 any4&lt;BR /&gt;xlate per-session deny tcp any6 any6&lt;BR /&gt;xlate per-session deny udp any4 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any4 any6 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any6 eq domain&lt;BR /&gt;names&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif Inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 172.16.10.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/4&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/6&lt;BR /&gt;nameif Outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 20.20.20.20 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network Virtual_Environment_SiteB_GNS&lt;BR /&gt;range 172.16.30.0 172.16.30.255&lt;BR /&gt;object network Dell_Servers&lt;BR /&gt;host 172.16.30.52&lt;BR /&gt;object network Internal_Users_SiteB&lt;BR /&gt;range 172.16.11.0 172.16.11.255&lt;BR /&gt;object network SiteA_Subnets&lt;BR /&gt;subnet 192.168.0.0 255.255.0.0&lt;BR /&gt;object network Internal_LAN_SiteA&lt;BR /&gt;range 192.168.0.0 192.168.255.255&lt;BR /&gt;object network SiteB_CrSw_Prim&lt;BR /&gt;range 172.16.10.0 172.16.10.255&lt;BR /&gt;object-group network Internal_LAN_SiteB&lt;BR /&gt;network-object object Internal_Users_SiteB&lt;BR /&gt;network-object object Dell_Servers&lt;BR /&gt;network-object object Virtual_Environment_SiteB_GNS&lt;BR /&gt;network-object object SiteB_CrSw_Prim&lt;BR /&gt;access-list Inside_Out extended permit ip object-group Internal_LAN_SiteB any log&lt;BR /&gt;access-list Outside_In extended permit ip 20.20.20.0 255.255.255.0 object-group Internal_LAN_SiteB&lt;BR /&gt;access-list Outside_In extended permit ip object Internal_LAN_SiteA object-group Internal_LAN_SiteB&lt;BR /&gt;access-list Outside_In extended permit ip 10.10.10.0 255.255.255.0 object-group Internal_LAN_SiteB&lt;BR /&gt;access-list VPN_SiteA extended permit ip object-group Internal_LAN_SiteB object Internal_LAN_SiteA&lt;BR /&gt;pager lines 23&lt;BR /&gt;mtu Inside 1500&lt;BR /&gt;mtu Outside 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 8192&lt;BR /&gt;access-group Inside_Out in interface Inside&lt;BR /&gt;access-group Outside_In in interface Outside&lt;BR /&gt;route Outside 0.0.0.0 0.0.0.0 20.20.20.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec ikev2 ipsec-proposal PH&lt;BR /&gt;protocol esp encryption aes-256&lt;BR /&gt;protocol esp integrity sha-1&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto map VPN_SiteA_MAP 1 match address VPN_SiteA&lt;BR /&gt;crypto map VPN_SiteA_MAP 2 set peer 10.10.10.10&lt;BR /&gt;crypto map VPN_SiteA_MAP 2 set ikev2 ipsec-proposal PH&lt;BR /&gt;crypto map VPN_SiteA_MAP interface Outside&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;auto-import&lt;BR /&gt;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt;certificate ca 18dad19e267de8bb4a2158cdcc6b3b4a&lt;BR /&gt;308204d3 308203bb a0030201 02021018 dad19e26 7de8bb4a 2158cdcc 6b3b4a30&lt;BR /&gt;0d06092a 864886f7 0d010105 05003081 ca310b30 09060355 04061302 55533117&lt;BR /&gt;30150603 55040a13 0e566572 69536967 6e2c2049 6e632e31 1f301d06 0355040b&lt;BR /&gt;13165665 72695369 676e2054 72757374 204e6574 776f726b 313a3038 06035504&lt;BR /&gt;0b133128 63292032 30303620 56657269 5369676e 2c20496e 632e202d 20466f72&lt;BR /&gt;20617574 686f7269 7a656420 75736520 6f6e6c79 31453043 06035504 03133c56&lt;BR /&gt;65726953 69676e20 436c6173 73203320 5075626c 69632050 72696d61 72792043&lt;BR /&gt;65727469 66696361 74696f6e 20417574 686f7269 7479202d 20473530 1e170d30&lt;BR /&gt;36313130 38303030 3030305a 170d3336 30373136 32333539 35395a30 81ca310b&lt;BR /&gt;30090603 55040613 02555331 17301506 0355040a 130e5665 72695369 676e2c20&lt;BR /&gt;496e632e 311f301d 06035504 0b131656 65726953 69676e20 54727573 74204e65&lt;BR /&gt;74776f72 6b313a30 38060355 040b1331 28632920 32303036 20566572 69536967&lt;BR /&gt;6e2c2049 6e632e20 2d20466f 72206175 74686f72 697a6564 20757365 206f6e6c&lt;BR /&gt;79314530 43060355 0403133c 56657269 5369676e 20436c61 73732033 20507562&lt;BR /&gt;6c696320 5072696d 61727920 43657274 69666963 6174696f 6e204175 74686f72&lt;BR /&gt;69747920 2d204735 30820122 300d0609 2a864886 f70d0101 01050003 82010f00&lt;BR /&gt;3082010a 02820101 00af2408 08297a35 9e600caa e74b3b4e dc7cbc3c 451cbb2b&lt;BR /&gt;e0fe2902 f95708a3 64851527 f5f1adc8 31895d22 e82aaaa6 42b38ff8 b955b7b1&lt;BR /&gt;b74bb3fe 8f7e0757 ecef43db 66621561 cf600da4 d8def8e0 c362083d 5413eb49&lt;BR /&gt;ca595485 26e52b8f 1b9febf5 a191c233 49d84363 6a524bd2 8fe87051 4dd18969&lt;BR /&gt;7bc770f6 b3dc1274 db7b5d4b 56d396bf 1577a1b0 f4a225f2 af1c9267 18e5f406&lt;BR /&gt;04ef90b9 e400e4dd 3ab519ff 02baf43c eee08beb 378becf4 d7acf2f6 f03dafdd&lt;BR /&gt;75913319 1d1c40cb 74241921 93d914fe ac2a52c7 8fd50449 e48d6347 883c6983&lt;BR /&gt;cbfe47bd 2b7e4fc5 95ae0e9d d4d143c0 6773e314 087ee53f 9f73b833 0acf5d3f&lt;BR /&gt;3487968a ee53e825 15020301 0001a381 b23081af 300f0603 551d1301 01ff0405&lt;BR /&gt;30030101 ff300e06 03551d0f 0101ff04 04030201 06306d06 082b0601 05050701&lt;BR /&gt;0c046130 5fa15da0 5b305930 57305516 09696d61 67652f67 69663021 301f3007&lt;BR /&gt;06052b0e 03021a04 148fe5d3 1a86ac8d 8e6bc3cf 806ad448 182c7b19 2e302516&lt;BR /&gt;23687474 703a2f2f 6c6f676f 2e766572 69736967 6e2e636f 6d2f7673 6c6f676f&lt;BR /&gt;2e676966 301d0603 551d0e04 1604147f d365a7c2 ddecbbf0 3009f343 39fa02af&lt;BR /&gt;33313330 0d06092a 864886f7 0d010105 05000382 01010093 244a305f 62cfd81a&lt;BR /&gt;982f3dea dc992dbd 77f6a579 2238ecc4 a7a07812 ad620e45 7064c5e7 97662d98&lt;BR /&gt;097e5faf d6cc2865 f201aa08 1a47def9 f97c925a 0869200d d93e6d6e 3c0d6ed8&lt;BR /&gt;e6069140 18b9f8c1 eddfdb41 aae09620 c9cd6415 3881c994 eea28429 0b136f8e&lt;BR /&gt;db0cdd25 02dba48b 1944d241 7a05694a 584f60ca 7e826a0b 02aa2517 39b5db7f&lt;BR /&gt;e784652a 958abd86 de5e8116 832d10cc defda882 2a6d281f 0d0bc4e5 e71a2619&lt;BR /&gt;e1f4116f 10b595fc e7420532 dbce9d51 5e28b69e 85d35bef a57d4540 728eb70e&lt;BR /&gt;6b0e06fb 33354871 b89d278b c4655f0d 86769c44 7af6955c f65d3208 33a454b6&lt;BR /&gt;183f685c f2424a85 3854835f d1e82cf2 ac11d6a8 ed636a&lt;BR /&gt;quit&lt;BR /&gt;crypto ikev2 policy 2&lt;BR /&gt;encryption aes&lt;BR /&gt;integrity sha&lt;BR /&gt;group 1&lt;BR /&gt;prf sha&lt;BR /&gt;lifetime seconds 86400&lt;BR /&gt;crypto ikev2 enable Outside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;group-policy GroupPolicy_192.168.0.0 internal&lt;BR /&gt;group-policy GroupPolicy_192.168.0.0 attributes&lt;BR /&gt;vpn-idle-timeout 120&lt;BR /&gt;vpn-session-timeout none&lt;BR /&gt;vpn-filter value VPN_SiteA&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;tunnel-group 10.10.10.10 type ipsec-l2l&lt;BR /&gt;tunnel-group 10.10.10.10 ipsec-attributes&lt;BR /&gt;ikev2 remote-authentication pre-shared-key *****&lt;BR /&gt;ikev2 local-authentication pre-shared-key *****&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_1&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns migrated_dns_map_1&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_2&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination address email callhome@cisco.com&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;profile License&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination transport-method http&lt;BR /&gt;Cryptochecksum:94d3ed8d4380e04e085e3588b7cc66fb&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:58:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3825946#M6461</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2020-02-21T16:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: 2 switches are no longer able to ping after IPSEC configured on Firewalls</title>
      <link>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3825991#M6462</link>
      <description>&lt;P&gt;bluebelt add&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list VPN_SiteB extended permit icmp object-group Internal_LAN object SiteB_Internal_Lan&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to your acl VPN_SiteB and see if it gets hit&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 04:47:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3825991#M6462</guid>
      <dc:creator>Dennis Mink</dc:creator>
      <dc:date>2019-03-26T04:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: 2 switches are no longer able to ping after IPSEC configured on Firewalls</title>
      <link>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3827662#M6463</link>
      <description>&lt;P&gt;I configured access-list VPN_SiteB extended permit icmp object-group Internal_LAN object SiteB_Internal_Lan and vice versa on other ASA (swapping source/dest) and still won't work.&lt;/P&gt;&lt;P&gt;I put the following on both ASAs and remove route-maps and no dice.&lt;/P&gt;&lt;P&gt;access-list VPN_SiteA extended permit ip any any&lt;/P&gt;&lt;P&gt;See packet tracer at applicable step:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Phase: 8&lt;BR /&gt;Type: VPN&lt;BR /&gt;Subtype: encrypt&lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;Forward Flow based lookup yields rule:&lt;BR /&gt;out id=0x7f3b5d9dc490, priority=70, domain=encrypt, deny=false&lt;BR /&gt;hits=1, user_data=0x0, cs_id=0x7f3b5d4b26b0, reverse, flags=0x0, protocol=0&lt;BR /&gt;src ip/id=172.16.10.0, mask=255.255.255.0, port=0, tag=any&lt;BR /&gt;dst ip/id=192.168.0.0, mask=255.255.0.0, port=0, tag=any, dscp=0x0&lt;BR /&gt;input_ifc=any, output_ifc=Outside&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: Inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: Outside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 01:47:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3827662#M6463</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2019-03-28T01:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: 2 switches are no longer able to ping after IPSEC configured on Firewalls</title>
      <link>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3827705#M6464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Both ends&amp;nbsp;ACL is not matching. The Phase2 session will be established based on the ACL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Site A modifications:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;access-list VPN_SiteB extended permit ip object Internal_LAN_SiteA_full object SiteB_Internal_Lan
!
object network SiteB_Internal_Lan
range 172.16.0.0 172.16.255.255
!
object network Internal_LAN_SiteA_full
range 192.168.0.0 192.168.255.255&lt;/PRE&gt;
&lt;P&gt;Site B Modifications:&lt;/P&gt;
&lt;PRE&gt;object network SiteB Internal_LAN_SiteB_full
range 172.16.0.0 172.16.255.255
!
object network Internal_LAN_SiteA
range 192.168.0.0 192.168.255.255&lt;BR /&gt;!&lt;BR /&gt;access-list VPN_SiteA extended permit ip object Internal_LAN_SiteB_full object Internal_LAN_SiteA&lt;/PRE&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 02:49:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3827705#M6464</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2019-03-28T02:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: 2 switches are no longer able to ping after IPSEC configured on Firewalls</title>
      <link>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3827974#M6466</link>
      <description>Ensuring the ACL are mirrored is the right thing to do. &lt;BR /&gt;&lt;BR /&gt;FYI, I noticed you have defined a VPN Filter under a group-policy, however this does not appear to be referenced under a tunnel-group - so will not be currently restricting traffic. If you applied this VPN Filter as configured now, it will not work. The VPN Filter ACL is configured differently to a normal ACL. The VPN Filter ACL source would be the remote network/port, with the destination as the local network/port.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 28 Mar 2019 11:35:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3827974#M6466</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-03-28T11:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: 2 switches are no longer able to ping after IPSEC configured on Firewalls</title>
      <link>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3828614#M6467</link>
      <description>I was able to get it working but I did not change the object-groups - see below. I am not sure what may have been the cause as I removed a lot of configs.</description>
      <pubDate>Fri, 29 Mar 2019 01:45:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3828614#M6467</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2019-03-29T01:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: 2 switches are no longer able to ping after IPSEC configured on Firewalls</title>
      <link>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3828616#M6468</link>
      <description>&lt;P&gt;I was able to get everything working, but not quite sure what the problem(s) were as I removed all group policy configs, vpn-filters, and added&amp;nbsp;sysopt connection permit-vpn config. I just made new crypto map names and vpn acl names but did not change any objects or object-groups.&lt;/P&gt;&lt;P&gt;So I don't really need a group-policy I could just configure a vpn-filter and reference it under my tunnel-group? Group policy best if I have multiple tunnels between the ASAs correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See new config below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SiteA-ASA-Prim# sh run&lt;BR /&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;BR /&gt;: Serial Number: 9AFU2NTVJEC&lt;BR /&gt;: Hardware: ASAv, 2048 MB RAM, CPU Pentium II 2660 MHz&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.7(1)&lt;BR /&gt;!&lt;BR /&gt;hostname SiteA-ASA-Prim&lt;BR /&gt;enable password $sha512$5000$YF7YzJonS4gTjTvuzS/+kg==$oI0x1nuPDRjVX8fIBb+t+A== pbkdf2&lt;BR /&gt;xlate per-session deny tcp any4 any4&lt;BR /&gt;xlate per-session deny tcp any4 any6&lt;BR /&gt;xlate per-session deny tcp any6 any4&lt;BR /&gt;xlate per-session deny tcp any6 any6&lt;BR /&gt;xlate per-session deny udp any4 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any4 any6 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any6 eq domain&lt;BR /&gt;names&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;description Inside_to_LAN&lt;BR /&gt;nameif Inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.10.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/4&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/6&lt;BR /&gt;description Outside_to_WAN&lt;BR /&gt;nameif Outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 10.10.10.10 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network Virtual_Environment_GNS&lt;BR /&gt;range 192.168.30.0 192.168.30.255&lt;BR /&gt;object network SiteA_Admin_Users&lt;BR /&gt;range 192.168.31.0 192.168.31.255&lt;BR /&gt;object network SiteA_CrSw_Prim&lt;BR /&gt;range 192.168.10.0 192.168.10.255&lt;BR /&gt;object network SiteB_Internal_Lan&lt;BR /&gt;range 172.16.0.0 172.16.255.255&lt;BR /&gt;object-group network Internal_LAN&lt;BR /&gt;network-object object Virtual_Environment_GNS&lt;BR /&gt;network-object object SiteA_Admin_Users&lt;BR /&gt;network-object object SiteA_CrSw_Prim&lt;BR /&gt;access-list Inside_Out extended permit ip object-group Internal_LAN any log&lt;BR /&gt;access-list Outside_In extended permit ip 10.10.10.0 255.255.255.0 object-group Internal_LAN&lt;BR /&gt;access-list Outside_In extended permit ip 20.20.20.0 255.255.255.0 object-group Internal_LAN&lt;BR /&gt;access-list Outside_In extended permit ip object SiteB_Internal_Lan object-group Internal_LAN&lt;BR /&gt;access-list VPN_SiteB_ACL extended permit ip object-group Internal_LAN object SiteB_Internal_Lan log&lt;BR /&gt;pager lines 23&lt;BR /&gt;mtu Inside 1500&lt;BR /&gt;mtu Outside 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 8192&lt;BR /&gt;access-group Inside_Out in interface Inside&lt;BR /&gt;access-group Outside_In in interface Outside&lt;BR /&gt;route Outside 0.0.0.0 0.0.0.0 10.10.10.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec ikev2 ipsec-proposal PH-2&lt;BR /&gt;protocol esp encryption aes-256&lt;BR /&gt;protocol esp integrity sha-1&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto map ASA1-MAP_SiteB 1 match address VPN_SiteB_ACL&lt;BR /&gt;crypto map ASA1-MAP_SiteB 1 set peer 20.20.20.20&lt;BR /&gt;crypto map ASA1-MAP_SiteB 1 set ikev2 ipsec-proposal PH-2&lt;BR /&gt;crypto map ASA1-MAP_SiteB interface Outside&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;auto-import&lt;BR /&gt;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt;certificate ca 18dad19e267de8bb4a2158cdcc6b3b4a&lt;BR /&gt;308204d3 308203bb a0030201 02021018 dad19e26 7de8bb4a 2158cdcc 6b3b4a30&lt;BR /&gt;0d06092a 864886f7 0d010105 05003081 ca310b30 09060355 04061302 55533117&lt;BR /&gt;30150603 55040a13 0e566572 69536967 6e2c2049 6e632e31 1f301d06 0355040b&lt;BR /&gt;13165665 72695369 676e2054 72757374 204e6574 776f726b 313a3038 06035504&lt;BR /&gt;0b133128 63292032 30303620 56657269 5369676e 2c20496e 632e202d 20466f72&lt;BR /&gt;20617574 686f7269 7a656420 75736520 6f6e6c79 31453043 06035504 03133c56&lt;BR /&gt;65726953 69676e20 436c6173 73203320 5075626c 69632050 72696d61 72792043&lt;BR /&gt;65727469 66696361 74696f6e 20417574 686f7269 7479202d 20473530 1e170d30&lt;BR /&gt;36313130 38303030 3030305a 170d3336 30373136 32333539 35395a30 81ca310b&lt;BR /&gt;30090603 55040613 02555331 17301506 0355040a 130e5665 72695369 676e2c20&lt;BR /&gt;496e632e 311f301d 06035504 0b131656 65726953 69676e20 54727573 74204e65&lt;BR /&gt;74776f72 6b313a30 38060355 040b1331 28632920 32303036 20566572 69536967&lt;BR /&gt;6e2c2049 6e632e20 2d20466f 72206175 74686f72 697a6564 20757365 206f6e6c&lt;BR /&gt;79314530 43060355 0403133c 56657269 5369676e 20436c61 73732033 20507562&lt;BR /&gt;6c696320 5072696d 61727920 43657274 69666963 6174696f 6e204175 74686f72&lt;BR /&gt;69747920 2d204735 30820122 300d0609 2a864886 f70d0101 01050003 82010f00&lt;BR /&gt;3082010a 02820101 00af2408 08297a35 9e600caa e74b3b4e dc7cbc3c 451cbb2b&lt;BR /&gt;e0fe2902 f95708a3 64851527 f5f1adc8 31895d22 e82aaaa6 42b38ff8 b955b7b1&lt;BR /&gt;b74bb3fe 8f7e0757 ecef43db 66621561 cf600da4 d8def8e0 c362083d 5413eb49&lt;BR /&gt;ca595485 26e52b8f 1b9febf5 a191c233 49d84363 6a524bd2 8fe87051 4dd18969&lt;BR /&gt;7bc770f6 b3dc1274 db7b5d4b 56d396bf 1577a1b0 f4a225f2 af1c9267 18e5f406&lt;BR /&gt;04ef90b9 e400e4dd 3ab519ff 02baf43c eee08beb 378becf4 d7acf2f6 f03dafdd&lt;BR /&gt;75913319 1d1c40cb 74241921 93d914fe ac2a52c7 8fd50449 e48d6347 883c6983&lt;BR /&gt;cbfe47bd 2b7e4fc5 95ae0e9d d4d143c0 6773e314 087ee53f 9f73b833 0acf5d3f&lt;BR /&gt;3487968a ee53e825 15020301 0001a381 b23081af 300f0603 551d1301 01ff0405&lt;BR /&gt;30030101 ff300e06 03551d0f 0101ff04 04030201 06306d06 082b0601 05050701&lt;BR /&gt;0c046130 5fa15da0 5b305930 57305516 09696d61 67652f67 69663021 301f3007&lt;BR /&gt;06052b0e 03021a04 148fe5d3 1a86ac8d 8e6bc3cf 806ad448 182c7b19 2e302516&lt;BR /&gt;23687474 703a2f2f 6c6f676f 2e766572 69736967 6e2e636f 6d2f7673 6c6f676f&lt;BR /&gt;2e676966 301d0603 551d0e04 1604147f d365a7c2 ddecbbf0 3009f343 39fa02af&lt;BR /&gt;33313330 0d06092a 864886f7 0d010105 05000382 01010093 244a305f 62cfd81a&lt;BR /&gt;982f3dea dc992dbd 77f6a579 2238ecc4 a7a07812 ad620e45 7064c5e7 97662d98&lt;BR /&gt;097e5faf d6cc2865 f201aa08 1a47def9 f97c925a 0869200d d93e6d6e 3c0d6ed8&lt;BR /&gt;e6069140 18b9f8c1 eddfdb41 aae09620 c9cd6415 3881c994 eea28429 0b136f8e&lt;BR /&gt;db0cdd25 02dba48b 1944d241 7a05694a 584f60ca 7e826a0b 02aa2517 39b5db7f&lt;BR /&gt;e784652a 958abd86 de5e8116 832d10cc defda882 2a6d281f 0d0bc4e5 e71a2619&lt;BR /&gt;e1f4116f 10b595fc e7420532 dbce9d51 5e28b69e 85d35bef a57d4540 728eb70e&lt;BR /&gt;6b0e06fb 33354871 b89d278b c4655f0d 86769c44 7af6955c f65d3208 33a454b6&lt;BR /&gt;183f685c f2424a85 3854835f d1e82cf2 ac11d6a8 ed636a&lt;BR /&gt;quit&lt;BR /&gt;crypto ikev2 policy 1&lt;BR /&gt;encryption aes&lt;BR /&gt;integrity sha&lt;BR /&gt;group 5&lt;BR /&gt;prf sha&lt;BR /&gt;lifetime seconds 86400&lt;BR /&gt;crypto ikev2 enable Outside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;tunnel-group 20.20.20.20 type ipsec-l2l&lt;BR /&gt;tunnel-group 20.20.20.20 ipsec-attributes&lt;BR /&gt;ikev2 remote-authentication pre-shared-key *****&lt;BR /&gt;ikev2 local-authentication pre-shared-key *****&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_1&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns migrated_dns_map_1&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_2&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination address email callhome@cisco.com&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;profile License&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination transport-method http&lt;BR /&gt;Cryptochecksum:53e43ac16c68f87bacaec5e8b1d98152&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;==========================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SiteB-ASA-Prim# sh run&lt;BR /&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;BR /&gt;: Serial Number: 9AJ1J827XA0&lt;BR /&gt;: Hardware: ASAv, 2048 MB RAM, CPU Pentium II 2660 MHz&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.7(1)&lt;BR /&gt;!&lt;BR /&gt;hostname SiteB-ASA-Prim&lt;BR /&gt;enable password $sha512$5000$syhSI79+Xvt5sF0iY+5NOA==$3lyjpygpNB6roEwEACB8IQ== pbkdf2&lt;BR /&gt;xlate per-session deny tcp any4 any4&lt;BR /&gt;xlate per-session deny tcp any4 any6&lt;BR /&gt;xlate per-session deny tcp any6 any4&lt;BR /&gt;xlate per-session deny tcp any6 any6&lt;BR /&gt;xlate per-session deny udp any4 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any4 any6 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any6 eq domain&lt;BR /&gt;names&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif Inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 172.16.10.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/4&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/6&lt;BR /&gt;nameif Outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 20.20.20.20 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network Virtual_Environment_SiteB_GNS&lt;BR /&gt;range 172.16.30.0 172.16.30.255&lt;BR /&gt;object network Dell_Servers&lt;BR /&gt;host 172.16.30.52&lt;BR /&gt;object network Internal_Users_SiteB&lt;BR /&gt;range 172.16.11.0 172.16.11.255&lt;BR /&gt;object network SiteA_Subnets&lt;BR /&gt;subnet 192.168.0.0 255.255.0.0&lt;BR /&gt;object network Internal_LAN_SiteA&lt;BR /&gt;range 192.168.0.0 192.168.255.255&lt;BR /&gt;object network SiteB_CrSw_Prim&lt;BR /&gt;range 172.16.10.0 172.16.10.255&lt;BR /&gt;object-group network Internal_LAN_SiteB&lt;BR /&gt;network-object object Internal_Users_SiteB&lt;BR /&gt;network-object object Dell_Servers&lt;BR /&gt;network-object object Virtual_Environment_SiteB_GNS&lt;BR /&gt;network-object object SiteB_CrSw_Prim&lt;BR /&gt;access-list Inside_Out extended permit ip object-group Internal_LAN_SiteB any log&lt;BR /&gt;access-list Outside_In extended permit ip 20.20.20.0 255.255.255.0 object-group Internal_LAN_SiteB&lt;BR /&gt;access-list Outside_In extended permit ip object Internal_LAN_SiteA object-group Internal_LAN_SiteB&lt;BR /&gt;access-list Outside_In extended permit ip 10.10.10.0 255.255.255.0 object-group Internal_LAN_SiteB&lt;BR /&gt;access-list VPN_SiteA_ACL extended permit ip object-group Internal_LAN_SiteB object Internal_LAN_SiteA log&lt;BR /&gt;pager lines 23&lt;BR /&gt;mtu Inside 1500&lt;BR /&gt;mtu Outside 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 8192&lt;BR /&gt;access-group Inside_Out in interface Inside&lt;BR /&gt;access-group Outside_In in interface Outside&lt;BR /&gt;route Outside 0.0.0.0 0.0.0.0 20.20.20.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec ikev2 ipsec-proposal PH&lt;BR /&gt;protocol esp encryption aes-256&lt;BR /&gt;protocol esp integrity sha-1&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto map ASA2-MAP_SiteB 2 match address VPN_SiteA_ACL&lt;BR /&gt;crypto map ASA2-MAP_SiteB 2 set peer 10.10.10.10&lt;BR /&gt;crypto map ASA2-MAP_SiteB 2 set ikev2 ipsec-proposal PH&lt;BR /&gt;crypto map ASA2-MAP_SiteB interface Outside&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;auto-import&lt;BR /&gt;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt;certificate ca 18dad19e267de8bb4a2158cdcc6b3b4a&lt;BR /&gt;308204d3 308203bb a0030201 02021018 dad19e26 7de8bb4a 2158cdcc 6b3b4a30&lt;BR /&gt;0d06092a 864886f7 0d010105 05003081 ca310b30 09060355 04061302 55533117&lt;BR /&gt;30150603 55040a13 0e566572 69536967 6e2c2049 6e632e31 1f301d06 0355040b&lt;BR /&gt;13165665 72695369 676e2054 72757374 204e6574 776f726b 313a3038 06035504&lt;BR /&gt;0b133128 63292032 30303620 56657269 5369676e 2c20496e 632e202d 20466f72&lt;BR /&gt;20617574 686f7269 7a656420 75736520 6f6e6c79 31453043 06035504 03133c56&lt;BR /&gt;65726953 69676e20 436c6173 73203320 5075626c 69632050 72696d61 72792043&lt;BR /&gt;65727469 66696361 74696f6e 20417574 686f7269 7479202d 20473530 1e170d30&lt;BR /&gt;36313130 38303030 3030305a 170d3336 30373136 32333539 35395a30 81ca310b&lt;BR /&gt;30090603 55040613 02555331 17301506 0355040a 130e5665 72695369 676e2c20&lt;BR /&gt;496e632e 311f301d 06035504 0b131656 65726953 69676e20 54727573 74204e65&lt;BR /&gt;74776f72 6b313a30 38060355 040b1331 28632920 32303036 20566572 69536967&lt;BR /&gt;6e2c2049 6e632e20 2d20466f 72206175 74686f72 697a6564 20757365 206f6e6c&lt;BR /&gt;79314530 43060355 0403133c 56657269 5369676e 20436c61 73732033 20507562&lt;BR /&gt;6c696320 5072696d 61727920 43657274 69666963 6174696f 6e204175 74686f72&lt;BR /&gt;69747920 2d204735 30820122 300d0609 2a864886 f70d0101 01050003 82010f00&lt;BR /&gt;3082010a 02820101 00af2408 08297a35 9e600caa e74b3b4e dc7cbc3c 451cbb2b&lt;BR /&gt;e0fe2902 f95708a3 64851527 f5f1adc8 31895d22 e82aaaa6 42b38ff8 b955b7b1&lt;BR /&gt;b74bb3fe 8f7e0757 ecef43db 66621561 cf600da4 d8def8e0 c362083d 5413eb49&lt;BR /&gt;ca595485 26e52b8f 1b9febf5 a191c233 49d84363 6a524bd2 8fe87051 4dd18969&lt;BR /&gt;7bc770f6 b3dc1274 db7b5d4b 56d396bf 1577a1b0 f4a225f2 af1c9267 18e5f406&lt;BR /&gt;04ef90b9 e400e4dd 3ab519ff 02baf43c eee08beb 378becf4 d7acf2f6 f03dafdd&lt;BR /&gt;75913319 1d1c40cb 74241921 93d914fe ac2a52c7 8fd50449 e48d6347 883c6983&lt;BR /&gt;cbfe47bd 2b7e4fc5 95ae0e9d d4d143c0 6773e314 087ee53f 9f73b833 0acf5d3f&lt;BR /&gt;3487968a ee53e825 15020301 0001a381 b23081af 300f0603 551d1301 01ff0405&lt;BR /&gt;30030101 ff300e06 03551d0f 0101ff04 04030201 06306d06 082b0601 05050701&lt;BR /&gt;0c046130 5fa15da0 5b305930 57305516 09696d61 67652f67 69663021 301f3007&lt;BR /&gt;06052b0e 03021a04 148fe5d3 1a86ac8d 8e6bc3cf 806ad448 182c7b19 2e302516&lt;BR /&gt;23687474 703a2f2f 6c6f676f 2e766572 69736967 6e2e636f 6d2f7673 6c6f676f&lt;BR /&gt;2e676966 301d0603 551d0e04 1604147f d365a7c2 ddecbbf0 3009f343 39fa02af&lt;BR /&gt;33313330 0d06092a 864886f7 0d010105 05000382 01010093 244a305f 62cfd81a&lt;BR /&gt;982f3dea dc992dbd 77f6a579 2238ecc4 a7a07812 ad620e45 7064c5e7 97662d98&lt;BR /&gt;097e5faf d6cc2865 f201aa08 1a47def9 f97c925a 0869200d d93e6d6e 3c0d6ed8&lt;BR /&gt;e6069140 18b9f8c1 eddfdb41 aae09620 c9cd6415 3881c994 eea28429 0b136f8e&lt;BR /&gt;db0cdd25 02dba48b 1944d241 7a05694a 584f60ca 7e826a0b 02aa2517 39b5db7f&lt;BR /&gt;e784652a 958abd86 de5e8116 832d10cc defda882 2a6d281f 0d0bc4e5 e71a2619&lt;BR /&gt;e1f4116f 10b595fc e7420532 dbce9d51 5e28b69e 85d35bef a57d4540 728eb70e&lt;BR /&gt;6b0e06fb 33354871 b89d278b c4655f0d 86769c44 7af6955c f65d3208 33a454b6&lt;BR /&gt;183f685c f2424a85 3854835f d1e82cf2 ac11d6a8 ed636a&lt;BR /&gt;quit&lt;BR /&gt;crypto ikev2 policy 2&lt;BR /&gt;encryption aes&lt;BR /&gt;integrity sha&lt;BR /&gt;group 5&lt;BR /&gt;prf sha&lt;BR /&gt;lifetime seconds 86400&lt;BR /&gt;crypto ikev2 enable Outside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;tunnel-group 10.10.10.10 type ipsec-l2l&lt;BR /&gt;tunnel-group 10.10.10.10 ipsec-attributes&lt;BR /&gt;ikev2 remote-authentication pre-shared-key *****&lt;BR /&gt;ikev2 local-authentication pre-shared-key *****&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_1&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns migrated_dns_map_1&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_2&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination address email callhome@cisco.com&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;profile License&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination transport-method http&lt;BR /&gt;Cryptochecksum:49c088e3b152e49a032db4eb588ffe8f&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 01:52:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3828616#M6468</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2019-03-29T01:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: 2 switches are no longer able to ping after IPSEC configured on Firewalls</title>
      <link>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3828638#M6469</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;That's Good news that it is working now. Don't forget to vote for a helpful solution and accept a solution which is worked for you. It will helpful for another person who is facing the same issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak Kumar&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 04:28:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/2-switches-are-no-longer-able-to-ping-after-ipsec-configured-on/m-p/3828638#M6469</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2019-03-29T04:28:33Z</dc:date>
    </item>
  </channel>
</rss>

