cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
719
Views
0
Helpful
6
Replies

Cant ping host in subinterfaces of Cisco ASA

sv7
Level 3
Level 3

Hi all,

 

I can access but cant ping the host falling in different sub interfaces of Cisco Asa. Pls find below configuration and let me know what im missing. ALso im getting the below logs when im trying to ping host if between subinterfaces

 

 Built {in | out} bound ICMP connection for faddr {faddr | icmp_seq_num} [(idfw_user)] gaddr {gaddr | cmp_type} laddr laddr [(idfw_user)] type {type} code {code}.

 

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2021.09.18 19:27:29 =~=~=~=~=~=~=~=~=~=~=~=
ter

XXXX/pri/act# terminal page

XXX/pri/act# terminal pager 0

XXX/pri/act# sh run
: Saved

:
: Serial Number: JAD252707CR
: Hardware: FPR-1120, 13917 MB RAM, CPU Atom C3000 series 2000 MHz, 1 CPU (12 cores)
:
ASA Version 9.14(3)9
!
hostname XXX
enable password ***** pbkdf2
service-module 1 keepalive-timeout 4
service-module 1 keepalive-counter 6
names
no mac-address auto
ip local pool 192.168.xxx.0 192.168.xxx.10-192.168.xxx.200 mask 255.255.255.0

