How do I setup a VLAN or STATIC ROUTE to simulate a procution network?Share internet connection on router...
How to merge row in the first column in LaTeX
Is there a full canon version of Tyrion's jackass/honeycomb joke?
How does insurance birth control work?
I can't die. Who am I?
GPL code private and stolen
Is every open circuit a capacitor?
Giving a talk in my old university, how prominently should I tell students my salary?
Book about a time-travel war fought by computers
Should we avoid writing fiction about historical events without extensive research?
How can I be pwned if I'm not registered on the compromised site?
Should I use HTTPS on a domain that will only be used for redirection?
Wardrobe above a wall with fuse boxes
The need of reserving one's ability in job interviews
Relationship between the symmetry number of a molecule as used in rotational spectroscopy and point group
Is divide-by-zero a security vulnerability?
Are small insurances worth it
What could be a means to defeat a childrens’ nightmare?
Can we carry rice to Japan?
Can an earth elemental drown/bury its opponent underground using earth glide?
A bug in Excel? Conditional formatting for marking duplicates also highlights unique value
PTIJ: What’s wrong with eating meat and couscous?
Lock enemy's y-axis when using Vector3.MoveTowards to follow the player
Why are special aircraft used for the carriers in the United States Navy?
When was drinking water recognized as crucial in marathon running?
How do I setup a VLAN or STATIC ROUTE to simulate a procution network?
Share internet connection on router with 1 LAN interface for multiple VLANsstatic IP vlan setupVLAN support on Juniper EX - 2200 switchesVLAN with trunk to avoid broadcast storm in a network with redundant pathsMisunderstanding about packet travel over NLB-NetworkMultiple NIC same subnetOutlook + Office365 & VLAN issuesPutting Android on ethernet network using VLAN sHP 1910-48G internal network can't ping other ip poolsAccess server on secondary LAN-to-WAN subnet from the main subnet in a cascaded network
I have a test lab that I am trying to set up. It is not possible to set it up physically like the production setup since there are no extra routers. The production set-up looks like this:
Production Setup
In the Prod set-up there are two computers PC1 and PC2 each connected to their own Siemens layer 3 switches, SW1 and SW2 respectively. Likewise, these switches both connect to their own routers Router 1 and Router 2 respectively.
In the test lab, I do not have access to aditional routers so I am forced to use the layer 3 switch to mimic the Productoin topology. The test lab looks like this:
Current Test Setup
In the test setup, I am using a VLAN assigned to an extra port on Layer3 SW1 to link to the other subnet. With this, PC2 can see everything connected to SW1 just fine.
My issue is that PC1 cannot see (I.E. Ping) SW2. So from the perspective of each PC this is what can be pinged:
PC 1 able to ping:
1.) Itself PC1 | 192.168.1.4
2.) Switch 1 | 192.168.1.2
3.) PC 2 | 192.168.2.4
PC 2 able to ping:
1.) Itself PC2 | 192.168.2.4
2.) Switch 2 | 192.168.2.2
3.) Switch 1 | 192.168.1.2
4.) PC 1 | 192.168.1.4
How do I get PC 1 to be able to ping SW2 with the current IP structure. Is it possible?
router switch vlan static-routes
New contributor
John August is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have a test lab that I am trying to set up. It is not possible to set it up physically like the production setup since there are no extra routers. The production set-up looks like this:
Production Setup
In the Prod set-up there are two computers PC1 and PC2 each connected to their own Siemens layer 3 switches, SW1 and SW2 respectively. Likewise, these switches both connect to their own routers Router 1 and Router 2 respectively.
In the test lab, I do not have access to aditional routers so I am forced to use the layer 3 switch to mimic the Productoin topology. The test lab looks like this:
Current Test Setup
In the test setup, I am using a VLAN assigned to an extra port on Layer3 SW1 to link to the other subnet. With this, PC2 can see everything connected to SW1 just fine.
My issue is that PC1 cannot see (I.E. Ping) SW2. So from the perspective of each PC this is what can be pinged:
PC 1 able to ping:
1.) Itself PC1 | 192.168.1.4
2.) Switch 1 | 192.168.1.2
3.) PC 2 | 192.168.2.4
PC 2 able to ping:
1.) Itself PC2 | 192.168.2.4
2.) Switch 2 | 192.168.2.2
3.) Switch 1 | 192.168.1.2
4.) PC 1 | 192.168.1.4
How do I get PC 1 to be able to ping SW2 with the current IP structure. Is it possible?
router switch vlan static-routes
New contributor
John August is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have a test lab that I am trying to set up. It is not possible to set it up physically like the production setup since there are no extra routers. The production set-up looks like this:
Production Setup
In the Prod set-up there are two computers PC1 and PC2 each connected to their own Siemens layer 3 switches, SW1 and SW2 respectively. Likewise, these switches both connect to their own routers Router 1 and Router 2 respectively.
In the test lab, I do not have access to aditional routers so I am forced to use the layer 3 switch to mimic the Productoin topology. The test lab looks like this:
Current Test Setup
In the test setup, I am using a VLAN assigned to an extra port on Layer3 SW1 to link to the other subnet. With this, PC2 can see everything connected to SW1 just fine.
My issue is that PC1 cannot see (I.E. Ping) SW2. So from the perspective of each PC this is what can be pinged:
PC 1 able to ping:
1.) Itself PC1 | 192.168.1.4
2.) Switch 1 | 192.168.1.2
3.) PC 2 | 192.168.2.4
PC 2 able to ping:
1.) Itself PC2 | 192.168.2.4
2.) Switch 2 | 192.168.2.2
3.) Switch 1 | 192.168.1.2
4.) PC 1 | 192.168.1.4
How do I get PC 1 to be able to ping SW2 with the current IP structure. Is it possible?
router switch vlan static-routes
New contributor
John August is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have a test lab that I am trying to set up. It is not possible to set it up physically like the production setup since there are no extra routers. The production set-up looks like this:
Production Setup
In the Prod set-up there are two computers PC1 and PC2 each connected to their own Siemens layer 3 switches, SW1 and SW2 respectively. Likewise, these switches both connect to their own routers Router 1 and Router 2 respectively.
In the test lab, I do not have access to aditional routers so I am forced to use the layer 3 switch to mimic the Productoin topology. The test lab looks like this:
Current Test Setup
In the test setup, I am using a VLAN assigned to an extra port on Layer3 SW1 to link to the other subnet. With this, PC2 can see everything connected to SW1 just fine.
My issue is that PC1 cannot see (I.E. Ping) SW2. So from the perspective of each PC this is what can be pinged:
PC 1 able to ping:
1.) Itself PC1 | 192.168.1.4
2.) Switch 1 | 192.168.1.2
3.) PC 2 | 192.168.2.4
PC 2 able to ping:
1.) Itself PC2 | 192.168.2.4
2.) Switch 2 | 192.168.2.2
3.) Switch 1 | 192.168.1.2
4.) PC 1 | 192.168.1.4
How do I get PC 1 to be able to ping SW2 with the current IP structure. Is it possible?
router switch vlan static-routes
router switch vlan static-routes
New contributor
John August is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
John August is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
John August is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 5 mins ago
John AugustJohn August
1
1
New contributor
John August is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
John August is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
John August is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
John August is a new contributor. Be nice, and check out our Code of Conduct.
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%2fserverfault.com%2fquestions%2f957097%2fhow-do-i-setup-a-vlan-or-static-route-to-simulate-a-procution-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
John August is a new contributor. Be nice, and check out our Code of Conduct.
John August is a new contributor. Be nice, and check out our Code of Conduct.
John August is a new contributor. Be nice, and check out our Code of Conduct.
John August is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f957097%2fhow-do-i-setup-a-vlan-or-static-route-to-simulate-a-procution-network%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