One of my friend asked me that he is not able to ping from his Cisco ASA device. If you also have the same issue, then here is how to enable ping in your ASA device.
The first thing you need to do is to define your outside interface and give it an ip address. for the sake of this lesson I use GNS3. I use the interface gig0 as an outside interface as shown below:
ciscoasa# show inter ip briefInterface IP-Address OK? Method Status ProtocolGigabitEthernet0 10.10.10.1 YES manual up upGigabitEthernet1 unassigned YES unset administratively down upGigabitEthernet2 unassigned YES unset administratively down upGigabitEthernet3 unassigned YES unset administratively down upGigabitEthernet4 unassigned YES unset administratively down upGigabitEthernet5 unassigned YES unset administratively down upThe command you will need to use is
ciscoasa(config)# icmp permit any outside
Where icmp is the protocol and outside is the name of the interface the we need to enable it to ping
That's all for today! Thanks and have a nice one
No comments:
Post a Comment