!
interface Ethernet1/1
description TCL_Primary_link
nameif outside
security-level 0
ip address 14.143.19.xx 255.255.255.252
!
interface Ethernet1/2
description TTML_Secondary_Link
nameif outside1
security-level 0
ip address 14.143.xx.xx 255.255.255.252
!
interface Ethernet1/3
description LAN
shutdown
no nameif
security-level 100
no ip address
!
interface Ethernet1/3.101
description USER
no vlan
no nameif
security-level 100
no ip address
!
interface Ethernet1/3.102
description ADMIN
no vlan
no nameif
security-level 90
no ip address
!
interface Ethernet1/3.104
no vlan
no nameif
security-level 100
no ip address
!
interface Ethernet1/4
nameif DMZ
security-level 50
ip address 192.168.xxx.1 255.255.255.0
!
interface Ethernet1/5
nameif inside5
security-level 100
ip address 10.10.10.1 255.255.255.0
!
interface Ethernet1/6
description STATE Failover Interface
!
interface Ethernet1/7
description LAN Failover Interface
!
interface Ethernet1/8
management-only
nameif Mgmt
security-level 50
ip address 192.168.xx.1 255.255.255.0
!
interface Ethernet1/9
no nameif
security-level 100
no ip address
!
interface Ethernet1/9.101
description USER
vlan 101
nameif inside
security-level 100
ip address 192.168.xxx.1 255.255.255.0
!
interface Ethernet1/9.102
description ADMIN
vlan 102
nameif inside2
security-level 90
ip address 192.168.xxx.1 255.255.255.0
!
interface Ethernet1/9.104
description WIFI
vlan 104
nameif inside3
security-level 100
ip address 192.168.104.1 255.255.255.0
!
interface Ethernet1/10
no nameif
no security-level
no ip address
!
interface Ethernet1/11
shutdown
no nameif
no security-level
no ip address
!
interface Ethernet1/12
shutdown
no nameif
no security-level
no ip address
!
interface Management1/1
management-only
nameif management
security-level 100
no ip address
!
boot system disk0:/cisco-asa-fp1k.9.14.3.9.SPA
ftp mode passive
clock timezone Asia/Calcutta
dns domain-lookup outside
dns server-group 115.112.18.xx
dns server-group DefaultDNS
name-server 208.67.220.220
name-server 208.67.222.222
name-server 115.112.18.xx
name-server 115.112.18.xx
name-server 8.8.8.8
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object network obj_any
subnet 0.0.0.0 0.0.0.0
object network DMZ
subnet 192.168.103.0 255.255.255.0
object network DMZ2
subnet 192.168.103.0 255.255.255.0
object network Inside
range 192.168.xxx.0 192.168.xxx.254
object network Inside1
range 192.168.xxx.0 192.168.xxx.254
object network 192.168.0.0
subnet 192.168.0.0 255.255.0.0
object network 192.168.xxx.0
subnet 192.168.xxx.0 255.255.255.0
object network 10series
subnet 10.10.10.0 255.255.255.0
object network Inside3
subnet 192.168.104.0 255.255.255.0
object network inside3
subnet 192.168.104.0 255.255.255.0
object network 192.168.199.0_24
subnet 192.168.199.0 255.255.255.0
object network 192.168.xxx.0_24
subnet 192.168.xxx.0 255.255.255.0
object network 192.168.97.5_22
subnet 192.168.96.0 255.255.252.0
access-list inside2_access_in extended permit ip 192.168.xxx.0 255.255.255.0 any
access-list inside_access_in extended permit ip 192.168.xxx.0 255.255.255.0 any
access-list nonat extended permit ip host 192.168.xxx.0 192.168.xxx.0 255.255.255.0
access-list nonat extended permit ip host 192.168.103.0 192.168.xxx.0 255.255.255.0
access-list nonat extended permit ip 192.168.104.0 255.255.255.0 192.168.xxx.0 255.255.255.0
access-list DMZ extended permit ip 192.168.103.0 255.255.255.0 any
access-list NerlNetwork standard permit 192.168.0.0 255.255.0.0
access-list inside5_access_out extended permit ip 10.10.10.0 255.255.255.0 any inactive
access-list inside5_access_in extended permit ip 10.10.10.0 255.255.255.0 any inactive
access-list AnyConnect_Client_Local_Print extended deny ip any4 any4
access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq lpd
access-list AnyConnect_Client_Local_Print remark IPP: Internet Printing Protocol
access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 631
access-list AnyConnect_Client_Local_Print remark Windows' printing port
access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 9100
access-list AnyConnect_Client_Local_Print remark mDNS: multicast DNS protocol
access-list AnyConnect_Client_Local_Print extended permit udp any4 host 224.0.0.251 eq 5353
access-list AnyConnect_Client_Local_Print remark LLMNR: Link Local Multicast Name Resolution protocol
access-list AnyConnect_Client_Local_Print extended permit udp any4 host 224.0.0.252 eq 5355
access-list AnyConnect_Client_Local_Print remark TCP/NetBIOS protocol
access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 137
access-list AnyConnect_Client_Local_Print extended permit udp any4 any4 eq netbios-ns
access-list inside3_access_in extended permit ip 192.168.104.0 255.255.255.0 any
access-list azure_ruleset extended permit ip object 192.168.199.0_24 object 192.168.97.5_22
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu outside1 1500
mtu DMZ 1500
mtu inside5 1500
mtu Mgmt 1500
mtu inside 1500
mtu inside2 1500
mtu inside3 1500
mtu management 1500
failover
failover lan unit primary
failover lan interface PRIHA Ethernet1/7
failover link STATEFUL Ethernet1/6
failover interface ip PRIHA 2.2.2.1 255.255.255.0 standby 2.2.2.2
failover interface ip STATEFUL 3.3.3.1 255.255.255.0 standby 3.3.3.2
no failover wait-disable
no monitor-interface Mgmt
monitor-interface inside
monitor-interface inside2
monitor-interface inside3
no monitor-interface management
icmp unreachable rate-limit 1 burst-size 1
asdm history enable
arp timeout 14400
no arp permit-nonconnected
arp rate-limit 16384
nat (outside,DMZ) source static 192.168.xxx.0 192.168.xxx.0 destination static DMZ DMZ no-proxy-arp route-lookup
nat (outside,inside) source static 192.168.xxx.0 192.168.xxx.0 destination static Inside Inside no-proxy-arp route-lookup
nat (inside,outside) source static 192.168.xxx.0_24 192.168.199.0_24 destination static 192.168.97.5_22 192.168.97.5_22
!
object network obj_any
nat (any,outside) dynamic interface
object network DMZ
nat (DMZ,outside) dynamic interface
object network DMZ2
nat (DMZ,outside1) dynamic interface
object network Inside
nat (inside,outside) dynamic interface
object network Inside1
nat (inside,outside1) dynamic interface
object network Inside3
nat (inside3,outside) dynamic interface
object network inside3
nat (inside3,outside1) dynamic interface
access-group DMZ in interface DMZ
access-group inside5_access_in in interface inside5
access-group inside5_access_out out interface inside5
route outside 0.0.0.0 0.0.0.0 14.143.19.205 1 track 1
route outside1 0.0.0.0 0.0.0.0 14.143.19.221 2
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 sctp 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
timeout conn-holddown 0:00:15
timeout igp stale-route 0:01:10
user-identity default-domain LOCAL
aaa authentication ssh console LOCAL
aaa authentication http console LOCAL
aaa authentication login-history
http server enable
http 192.168.xxx.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
sla monitor 1
type echo protocol ipIcmpEcho 8.8.8.8 interface outside
frequency 5
sla monitor schedule 1 life forever start-time now
no service password-recovery
crypto ipsec ikev2 ipsec-proposal phase2-azure-proposal
protocol esp encryption aes-256
protocol esp integrity sha-1
crypto ipsec security-association lifetime seconds 3600
crypto ipsec security-association pmtu-aging infinite
crypto map outside_map 1 match address azure_ruleset
crypto map outside_map 1 set pfs group2
crypto map outside_map 1 set peer 13.71.28.xx
crypto map outside_map 1 set ikev2 ipsec-proposal phase2-azure-proposal
crypto map outside_map 1 set security-association lifetime seconds 3600
crypto map outside_map interface outside
crypto ca trustpoint _SmartCallHome_ServerCA
no validation-usage
crl configure
crypto ca trustpoint _SmartCallHome_ServerCA2
no validation-usage
crl configure
crypto ca trustpoint localtrust
enrollment self
fqdn 14.143.19.xxx
subject-name CN=14.143.19.xxx
crl configure
crypto ca trustpool policy
auto-import
crypto ca certificate chain _SmartCallHome_ServerCA
certificate ca 0a0142800000014523c844b500000002
30820560 30820348 a0030201 0202100a 01428000 00014523 c844b500 00000230
0d06092a 864886f7 0d01010b 0500304a 310b3009 06035504 06130255 53311230
10060355 040a1309 4964656e 54727573 74312730 25060355 0403131e 4964656e
54727573 7420436f 6d6d6572 6369616c 20526f6f 74204341 2031301e 170d3134
30313136 31383132 32335a17 0d333430 31313631 38313232 335a304a 310b3009
06035504 06130255 53311230 10060355 040a1309 4964656e 54727573 74312730
25060355 0403131e 4964656e 54727573 7420436f 6d6d6572 6369616c 20526f6f
74204341 20313082 0222300d 06092a86 4886f70d 01010105 00038202 0f003082
020a0282 020100a7 5019de3f 993dd433 46f16f51 6182b2a9 4f8f6789 5d84d953
dd0c28d9 d7f0ffae 95437299 f9b55d7c 8ac142e1 315074d1 810d7ccd 9b21ab43
e2acad5e 866ef309 8a1f5a32 bda2eb94 f9e85c0a ecff98d2 af71b3b4 539f4e87
ef92bcbd ec4f3230 884b175e 57c453c2 f602978d d9622bbf 241f628d dfc3b829
4b49783c 93608822 fc99da36 c8c2a2d4 2c540067 356e73bf 0258f0a4 dde5b0a2
267acae0 36a51916 f5fdb7ef ae3f40f5 6d5a04fd ce34ca24 dc74231b 5d331312
5dc40125 f630dd02 5d9fe0d5 47bdb4eb 1ba1bb49 49d89f5b 02f38ae4 2490e462
4f4fc1af 8b0e7417 a8d17288 6a7a0149 ccb44679 c617b1da 981e0759 fa752185
65dd9056 cefbaba5 609dc49d f952b08b bd87f98f 2b230a23 763bf733 e1c900f3
69f94ba2 e04ebc7e 93398407 f744707e fe075ae5 b1acd118 ccf235e5 494908ca
56c93dfb 0f187d8b 3bc113c2 4d8fc94f 0e37e91f a10e6adf 622ecb35 0651792c
c82538f4 fa4ba789 5c9cd2e3 0d39864a 747cd559 87c23f4e 0c5c52f4 3df75282
f1eaa3ac fd49341a 28f34188 3a13eee8 deff991d 5fbacbe8 1ef2b950 60c031d3
73e5efbe a0ed330b 74be2020 c4676cf0 08037a55 807f464e 96a7f41e 3ee1f6d8
09e13364 2b63d732 5e9ff9c0 7b0f786f 97bc939a f99c1290 787a8087 15d77274
9c557478 b1bae16e 7004ba4f a0ba68c3 7bff31f0 733d3d94 2ab10b41 0ea0fe4d
88656b79 33b4d702 03010001 a3423040 300e0603 551d0f01 01ff0404 03020106
300f0603 551d1301 01ff0405 30030101 ff301d06 03551d0e 04160414 ed4419c0
d3f0068b eea47bbe 42e72654 c88e3676 300d0609 2a864886 f70d0101 0b050003
82020100 0dae9032 f6a64b7c 44761961 1e2728cd 5e54ef25 bce30890 f929d7ae
6808e194 0058ef2e 2e7e5352 8cb65c07 ea88ba99 8b5094d7 8280df61 090093ad
0d14e6ce c1f23794 78b05f9c b3a273b8 8f059338 cd8d3eb0 b8fbc0cf b1f2ec2d
2d1bccec aa9ab3aa 60821b2d 3bc3843d 578a961e 9c75b8d3 30cd6008 8390d38e
54f14d66 c05d7403 40a3ee85 7ec21f77 9c06e8c1 a7185d52 95edc9dd 259e6dfa
a9eda33a 34d0597b daed50f3 35bfedeb 144d31c7 60f4daf1 879ce248 e2c6c537
fb0610fa 75596631 4729da76 9a1ce982 aeef9ab9 51f78823 9a699562 3ce55580
36d75402 fff1b95d ced4236f d845844a 5b65ef89 0cdd14a7 20cb18a5 25b40df9
01f0a2d2 f400c874 8ea12a48 8e65db13 c4e22517 7debbe87 5b172054 51934a53
030bec5d ca33ed62 fd45c72f 5bdc58a0 8039e6fa d7fe1314 a6ed3d94 4a4274d4
c3775973 cd8f46be 5538effa e89132ea 97580422 de38c3cc bc6dc933 3a6a0a69
3fa0c8ea 728f8c63 8623bd6d 3c969e95 e0494caa a2b92a1b 9c368178 edc3e846
e2265944 751ed975 8951cd10 849d6160 cb5df997 224d8e98 e6e37ff6 5bbbaecd
ca4a816b 5e0bf351 e1742be9 7e27a7d9 99494ef8 a580db25 0f1c6362 8ac93367
6b3c1083 c6addea8 cd168e8d f0073771 9ff2abfc 41f5c18b ec00375d 09e54e80
effab15c 3806a51b 4ae1dc38 2d3cdcab 1f901ad5 4a9ceed1 706cccee f457f818
ba846e87
quit
crypto ca certificate chain _SmartCallHome_ServerCA2
certificate ca 0509
308205b7 3082039f a0030201 02020205 09300d06 092a8648 86f70d01 01050500
3045310b 30090603 55040613 02424d31 19301706 0355040a 13105175 6f566164
6973204c 696d6974 6564311b 30190603 55040313 1251756f 56616469 7320526f
6f742043 41203230 1e170d30 36313132 34313832 3730305a 170d3331 31313234
31383233 33335a30 45310b30 09060355 04061302 424d3119 30170603 55040a13
1051756f 56616469 73204c69 6d697465 64311b30 19060355 04031312 51756f56
61646973 20526f6f 74204341 20323082 0222300d 06092a86 4886f70d 01010105
00038202 0f003082 020a0282 0201009a 18ca4b94 0d002daf 03298af0 0f81c8ae
4c19851d 089fab29 4485f32f 81ad321e 9046bfa3 86261a1e fe7e1c18 3a5c9c60
172a3a74 8333307d 615411cb edabe0e6 d2a27ef5 6b6f18b7 0a0b2dfd e93eef0a
c6b310e9 dcc24617 f85dfda4 daff9e49 5a9ce633 e62496f7 3fba5b2b 1c7a35c2
d667feab 66508b6d 28602bef d760c3c7 93bc8d36 91f37ff8 db1113c4 9c7776c1
aeb7026a 817aa945 83e205e6 b956c194 378f4871 6322ec17 6507958a 4bdf8fc6
5a0ae5b0 e35f5e6b 11ab0cf9 85eb44e9 f80473f2 e9fe5c98 8cf573af 6bb47ecd
d45c022b 4c39e1b2 95952d42 87d7d5b3 9043b76c 13f1dedd f6c4f889 3fd175f5
92c391d5 8a88d090 ecdc6dde 89c26571 968b0d03 fd9cbf5b 16ac92db eafe797c
adebaff7 16cbdbcd 252be51f fb9a9fe2 51cc3a53 0c48e60e bdc9b476 0652e611
13857263 0304e004 362b2019 02e874a7 1fb6c956 66f07525 dc67c10e 616088b3
3ed1a8fc a3da1db0 d1b12354 df44766d ed41d8c1 b222b653 1cdf351d dca1772a
31e42df5 e5e5dbc8 e0ffe580 d70b63a0 ff33a10f ba2c1515 ea97b3d2 a2b5bef2
8c961e1a 8f1d6ca4 6137b986 7333d797 969e237d 82a44c81 e2a1d1ba 675f9507
a32711ee 16107bbc 454a4cb2 04d2abef d5fd0c51 ce506a08 31f991da 0c8f645c
03c33a8b 203f6e8d 673d3ad6 fe7d5b88 c95efbcc 61dc8b33 77d34432 35096204
921610d8 9e2747fb 3b21e3f8 eb1d5b02 03010001 a381b030 81ad300f 0603551d
130101ff 04053003 0101ff30 0b060355 1d0f0404 03020106 301d0603 551d0e04
1604141a 8462bc48 4c332504 d4eed0f6 03c41946 d1946b30 6e060355 1d230467
30658014 1a8462bc 484c3325 04d4eed0 f603c419 46d1946b a149a447 3045310b
30090603 55040613 02424d31 19301706 0355040a 13105175 6f566164 6973204c
696d6974 6564311b 30190603 55040313 1251756f 56616469 7320526f 6f742043
41203282 02050930 0d06092a 864886f7 0d010105 05000382 0201003e 0a164d9f
065ba8ae 715d2f05 2f67e613 4583c436 f6f3c026 0c0db547 645df8b4 72c946a5
03182755 89787d76 ea963480 1720dce7 83f88dfc 07b8da5f 4d2e67b2 84fdd944
fc775081 e67cb4c9 0d0b7253 f8760707 4147960c fbe08226 93558cfe 221f6065
7c5fe726 b3f73290 9850d437 7155f692 2178f795 79faf82d 26876656 3077a637
78335210 58ae3f61 8ef26ab1 ef187e4a 5963ca8d a256d5a7 2fbc561f cf39c1e2
fb0aa815 2c7d4d7a 63c66c97 443cd26f c34a170a f890d257 a21951a5 2d9741da
074fa950 da908d94 46e13ef0 94fd1000 38f53be8 40e1b46e 561a20cc 6f588ded
2e458fd6 e9933fe7 b12cdf3a d6228cdc 84bb226f d0f8e4c6 39e90488 3cc3baeb
557a6d80 9924f56c 01fbf897 b0945beb fdd26ff1 77680d35 6423acb8 55a103d1
4d4219dc f8755956 a3f9a849 79f8af0e b911a07c b76aed34 d0b62662 381a870c
f8e8fd2e d3907f07 912a1dd6 7e5c8583 99b03808 3fe95ef9 3507e4c9 626e577f
a75095f7 bac89be6 8ea201c5 d666bf79 61f33c1c e1b9825c 5da0c3e9 d848bd19
a2111419 6eb2861b 683e4837 1a88b75d 965e9cc7 ef276208 e291195c d2f121dd
ba174282 97718153 31a99ff6 7d62bf72 e1a3931d cc8a265a 0938d0ce d70d8016
b478a53a 874c8d8a a5d54697 f22c10b9 bc5422c0 01506943 9ef4b2ef 6df8ecda
f1e3b1ef df918f54 2a0b25c1 2619c452 100565d5 8210eac2 31cd2e
quit
crypto ikev2 policy 1
encryption aes-256
integrity sha
group 2
prf sha
lifetime seconds 28800
!
track 1 rtr 1 reachability
telnet timeout 5
ssh stricthostkeycheck
ssh timeout 5
ssh version 2
ssh key-exchange group dh-group1-sha1
ssh 0.0.0.0 0.0.0.0 Mgmt
ssh 192.168.xxx.0 255.255.255.0 inside
console timeout 0
dhcpd dns 192.168.103.xx 8.8.8.8
dhcpd domain nerl.in
dhcpd option 3 ip 192.168.104.1
!
dhcpd address 192.168.104.10-192.168.104.250 inside3
dhcpd enable inside3
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
enable outside
http-headers
hsts-server
enable
max-age 31536000
include-sub-domains
no preload
hsts-client
enable
x-content-type-options
x-xss-protection
content-security-policy
anyconnect enable
tunnel-group-list enable
cache
disable
error-recovery disable
group-policy SSLClientPolicy internal
group-policy SSLClientPolicy attributes
dns-server value 192.168.103.xx 8.8.8.8
vpn-simultaneous-logins 3
vpn-tunnel-protocol ssl-client ssl-clientless
split-tunnel-policy tunnelspecified
split-tunnel-network-list value NerlNetwork
default-domain value nerl.in
address-pools value 192.168.xxx.0
dynamic-access-policy-record DfltAccessPolicy
tunnel-group SSLClientprofile type remote-access
tunnel-group SSLClientprofile general-attributes
address-pool 192.168.xxx.0
default-group-policy SSLClientPolicy
tunnel-group SSLClientprofile webvpn-attributes
group-alias SSLVPNClient enable
tunnel-group 13.71.28.xx type ipsec-l2l
tunnel-group 13.71.28.xx ipsec-attributes
ikev2 remote-authentication pre-shared-key *****
ikev2 local-authentication pre-shared-key *****
!
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
no tcp-inspection
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect ip-options
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
!
service-policy global_policy global
prompt hostname priority state
no call-home reporting anonymous
call-home
profile License
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
destination transport-method http
profile CiscoTAC-1
no active
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
destination address email callhome@cisco.com
destination transport-method http
subscribe-to-alert-group diagnostic
subscribe-to-alert-group environment
subscribe-to-alert-group inventory periodic monthly 9
subscribe-to-alert-group configuration periodic monthly 9
subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:059964873341454b798c29b6761c2126
: end

 

6 Replies 6

you need to enable ICMP inspection to make ASA forward ICMP traffic.
enable it in global 

Hi,

 

I have added inspect icmp in policy-map but still it not works

OK, I check your config there is ACCESS-LIST for inside and inside2 BUT these ACL not apply to interface.
pease notice that these two sub interface is different in security level so you need ACL to allow traffic from Low to High security level.

@sv7 looking into your configuration your have not enable the icmp. put this command it will fix your issue.

policy-map global_policy
class inspection_default
inspect icmp
inspect icmp error
!
please do not forget to rate.

Hi,

 

I have added inspect icmp in policy-map but still it not works. Moreover i can reach between other subinterfaces host but cant ping

what are the host ip addresses? source and destin. the log entry seem that ASA is not denying the ping. could be worth checking if the Windows firewall is on the destination server.

please do not forget to rate.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: