03-06-2018 01:01 AM - edited 03-10-2019 01:14 PM
Hi Experts,
We are planning to convert 2 Layer (Core and Access) LAN topology to 3 Layer (Core-Distribution-Access) hierarchical model.
All L3 interfaces will be moved from Core to New Distribution layer. Please find attached topology I am testing in GNS3.
I have below question
1. Can we assign same VLAN (10.64.1.0=VLAN1) on distribution Switch1 (IOU2) and distribution Switch2 (IOU5)?
2. Currently I have done the config as mention in Question1 above but I am not able to ping IOU5=10.64.1.12 from PC1 but I am able to ping IOU2=10.64.1.11 from PC1
and / OR
not able to ping IOU2=10.64.1.11 from PC3 but I am able to ping IOU5=10.64.1.12 from PC3
Please help
Best Regards
Rupesh
03-06-2018 08:54 AM
The current design will not allow for VLAN 1 to be the same L3 network (10.64.1.x) on both distributions as there is no L2 connectivity between them. If you want them to share the same management network you will need to establish a L2 link between the distributions. If you don't want to do that, they will have to be separate management networks.
Also, it is best practice not to use VLAN 1 at all. It would be best just to create a different VLAN(s) for management.
Hope this helps.
03-06-2018 11:58 AM
Hi chrihussey,
Thanks for your reply.
What would be the good practice to creating creating L2 interface between distribution switches?
Or
To use different subnets on each distribution?
Thanks
03-06-2018 01:16 PM
That would depend on what you want to achieve. If you want similar VLANs / networks on both distributions then you would almost certainly need a L2 trunk between the switches. This would also provide a level of redundancy, especially if you were to run HSRP and have dual uplinks from the access to the distributions. A pretty common design.
If however you want total L3 separation between the distributions then you'd have to keep all the VLANs and networks unique to each switch. If this is the case, I would still make the VLANs unique to both so that if you ever have to join them there won't be any conflicts.
Hope this helps
03-07-2018 05:30 AM
Hello,
Another option you have is to make loopbacks with /32 subnets so that each router has its own subnet. Then you could advertise those routes into your routing protocol. This way, everything is L2 and you don't have to worry about running L2 links everywhere. For example:
IOU1 Int Lo1 = 10.64.1.1/32
IOU2 Int Lo1 = 10.64.1.2/32
IOU5 Int Lo1 = 10.64.1.5/32
This way all your ip address are in the same address space (10.64.1.0) but they aren't actually in the same subnet. With this setup, you will use your routing protocol to route to your management IPs.
Hope that helps!
03-07-2018 05:14 PM
Hi Bradley,
Thanks for our reply. I will test both the options and will keep posted here.
Best Regards,
Rupesh
03-13-2018 08:56 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide