Link to home
Start Free TrialLog in
Avatar of Mawallace
MawallaceFlag for United Kingdom of Great Britain and Northern Ireland

asked on

How to do a Pathping through Cisco ASA 5500

We had problems with our internet access and I was asked to do a ping, tracert, and parthping from my PC to the internet service provider to see what was droppoing packets.

I know how do to a ping or tracert on the ASA  appliance - but all attemtps to do a ping, tracert or pathping from my PC fialed as soon as it hit the ASA.

Could someone tell me what I need to do - I rtied creating a rule to let all icap traffic thorugh - but it still blocked the traffice.
Avatar of Quori
Quori
Flag of Australia image

icmp permit any any Inside
class-map class-default
match any
policy-map global_policy
class class-default
set connection decrement-ttl
exit
exit
service-policy global_policy global
icmp unreachable rate-limit 10 burst-size 5
access-list outside_access_in permit icmp any any echo-reply
access-list outside_access_in permit icmp any any time-exceeded
access-list outside_access_in permit icmp any any destination-unreachable
access-list inside_access_in permit icmp any any echo
access-list inside_access_in permit icmp any any echo-reply
access-list inside_access_in permit icmp any any time-exceeded
access-list inside_access_in permit icmp any any destimatiom-unreachable
ASKER CERTIFIED SOLUTION
Avatar of decoleur
decoleur

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mawallace

ASKER

none