FAO Layer-3 Switch Users

Associate
Joined
26 Mar 2003
Posts
1,194
Location
UK
Hi guys,

if anyone on here uses layer3 switching I am hoping you can provide an answer to the following question.

If one uses tracert to "map" a network do layer3 switches passed through along the way appear in the tracert output?

Many thanks

markwombat.
 
Thanks guys for your replies.

One other query I have about some traceroute results, is that the default gateway of the computers on the network i am "mapping" is never the 1st hop on the traceroute output, in fact even using the

tracert -j default.gateway destination

syntax I cannot get my host(s) to report their default gateway as the 1st hop, the default gateway exists (ping confirms this) but i cannot seem to "go through" it, instead any connections always go through a different router (still within the clients subnet) any ideas on why this could be?
 
a layer 3 switch will only show up if it's in route mode on those ports, if they belong to the same vlan it'll go straight through it without showing up.

regarding the different gateway as the first hop, if it's a complex network, then it's feasible that the default gateway ip is in fact just a vrrp or hsrp ip and the actual interfaces on the router are different.

thats about all i can think off, static routes are unlikely if it's for all ips
 
bigredshark said:
a layer 3 switch will only show up if it's in route mode on those ports, if they belong to the same vlan it'll go straight through it without showing up.

regarding the different gateway as the first hop, if it's a complex network, then it's feasible that the default gateway ip is in fact just a vrrp or hsrp ip and the actual interfaces on the router are different.

thats about all i can think off, static routes are unlikely if it's for all ips


Both os these concepts seem like a very plausible explanation of what I am seeing, thanks a lot for your suggestion. :)
 
Back
Top Bottom