Can two networks with the same subnet be connected to the same router in different VRF?NAT OverlappingRouting...
Can we carry rice to Japan?
How to lift/raise/repair a segment of concrete slab?
Six real numbers so that product of any five is the sixth one
In iTunes 12 on macOS, how can I reset the skip count of a song?
Is there any relevance to Thor getting his hair cut other than comedic value?
Practical reasons to have both a large police force and bounty hunting network?
Do Hexblade warlocks choose their spells from the Hexblade spell list or the warlock spell list?
Is there a full canon version of Tyrion's jackass/honeycomb joke?
Why can't we make a perpetual motion machine by using a magnet to pull up a piece of metal, then letting it fall back down?
How to kill a localhost:8080
Are small insurances worth it
Canadian citizen, on US no-fly list. What can I do in order to be allowed on flights which go through US airspace?
Get length of the longest sequence of numbers with the same sign
How do I deal with being jealous of my own players?
Center single line(s) in align
Make me a metasequence
Achieving MPPT of a solar panel with LM2596
Non-Italian European mafias in USA?
What type of postprocessing gives the effect of people standing out
Filling in Area Under Curve Causes Alignment Issues
Do higher etale homotopy groups of spectrum of a field always vanish?
Is the Bnei Brak of the Hagada and Megila the same as modern-day Bnei Brak?
Did 5.25" floppies undergo a change in magnetic coating?
A bug in Excel? Conditional formatting for marking duplicates also highlights unique value
Can two networks with the same subnet be connected to the same router in different VRF?
NAT OverlappingRouting traffic out different links from the same BGP ASCisco: Reliable fast BGP failover when mixing BGP NHT and BFDMPLS L3 VPNs and F5 Route DomainsBest way to join VRFs using BGP when VRFs are on same PEMPLS VPN network using BGP, RIP and OSPFBGP and Inter-VRF RoutingWhat considerations should be made when determining whether to use the BGP “network” command vs Redistribution?Problem configuring L3VPN with MPLS, RSVP-TE, VLANUse case for two BGP ASNs?Can I use the same IPsec tunnel for two VRF?
Let's say I have the following four networks:
- Network A: 10.0.1.0/24
- Network B: 10.0.0.0/24
- Network C: 10.0.1.0/24
- Network D: 10.0.0.0/24
I would like to connect networks A and B together, and do the same between C and D (while A/B can't access C/D). With only a single router, could this be configured by setting two different VRF as shown below ?
If yes, what would happens if I set up BGP to exchange route between the two VRF, like in the following link: https://www.cisco.com/c/en/us/support/docs/multiprotocol-label-switching-mpls/multiprotocol-label-switching-vpns-mpls-vpns/47807-routeleaking.html#diffvrfs
bgp vrf
add a comment |
Let's say I have the following four networks:
- Network A: 10.0.1.0/24
- Network B: 10.0.0.0/24
- Network C: 10.0.1.0/24
- Network D: 10.0.0.0/24
I would like to connect networks A and B together, and do the same between C and D (while A/B can't access C/D). With only a single router, could this be configured by setting two different VRF as shown below ?
If yes, what would happens if I set up BGP to exchange route between the two VRF, like in the following link: https://www.cisco.com/c/en/us/support/docs/multiprotocol-label-switching-mpls/multiprotocol-label-switching-vpns-mpls-vpns/47807-routeleaking.html#diffvrfs
bgp vrf
For overlapping networks to communicate, you would need to use NAT. See this question and answers about that
– Ron Maupin♦
43 mins ago
add a comment |
Let's say I have the following four networks:
- Network A: 10.0.1.0/24
- Network B: 10.0.0.0/24
- Network C: 10.0.1.0/24
- Network D: 10.0.0.0/24
I would like to connect networks A and B together, and do the same between C and D (while A/B can't access C/D). With only a single router, could this be configured by setting two different VRF as shown below ?
If yes, what would happens if I set up BGP to exchange route between the two VRF, like in the following link: https://www.cisco.com/c/en/us/support/docs/multiprotocol-label-switching-mpls/multiprotocol-label-switching-vpns-mpls-vpns/47807-routeleaking.html#diffvrfs
bgp vrf
Let's say I have the following four networks:
- Network A: 10.0.1.0/24
- Network B: 10.0.0.0/24
- Network C: 10.0.1.0/24
- Network D: 10.0.0.0/24
I would like to connect networks A and B together, and do the same between C and D (while A/B can't access C/D). With only a single router, could this be configured by setting two different VRF as shown below ?
If yes, what would happens if I set up BGP to exchange route between the two VRF, like in the following link: https://www.cisco.com/c/en/us/support/docs/multiprotocol-label-switching-mpls/multiprotocol-label-switching-vpns-mpls-vpns/47807-routeleaking.html#diffvrfs
bgp vrf
bgp vrf
edited 4 hours ago
Nakrule
asked 4 hours ago
NakruleNakrule
15915
15915
For overlapping networks to communicate, you would need to use NAT. See this question and answers about that
– Ron Maupin♦
43 mins ago
add a comment |
For overlapping networks to communicate, you would need to use NAT. See this question and answers about that
– Ron Maupin♦
43 mins ago
For overlapping networks to communicate, you would need to use NAT. See this question and answers about that
– Ron Maupin♦
43 mins ago
For overlapping networks to communicate, you would need to use NAT. See this question and answers about that
– Ron Maupin♦
43 mins ago
add a comment |
1 Answer
1
active
oldest
votes
You have two questions here.
Can two networks with the same subnet be connected to the same router
in different VRF?
Yes, as long as the two domains (VRF A and VRF B) do not communicate with each other. Think of a VRF as a virtual router.
What would happens if I set up BGP to exchange route between the two
VRF?
Things will not work, because hosts on Net A will never see hosts on C, and vice versa. Same for B and D.
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%2f57418%2fcan-two-networks-with-the-same-subnet-be-connected-to-the-same-router-in-differe%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have two questions here.
Can two networks with the same subnet be connected to the same router
in different VRF?
Yes, as long as the two domains (VRF A and VRF B) do not communicate with each other. Think of a VRF as a virtual router.
What would happens if I set up BGP to exchange route between the two
VRF?
Things will not work, because hosts on Net A will never see hosts on C, and vice versa. Same for B and D.
add a comment |
You have two questions here.
Can two networks with the same subnet be connected to the same router
in different VRF?
Yes, as long as the two domains (VRF A and VRF B) do not communicate with each other. Think of a VRF as a virtual router.
What would happens if I set up BGP to exchange route between the two
VRF?
Things will not work, because hosts on Net A will never see hosts on C, and vice versa. Same for B and D.
add a comment |
You have two questions here.
Can two networks with the same subnet be connected to the same router
in different VRF?
Yes, as long as the two domains (VRF A and VRF B) do not communicate with each other. Think of a VRF as a virtual router.
What would happens if I set up BGP to exchange route between the two
VRF?
Things will not work, because hosts on Net A will never see hosts on C, and vice versa. Same for B and D.
You have two questions here.
Can two networks with the same subnet be connected to the same router
in different VRF?
Yes, as long as the two domains (VRF A and VRF B) do not communicate with each other. Think of a VRF as a virtual router.
What would happens if I set up BGP to exchange route between the two
VRF?
Things will not work, because hosts on Net A will never see hosts on C, and vice versa. Same for B and D.
answered 3 hours ago
Ron TrunkRon Trunk
37.5k33476
37.5k33476
add a comment |
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%2f57418%2fcan-two-networks-with-the-same-subnet-be-connected-to-the-same-router-in-differe%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
For overlapping networks to communicate, you would need to use NAT. See this question and answers about that
– Ron Maupin♦
43 mins ago