10-05-2017 03:05 AM - edited 02-21-2020 06:26 AM
Hello, everybody!
I have ASA 5512-X and can't ping it's interface when I am directy connected to it from notebook.
From show runn:
interface Management0/0
management-only
no nameif
security-level 100
ip address 192.168.1.3 255.255.255.0
What most likely could be the problem?
Many thanks in advance,
Ilya
10-05-2017 03:08 AM
Hi there,
You need to enable ICMP inspection:
! fixup protocol icmp !
cheers,
Seb.
10-05-2017 03:20 AM
It's turned on
class-map global-class
match access-list global_mpc
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
description SFR
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
inspect icmp
class global-class
sfr fail-open monitor-only
10-05-2017 03:46 AM
Give the interface a name:
! int Management0/0
nameif MANAGEMENT !
10-10-2017 04:55 AM
The problem was in VLANs.
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide