cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3315
Views
0
Helpful
0
Comments
TCC_2
Level 10
Level 10

What is traceroute?


Traceroute is a command that shows you the route over the network between two systems,showing the intermediate routers or hops.It also shows you how systems are connected to each other, letting you see how your ISP connects to the Internet.

Linux:

traceroute x.x.x.x

Windows:

tracert x.x.x.x


Core issue

This can happen if icmp and icmp error inspection are not enabled in the PIX Firewall.

Resolution

In order to resolve this issue, configure icmp and icmp error inspection in the PIX Firewall as this example command output shows:

hostname(config)#policy-map global_policy

hostname(config-pmap)#class inspection_default

hostname(config-pmap-c)#inspect icmp

hostname(config-pmap-c)#inspect icmp error

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: