Traceroute showing inter-vlan routing?Dell N2000 - Inter-VLAN routing problemBest Practice(?): 2 publicly available subnet VLANs and inter VLAN routingInter-VLAN Routing on a ProCurve 2920Static Route to Subnet via VPNVLAN Routing HelpVLAN routing on Dell SwitchCisco Vlan block accessLegacy Network, Adding new VLANsRouting specific TCP/UDP packets from VLAN's to proxy serverInterVLAN routing issue
What is Gilligan's full Name?
What is the logic behind charging tax _in the form of money_ for owning property when the property does not produce money?
Was self-modifying code possible using BASIC?
What's the best way to quit a job mostly because of money?
In Pandemic, why take the extra step of eradicating a disease after you've cured it?
one-hot-encoding categorical data gives error
Why are ambiguous grammars bad?
Traceroute showing inter-vlan routing?
What exactly "triggers an additional time" in the interaction between Afterlife and Teysa Karlov?
Forgot passport for Alaska cruise (Anchorage to Vancouver)
DateTime.addMonths skips a month (from feb to mar)
What's the difference between DHCP and NAT? Are they mutually exclusive?
What is this object?
Make Gimbap cutter
Who is "He that flies" in Lord of the Rings?
What plausible reason could I give for my FTL drive only working in space
Why do I seem to lose data using this bash pipe construction?
Professor Roman loves to teach unorthodox Chemistry
Why would a home insurer offer a discount based on credit score?
If absolute velocity does not exist, how can we say a rocket accelerates in empty space?
How do I avoid typing "git" at the begining of every Git command?
Course development: can I pay someone to make slides for the course?
Selecting by attribute using Python and a list
How many sets of dice do I need for D&D?
Traceroute showing inter-vlan routing?
Dell N2000 - Inter-VLAN routing problemBest Practice(?): 2 publicly available subnet VLANs and inter VLAN routingInter-VLAN Routing on a ProCurve 2920Static Route to Subnet via VPNVLAN Routing HelpVLAN routing on Dell SwitchCisco Vlan block accessLegacy Network, Adding new VLANsRouting specific TCP/UDP packets from VLAN's to proxy serverInterVLAN routing issue
I currently have two different devices (one server and one client device) that are on separate VLANs (VLAN 5 and VLAN 10 respectively). When the client device runs a tracert to the server, the tracert is able to complete as such.
C:>tracert 192.168.32.200
Tracing route to 192.168.32.200 [192.168.32.200]
over a maximum of 30 hops:
1 6 ms <1 ms <1ms 192.168.30.150
2 <1 ms <1 ms <1ms 192.168.32.200 [192.168.32.200]
Trace complete.
C:>
My understanding is that a layer 3 router is required to route traffic between VLANs, which we have connected to the layer 3 switch. Is this correct? Why am I not able to see the Layer 3 router's IP within the tracert output?
routing vlan traceroute
add a comment |
I currently have two different devices (one server and one client device) that are on separate VLANs (VLAN 5 and VLAN 10 respectively). When the client device runs a tracert to the server, the tracert is able to complete as such.
C:>tracert 192.168.32.200
Tracing route to 192.168.32.200 [192.168.32.200]
over a maximum of 30 hops:
1 6 ms <1 ms <1ms 192.168.30.150
2 <1 ms <1 ms <1ms 192.168.32.200 [192.168.32.200]
Trace complete.
C:>
My understanding is that a layer 3 router is required to route traffic between VLANs, which we have connected to the layer 3 switch. Is this correct? Why am I not able to see the Layer 3 router's IP within the tracert output?
routing vlan traceroute
add a comment |
I currently have two different devices (one server and one client device) that are on separate VLANs (VLAN 5 and VLAN 10 respectively). When the client device runs a tracert to the server, the tracert is able to complete as such.
C:>tracert 192.168.32.200
Tracing route to 192.168.32.200 [192.168.32.200]
over a maximum of 30 hops:
1 6 ms <1 ms <1ms 192.168.30.150
2 <1 ms <1 ms <1ms 192.168.32.200 [192.168.32.200]
Trace complete.
C:>
My understanding is that a layer 3 router is required to route traffic between VLANs, which we have connected to the layer 3 switch. Is this correct? Why am I not able to see the Layer 3 router's IP within the tracert output?
routing vlan traceroute
I currently have two different devices (one server and one client device) that are on separate VLANs (VLAN 5 and VLAN 10 respectively). When the client device runs a tracert to the server, the tracert is able to complete as such.
C:>tracert 192.168.32.200
Tracing route to 192.168.32.200 [192.168.32.200]
over a maximum of 30 hops:
1 6 ms <1 ms <1ms 192.168.30.150
2 <1 ms <1 ms <1ms 192.168.32.200 [192.168.32.200]
Trace complete.
C:>
My understanding is that a layer 3 router is required to route traffic between VLANs, which we have connected to the layer 3 switch. Is this correct? Why am I not able to see the Layer 3 router's IP within the tracert output?
routing vlan traceroute
routing vlan traceroute
asked 9 hours ago
CrakenCraken
265111
265111
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Yes. Layer 3 device is required. It could be Layer 3 Switch as well. No separate router is required. According to your explanation Intervlan routing has been configured. If you have Layer 3 switch, SVI is required to communicate between vlans. According to your Explanation
192.168.30.150
will be SVI(Switch Virtual Interface) or Gateway of your current VLAN.
add a comment |
You are. The first line is the interface of the router.
Sorry, I did not clarify. 192.168.30.150 is the IP address of the interface VLAN that the client is sitting on.
– Craken
8 hours ago
1
Yes, the vlan interface is the layer 3 switch which does the routing.
– Ron Trunk
8 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "496"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f59724%2ftraceroute-showing-inter-vlan-routing%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes. Layer 3 device is required. It could be Layer 3 Switch as well. No separate router is required. According to your explanation Intervlan routing has been configured. If you have Layer 3 switch, SVI is required to communicate between vlans. According to your Explanation
192.168.30.150
will be SVI(Switch Virtual Interface) or Gateway of your current VLAN.
add a comment |
Yes. Layer 3 device is required. It could be Layer 3 Switch as well. No separate router is required. According to your explanation Intervlan routing has been configured. If you have Layer 3 switch, SVI is required to communicate between vlans. According to your Explanation
192.168.30.150
will be SVI(Switch Virtual Interface) or Gateway of your current VLAN.
add a comment |
Yes. Layer 3 device is required. It could be Layer 3 Switch as well. No separate router is required. According to your explanation Intervlan routing has been configured. If you have Layer 3 switch, SVI is required to communicate between vlans. According to your Explanation
192.168.30.150
will be SVI(Switch Virtual Interface) or Gateway of your current VLAN.
Yes. Layer 3 device is required. It could be Layer 3 Switch as well. No separate router is required. According to your explanation Intervlan routing has been configured. If you have Layer 3 switch, SVI is required to communicate between vlans. According to your Explanation
192.168.30.150
will be SVI(Switch Virtual Interface) or Gateway of your current VLAN.
answered 8 hours ago
infrainfra
1,176115
1,176115
add a comment |
add a comment |
You are. The first line is the interface of the router.
Sorry, I did not clarify. 192.168.30.150 is the IP address of the interface VLAN that the client is sitting on.
– Craken
8 hours ago
1
Yes, the vlan interface is the layer 3 switch which does the routing.
– Ron Trunk
8 hours ago
add a comment |
You are. The first line is the interface of the router.
Sorry, I did not clarify. 192.168.30.150 is the IP address of the interface VLAN that the client is sitting on.
– Craken
8 hours ago
1
Yes, the vlan interface is the layer 3 switch which does the routing.
– Ron Trunk
8 hours ago
add a comment |
You are. The first line is the interface of the router.
You are. The first line is the interface of the router.
answered 9 hours ago
Ron TrunkRon Trunk
43.2k34090
43.2k34090
Sorry, I did not clarify. 192.168.30.150 is the IP address of the interface VLAN that the client is sitting on.
– Craken
8 hours ago
1
Yes, the vlan interface is the layer 3 switch which does the routing.
– Ron Trunk
8 hours ago
add a comment |
Sorry, I did not clarify. 192.168.30.150 is the IP address of the interface VLAN that the client is sitting on.
– Craken
8 hours ago
1
Yes, the vlan interface is the layer 3 switch which does the routing.
– Ron Trunk
8 hours ago
Sorry, I did not clarify. 192.168.30.150 is the IP address of the interface VLAN that the client is sitting on.
– Craken
8 hours ago
Sorry, I did not clarify. 192.168.30.150 is the IP address of the interface VLAN that the client is sitting on.
– Craken
8 hours ago
1
1
Yes, the vlan interface is the layer 3 switch which does the routing.
– Ron Trunk
8 hours ago
Yes, the vlan interface is the layer 3 switch which does the routing.
– Ron Trunk
8 hours ago
add a comment |
Thanks for contributing an answer to Network Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f59724%2ftraceroute-showing-inter-vlan-routing%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown