Carrying remote VLAN via 2 routers to the local gateway
up vote
4
down vote
favorite
I have a serverA (192.168.15.1) from site A and VLAN is 15, however the VLAN 15 gateway is set at site B (192.168.15.254).
There are two ISP routers as a metro role to connect each other by subnet 10.0.0.0/30.
My question is how can I get past those two routers? Could any one give an example to accomplish this? Thanks.
PS. I can ping from serverA (192.168.15.1) to an interface f0/0@R1(10.0.0.1), no more further.
vlan cisco-ios subnet gns3
New contributor
add a comment |
up vote
4
down vote
favorite
I have a serverA (192.168.15.1) from site A and VLAN is 15, however the VLAN 15 gateway is set at site B (192.168.15.254).
There are two ISP routers as a metro role to connect each other by subnet 10.0.0.0/30.
My question is how can I get past those two routers? Could any one give an example to accomplish this? Thanks.
PS. I can ping from serverA (192.168.15.1) to an interface f0/0@R1(10.0.0.1), no more further.
vlan cisco-ios subnet gns3
New contributor
Is this homework?
– Cown
yesterday
no, this question probably would appear on my incoming company migration
– eoeoke
yesterday
You need to provide a lot more information. For example, what are the network device models and configurations? You can refer to the Network Engineering Question Checklist for guidance, then edit your question to include the necessary information. Speculation and guessing are off-topic here, as are questions about network not under your direct control
– Ron Maupin♦
yesterday
Do both 192.168.15.1 and 192.168.15.254 use the same /24 subnet? Can you configure the routes on R1 and R2? Is it possible to split 192.168.15.0/24 into 192.168.15.0/25 and 192.168.15.128/25 ?
– Zac67
yesterday
@Zac67 i did it, it seems fine, thanks
– eoeoke
yesterday
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I have a serverA (192.168.15.1) from site A and VLAN is 15, however the VLAN 15 gateway is set at site B (192.168.15.254).
There are two ISP routers as a metro role to connect each other by subnet 10.0.0.0/30.
My question is how can I get past those two routers? Could any one give an example to accomplish this? Thanks.
PS. I can ping from serverA (192.168.15.1) to an interface f0/0@R1(10.0.0.1), no more further.
vlan cisco-ios subnet gns3
New contributor
I have a serverA (192.168.15.1) from site A and VLAN is 15, however the VLAN 15 gateway is set at site B (192.168.15.254).
There are two ISP routers as a metro role to connect each other by subnet 10.0.0.0/30.
My question is how can I get past those two routers? Could any one give an example to accomplish this? Thanks.
PS. I can ping from serverA (192.168.15.1) to an interface f0/0@R1(10.0.0.1), no more further.
vlan cisco-ios subnet gns3
vlan cisco-ios subnet gns3
New contributor
New contributor
edited yesterday
jonathanjo
9,5211631
9,5211631
New contributor
asked yesterday
eoeoke
233
233
New contributor
New contributor
Is this homework?
– Cown
yesterday
no, this question probably would appear on my incoming company migration
– eoeoke
yesterday
You need to provide a lot more information. For example, what are the network device models and configurations? You can refer to the Network Engineering Question Checklist for guidance, then edit your question to include the necessary information. Speculation and guessing are off-topic here, as are questions about network not under your direct control
– Ron Maupin♦
yesterday
Do both 192.168.15.1 and 192.168.15.254 use the same /24 subnet? Can you configure the routes on R1 and R2? Is it possible to split 192.168.15.0/24 into 192.168.15.0/25 and 192.168.15.128/25 ?
– Zac67
yesterday
@Zac67 i did it, it seems fine, thanks
– eoeoke
yesterday
add a comment |
Is this homework?
– Cown
yesterday
no, this question probably would appear on my incoming company migration
– eoeoke
yesterday
You need to provide a lot more information. For example, what are the network device models and configurations? You can refer to the Network Engineering Question Checklist for guidance, then edit your question to include the necessary information. Speculation and guessing are off-topic here, as are questions about network not under your direct control
– Ron Maupin♦
yesterday
Do both 192.168.15.1 and 192.168.15.254 use the same /24 subnet? Can you configure the routes on R1 and R2? Is it possible to split 192.168.15.0/24 into 192.168.15.0/25 and 192.168.15.128/25 ?
– Zac67
yesterday
@Zac67 i did it, it seems fine, thanks
– eoeoke
yesterday
Is this homework?
– Cown
yesterday
Is this homework?
– Cown
yesterday
no, this question probably would appear on my incoming company migration
– eoeoke
yesterday
no, this question probably would appear on my incoming company migration
– eoeoke
yesterday
You need to provide a lot more information. For example, what are the network device models and configurations? You can refer to the Network Engineering Question Checklist for guidance, then edit your question to include the necessary information. Speculation and guessing are off-topic here, as are questions about network not under your direct control
– Ron Maupin♦
yesterday
You need to provide a lot more information. For example, what are the network device models and configurations? You can refer to the Network Engineering Question Checklist for guidance, then edit your question to include the necessary information. Speculation and guessing are off-topic here, as are questions about network not under your direct control
– Ron Maupin♦
yesterday
Do both 192.168.15.1 and 192.168.15.254 use the same /24 subnet? Can you configure the routes on R1 and R2? Is it possible to split 192.168.15.0/24 into 192.168.15.0/25 and 192.168.15.128/25 ?
– Zac67
yesterday
Do both 192.168.15.1 and 192.168.15.254 use the same /24 subnet? Can you configure the routes on R1 and R2? Is it possible to split 192.168.15.0/24 into 192.168.15.0/25 and 192.168.15.128/25 ?
– Zac67
yesterday
@Zac67 i did it, it seems fine, thanks
– eoeoke
yesterday
@Zac67 i did it, it seems fine, thanks
– eoeoke
yesterday
add a comment |
2 Answers
2
active
oldest
votes
up vote
3
down vote
accepted
You can use Ether in IP, defined in RFC 3398 to tunnel ethernet through IP, if you equipment supports it. It's similar to the VxLAN approach, but a little simpler and older.
If you don't have those and it's desperate, you could think about proxy ARP. It is really not recommended.
Do you have a particular reason to bridge like this?
I'd suggest you strongly consider renumbering so you can just use ordinary IP routes. Perhaps you are nearly there already, if 192.168.15.0/25 is left and 192.168.15.128/25 is right? Renumbering R1 f0/1 (.126?), change masks, add routes to R1 and R2.
1
the servers temporarily stay at site A due to relocation schedule problem, the new core switch will be set up at site B.
– eoeoke
yesterday
1
ive tried to add a static route and split them into /25, it works
– eoeoke
yesterday
add a comment |
up vote
2
down vote
You can use VxLAN, defined in RFC7348, to span a VLAN onto different sites.
Basically it encapsulates a VLAN into IP.
This off course add some overhead, and your routers at each endpoint need to support VxLAN
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
You can use Ether in IP, defined in RFC 3398 to tunnel ethernet through IP, if you equipment supports it. It's similar to the VxLAN approach, but a little simpler and older.
If you don't have those and it's desperate, you could think about proxy ARP. It is really not recommended.
Do you have a particular reason to bridge like this?
I'd suggest you strongly consider renumbering so you can just use ordinary IP routes. Perhaps you are nearly there already, if 192.168.15.0/25 is left and 192.168.15.128/25 is right? Renumbering R1 f0/1 (.126?), change masks, add routes to R1 and R2.
1
the servers temporarily stay at site A due to relocation schedule problem, the new core switch will be set up at site B.
– eoeoke
yesterday
1
ive tried to add a static route and split them into /25, it works
– eoeoke
yesterday
add a comment |
up vote
3
down vote
accepted
You can use Ether in IP, defined in RFC 3398 to tunnel ethernet through IP, if you equipment supports it. It's similar to the VxLAN approach, but a little simpler and older.
If you don't have those and it's desperate, you could think about proxy ARP. It is really not recommended.
Do you have a particular reason to bridge like this?
I'd suggest you strongly consider renumbering so you can just use ordinary IP routes. Perhaps you are nearly there already, if 192.168.15.0/25 is left and 192.168.15.128/25 is right? Renumbering R1 f0/1 (.126?), change masks, add routes to R1 and R2.
1
the servers temporarily stay at site A due to relocation schedule problem, the new core switch will be set up at site B.
– eoeoke
yesterday
1
ive tried to add a static route and split them into /25, it works
– eoeoke
yesterday
add a comment |
up vote
3
down vote
accepted
up vote
3
down vote
accepted
You can use Ether in IP, defined in RFC 3398 to tunnel ethernet through IP, if you equipment supports it. It's similar to the VxLAN approach, but a little simpler and older.
If you don't have those and it's desperate, you could think about proxy ARP. It is really not recommended.
Do you have a particular reason to bridge like this?
I'd suggest you strongly consider renumbering so you can just use ordinary IP routes. Perhaps you are nearly there already, if 192.168.15.0/25 is left and 192.168.15.128/25 is right? Renumbering R1 f0/1 (.126?), change masks, add routes to R1 and R2.
You can use Ether in IP, defined in RFC 3398 to tunnel ethernet through IP, if you equipment supports it. It's similar to the VxLAN approach, but a little simpler and older.
If you don't have those and it's desperate, you could think about proxy ARP. It is really not recommended.
Do you have a particular reason to bridge like this?
I'd suggest you strongly consider renumbering so you can just use ordinary IP routes. Perhaps you are nearly there already, if 192.168.15.0/25 is left and 192.168.15.128/25 is right? Renumbering R1 f0/1 (.126?), change masks, add routes to R1 and R2.
edited yesterday
answered yesterday
jonathanjo
9,5211631
9,5211631
1
the servers temporarily stay at site A due to relocation schedule problem, the new core switch will be set up at site B.
– eoeoke
yesterday
1
ive tried to add a static route and split them into /25, it works
– eoeoke
yesterday
add a comment |
1
the servers temporarily stay at site A due to relocation schedule problem, the new core switch will be set up at site B.
– eoeoke
yesterday
1
ive tried to add a static route and split them into /25, it works
– eoeoke
yesterday
1
1
the servers temporarily stay at site A due to relocation schedule problem, the new core switch will be set up at site B.
– eoeoke
yesterday
the servers temporarily stay at site A due to relocation schedule problem, the new core switch will be set up at site B.
– eoeoke
yesterday
1
1
ive tried to add a static route and split them into /25, it works
– eoeoke
yesterday
ive tried to add a static route and split them into /25, it works
– eoeoke
yesterday
add a comment |
up vote
2
down vote
You can use VxLAN, defined in RFC7348, to span a VLAN onto different sites.
Basically it encapsulates a VLAN into IP.
This off course add some overhead, and your routers at each endpoint need to support VxLAN
add a comment |
up vote
2
down vote
You can use VxLAN, defined in RFC7348, to span a VLAN onto different sites.
Basically it encapsulates a VLAN into IP.
This off course add some overhead, and your routers at each endpoint need to support VxLAN
add a comment |
up vote
2
down vote
up vote
2
down vote
You can use VxLAN, defined in RFC7348, to span a VLAN onto different sites.
Basically it encapsulates a VLAN into IP.
This off course add some overhead, and your routers at each endpoint need to support VxLAN
You can use VxLAN, defined in RFC7348, to span a VLAN onto different sites.
Basically it encapsulates a VLAN into IP.
This off course add some overhead, and your routers at each endpoint need to support VxLAN
answered yesterday
JFL
10.3k11135
10.3k11135
add a comment |
add a comment |
eoeoke is a new contributor. Be nice, and check out our Code of Conduct.
eoeoke is a new contributor. Be nice, and check out our Code of Conduct.
eoeoke is a new contributor. Be nice, and check out our Code of Conduct.
eoeoke is a new contributor. Be nice, and check out our Code of Conduct.
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f55155%2fcarrying-remote-vlan-via-2-routers-to-the-local-gateway%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
Is this homework?
– Cown
yesterday
no, this question probably would appear on my incoming company migration
– eoeoke
yesterday
You need to provide a lot more information. For example, what are the network device models and configurations? You can refer to the Network Engineering Question Checklist for guidance, then edit your question to include the necessary information. Speculation and guessing are off-topic here, as are questions about network not under your direct control
– Ron Maupin♦
yesterday
Do both 192.168.15.1 and 192.168.15.254 use the same /24 subnet? Can you configure the routes on R1 and R2? Is it possible to split 192.168.15.0/24 into 192.168.15.0/25 and 192.168.15.128/25 ?
– Zac67
yesterday
@Zac67 i did it, it seems fine, thanks
– eoeoke
yesterday