Some Tricky Topology
So here is one that will test all of your Routers-On-Stick merchants.
Let's pretend I have 3 sites.
Site A
Site B
Site C
Site A and Site C belong to the same company
Site B belongs to a parent company
Now Site A and Site C and linked through Site B.
So, you have Site A-B-C
In fact, Site B is a massive cloud of Routers (could be say, 3-4)
So, the default gateway out of Site A, let's say is: -
10.0.1.1 /24
Site C is
172.16.3.1 /24
Site B is where the magic happens, and let's say for the purpose of the example, I don't know what the Router addresses are.
There are two problems here: -
Part 1
What I want to be able to do is state that no matter what the configuration of Site B is - I need all clients in Site A to know that to reach a server, say, 172.16.3.10 - they look for 172.16.3.1 and then obviously it can use it's default gateway information to traverse through Site B to get to C.
Additionally, at Site C, I can implement a static route that does the same thing - for 10.0.1.1 it can use a static route that says - for the a server 10.0.1.10, it'll look for 10.0.1.1
However, I am going to add a lot of complexity at this point.
Site C has the following network devices attached to our network from Site B
Router 172.16.3.1
Switch 172.16.3.2
Now, up until the above devices have been installed, Site C has it's own, complete infrastructure, using a 192.168.0.0 network.
So Part 2
What I need to be able to do, is insert a Router-On-A-Stick that is part of both 172.16.3.0 networks, and 192.168.0.0
Is this possible?
Router 172.16.3.1 - I cannot touch the configuration of this router. It does not belong to any company in Site A B C - this router is managed by a 3rd party.
Switch 172.16.3.2 - This is a HP ProCurve switch, that I can remotely manage
Now, for the Router I was going to add: -
RoaS (Router on a Stick)
172.16.3.4
192.168.0.254
Therefore from Site-A. I can add a route which says - to get to 192.168.0.0 network, I look for 172.16.3.4
Then, on the 172.16.3.2 Switch, we configure two VLANS. Now, reading that back, I think this is where I might have my problem.
From my understanding of VLAN's - you can only configure one NATIVE VLAN. A native VLAN dictating what VLAN traffic belongs to, if it arrives untagged.
Given that I cannot alter the configuration of the 172.16.3.1 - I would assume that this must be a native VLAN.
However, let us now say that the equipment on Site-C cannot be added to a VLAN either.
Am I screwed? I.E. I need to be able to run two VLAN's on that site, and I won't be able to?