07-29-2022 10:57 PM
Hi all,
Need some help. I have a cisco 3845 connected to a 3750 switch. I am unable to ping external addresses directly from either the 3750 switch or 3845 router without a source address.
Amel-router#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Amel-router#ping 8.8.8.8 source 10.12.0.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
Packet sent with a source address of 10.12.0.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
I can tested by sourcing the ping from all available interfaces, works fine and pings from the connected devices work fine too.
07-31-2022 12:26 PM - edited 07-31-2022 12:27 PM
OK then how interface use for Overload it subnet use in ACL of NAT ??
ip nat inside source list NAT-ACL interface Vlan80 overload
!
Extended IP access list NAT-ACL
40 permit ip 192.168.80.0 0.0.0.255 any (25 matches) <<<<--- that WRONG friend
08-01-2022 04:40 AM
Interesting. I never realised that before.
08-01-2022 04:41 AM
Thanks to all that assisted. Suddely issue is resolved it is now pinging correctly from the router with need to specifiy source address (issue still remains on switch).
08-01-2022 05:07 AM
Do you remove the ACL Line from NAT-ACL ?
01-25-2024 08:27 PM
so what was the solution? i am experiencing the exact same issue
01-26-2024 12:52 AM
Hello,
by default, the outgoing interface is the source of the ping. What does your configuration look like, what are you pinging ?
01-26-2024 03:06 PM
01-27-2024 05:58 AM
It is not clear in the original discussion what was done that resolved the issue. And we do not have enough information about your situation to have much idea about what would resolve your issue. If ping to 8.8.8.8 is not successful my first guess would be possible problems with network address translation. Would you post the config so that we can see how NAT is set up?
It might also be helpful if you would post the output of these commands:
show ip interface brief
show ip route
show ip nat translations
01-28-2024 02:56 AM
01-28-2024 03:03 AM
01-28-2024 03:35 AM
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