Hondabuff wrote: » If you get bored, you can replicate this lab I have been tinkering with
Hondabuff wrote: » Try taking the trunk port that you have from the switch that goes to the router and throw the command "no switchport" then add an IP address to it on the same subnet as the router. Use any routing protocol of your choice and it should work. Don't forget the default route on the switch to the router.
Pupil wrote: » Sounds like your router doesn't have a route back to the networks behind the switch. When I'm stuck, I like to throw Packet Tracer into simulation mode and trace the path of the packets and see what it says.
markulous wrote: » I think you may be right. I looked at the simulation and the packet dies at the router. Since there are multiple switches with the same VLANs and subnets, how do I specify that? I thought OSPF was supposed to help with that but it doesn't seem to be doing much.
Pupil wrote: » What does running sh ip route ospf display on the router? How about sh ip ospf neighbor? Are your layer 3 switches running OSPF? Are they advertising their networks correctly? Are all of your devices in the same OSPF area?
markulous wrote: » Just checked and neither command shows anything. I went through the both routers and both switches and manually put in the networks to advertise and in the same area but it doesn't help. My middle switch (Cool_Switch) can ping both routers just fine, but Switch 2 can only ping the one it is connected to, not Router6. All computers that are connected to the same switch can still ping each other just fine.
Hondabuff wrote: » oh man, you have the same networks all over the place. So Cool switch is yelling "Hey, I have the 192.168.1 network" and Switch 2 is telling the router "Hey I have the 192.168.1.0 network" Since the router is seeing two different devices advertising the same route, its gets all confused and drops the packet.
Hondabuff wrote: » cisco hierarchical model
Hondabuff wrote: » You should really only be using the L3 switches on your distribution Layer and have all of your VLAN PVID address on it and use L3 routing protocols to your router. Use Access layer switches to connect to hosts. That's the beauty of CCNA, They teach you router on a stick and once you get past CCNA they tell you to never use it ever again.