01-25-2018 03:46 AM - edited 02-21-2020 07:12 AM
i can traceroute 8.8.8.8 from fw
fw/pri/act# traceroute 8.8.8.8
Type escape sequence to abort.
Tracing the route to 8.8.8.8
1 x.x.x.x0 msec 0 msec 0 msec
2 * *
x.14.214.71 0 msec
3 x.14.214.70 0 msec 10 msec 0 msec
4 x.170.246.225 0 msec * 0 msec
5 x.170.233.223 0 msec
x.14.237.179 0 msec
x.14.234.157 0 msec
6 google-public-dns-a.google.com (8.8.8.8) 0 msec 0 msec 10 msec
but when i do source of inside it does not work
fw/pri/act# traceroute 8.8.8.8 source inside
Type escape sequence to abort.
Tracing the route to 8.8.8.8
1 * * *
2 * * *
3 * * *
any advise
Solved! Go to Solution.
01-27-2018 06:47 AM
You cannot generally source traffic from one ASA interface to exit another one.
01-27-2018 06:47 AM
You cannot generally source traffic from one ASA interface to exit another one.
03-14-2018 06:33 AM
Hi Marvin,
Can you detail your answer here please?
I need to run traceroute to IP_dst using as source another ASA interface, let's call it inside.
Isn't this possible? If not why does traceroute command on ASA have source option?
If I am not clear:
- ASA 9.6.x
- ASA interfaces: lan_data, lan_voice, outside
- show route | 1.2.3.4
S* 1.2.3.4 255.255.255.255 [1/0] via outside_interconnect_IP, outside
I need to run: traceroute 1.2.3.4 source lan_data
Thanks!
03-14-2018 06:36 AM - edited 03-16-2018 09:52 PM
As far as I know, traceroute on an ASA will always be sourced from the interface that has the best route to the destination.
That's why there's no way to specify the source address.
03-14-2018 06:43 AM - edited 03-14-2018 06:44 AM
Ok now I am really puzzled. First of all thanks for the lighting fast reply!
Now on ASA I have this menu:
traceroute 1.2.3.4 ?
numeric display numeric address
port specify port number
probe specify number of probes per hop
source specify source address or interface
timeout specify time out
ttl specify minimum and maximum ttl/hop-limit
use-icmp use ICMP probe packets
<cr>
traceroute 1.2.3.4 source ?
A.B.C.D Source address
Current available interface(s):
lan_data Name of interface GigabitEthernet0/0
lan_voice Name of interface GigabitEthernet0/1
outside Name of interface GigabitEthernet0/2
What do you make of it?
03-16-2018 04:00 AM
03-16-2018 09:54 PM
I'm not sure at this point. I amended my earlier reply to reflect my doubt and take into account the option you pointed out.
Why not just use an actual traceroute from the next hop inside? Or, failing that, a packet-tracer on the ASA?
03-19-2018 03:17 AM
03-19-2018 05:48 AM - edited 03-19-2018 05:49 AM
You could create an SVI on one of the switches that includes the lan_voice VLAN and traceroute from the switch using that as a source address.
You can also capture traffic from one of the devices having issues to demonstrate that the ASA is correctly handling the traffic.
03-19-2018 06:37 AM
03-21-2018 06:07 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