I am using packet tracer to simulate an enterprise setting.
There would be a "main" office (marked as Bgta) and other minor offices in other cities, such as Mdlln. In the main office there should be some servers and in each city some hosts.
The thing is I now added three vlans (10,20,30) for department exclusive content, but I have not been able to make it work with my preexisting OSPF routing.
For the switch architecture on the main office I added 3 layers: core, dustribution and access, but on the other local offices I only added distrib and access layers.
Three layer switches (core, distrib, access) part in Bgta in detail
Routers and Switches connecting Bgta and Mdlln in detail
My settings:
I've been using OSPF for the routers. All are in area 1. Prior to adding the vlans they worked perfectly to connect each city.
I already edited the interfaces that connect the routers to the switches to add the sub-interfaces I created, for example, in Bgta Router for vlan 10:
interface gigabitethernet 0/0.10
ip address 172.23.208.1 255.255.240.0
no shutdown
and I also configured the 3 layers in Bgta and assigned the corresponding ip addresses for the three vlans in the core level switch. For each switch I also indicated which interfaces is switchport access and which interfaces are trunks.
For the other city I also indicated the access/trunks
When I hover over the router it has included the subinterfaces, but when trying to tracert between two pcs in the same vlan (vlan 10) but each one in a different city it doesn't connect at all. I've already checked the ip addresses were correctly settled on the pcs, I'm new at this and don't know what I might have done wrong.
Connecting pcs that are not on the vlan works, or connecting pcs on the same vlan and city, that also works.
But connecting two pcs on the same vlan accross cities is what fails to work for me.
Some more pics of trying to connect a pc in Mdlln and a server in Bgta for vlan 10
failed tracert from vlan 10 pc in Mdlln to server in Bgta
Other details in pictures:
Core switch
Bgta router
Mdlln router
I can provide any aditional info or more pics if needed. Any help is very appreciated.