cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
361
Views
5
Helpful
3
Replies

Ping and Traceroute with MPLS and ASA for internet

eddie.sardinha
Level 1
Level 1

All,

I am using MPLS for all internal traffic and configured a default static route sending internet through an ASA 5506 with a another ISP connected to the WAN port. 

This now allows us to use an internet circuit and MPLS for internal data traffic.  I am not able to ping or traceroute to the internet, is there an access list that will allow this?

Thanks,

1 Accepted Solution

Accepted Solutions

Philip D'Ath
VIP Alumni
VIP Alumni

For "ping" add it to your global policy.  Depending on which flavour of traceroute you use, it may also make it work.

policy-map global_policy
class inspection_default
...
inspect icmp
inspect icmp error

View solution in original post

3 Replies 3

Philip D'Ath
VIP Alumni
VIP Alumni

For "ping" add it to your global policy.  Depending on which flavour of traceroute you use, it may also make it work.

policy-map global_policy
class inspection_default
...
inspect icmp
inspect icmp error

That did work for echo-replies.  Thanks I was also able to find this access list that enabled ping and traceroutes without the inspect icmp. 

access-list outside_tracert extended permit icmp any any time-exceeded 
access-list outside_tracert extended permit icmp any any unreachable 

I would personally use the inspection approach as it means the firewall is at least checking hat traffic, rather than just letting it pass straight through.

It would be great if you could rate the responses (or make them as correct) if they helped.

Review Cisco Networking for a $25 gift card