cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1714
Views
0
Helpful
2
Replies

ACE traceroute problem

cwangskr
Level 1
Level 1

Traceroute does not work when initiated from a server behind the ACE module. The output shows only the destination ip.

The ACE is in routed mode.

2 Replies 2

sadbulali
Level 4
Level 4

Traceroute is a widely available utility on most operating systems today. Much like ping, it is a valuable tool for determining connectivity in a network. Ping allows the user to find out if there is a connection between two end systems. Traceroute does this as well, but it additionally lists the intermediate routers between the two systems. Users can therefore see the routes that packets can take from the Content Engine to another system. Use the traceroute EXEC command to find the route to a remote host, when either the host name or IP address is known.

todd.underwood
Level 1
Level 1

I know this is old, however I found this thread while having a similar issue, which was resolved by icmp error fixup:

access-list ICMP_ACL line 10 extended permit icmp any any

class-map match-all ICMP_INSPECT_CLASS
  2 match access-list ICMP_ACL

policy-map multi-match ICMP_INSPECT_POLICY
  class ICMP_INSPECT_CLASS
    inspect icmp error

interface vlan xxx (client side)
  service-policy input ICMP_INSPECT_POLICY

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: