04-29-2013 04:22 PM - edited 03-11-2019 06:36 PM
Hello guys,
I need to monitor with ping the inside sub-interface of my ASA5540, is that possible?
I get the ICMP requests but no replys going out from the box.
I need to ping the 192.168.10.250 from the 192.168.5.55:
ASA Version 8.0(5)
interface GigabitEthernet0/1
nameif inside
security-level 100
ip address 192.168.30.50 255.255.255.0
!
interface GigabitEthernet0/1.1
description Polling
no vlan
no nameif
security-level 100
ip address 192.168.10.250 255.255.255.0
access-list inside_nat0_outbound extended permit ip host 192.168.10.250 host 192.168.5.55
access-list inside_access_in extended permit icmp any any log debugging
icmp permit any inside
Thank you guys!
Solved! Go to Solution.
04-29-2013 04:49 PM
Hi,
You cant ping an ASA interface from behind another interface.
Only exception to this is for connections coming from a VPN Connection. Then you can use the command "management-access
So I dont think you can get this to work.
The host polling with ICMP has to be behind the interface being polled.
Though I guess the method to monitor all the interfaces on the ASA would be to use SNMP.
- Jouni
04-29-2013 04:49 PM
Hi,
You cant ping an ASA interface from behind another interface.
Only exception to this is for connections coming from a VPN Connection. Then you can use the command "management-access
So I dont think you can get this to work.
The host polling with ICMP has to be behind the interface being polled.
Though I guess the method to monitor all the interfaces on the ASA would be to use SNMP.
- Jouni
05-02-2013 06:57 PM
Thank you mate!
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