i have a computer named (PC A) connected to this trunking vlan 100 which containing multiple subnets for example:
- 60.60.x.x/16
- 70.70.x.x/16
- 80.80.x.x/16
I want to do some routing using this trunking vlan (VLAN 100) to access vlans (VLAN 200,300,400) using Cisco switches/routers which is connected to computers (PC B,C,D) on the other side:
- 60.60.x.x/16 (VLAN 200)
- 70.70.x.x/16 (VLAN 300)
- 80.80.x.x/16 (VLAN 400)
What is the best approach to route these subnets (FROM VLAN 100 to VLAN 200,300,400)
- if the VLAN number on both sides cannot be changed due to network infrastructure
- if the ip address on both sides computers cannot be changed due to security concerns
i am using cisco layer 3 switches to achieve this task. Please do not give suggestions like changing VLAN number and ip addresses.