01-30-2012 03:08 AM - edited 03-07-2019 04:37 AM
Hi,
Another quick one...
In the event of routing multiple areas together (Both WAN and LAN), how would people recommend I address the /30 ranges for router to router links?
Keep them within a range of the IP range in use for clients/servers etc... or break it out into an entirely different range group?
01-30-2012 03:34 AM
When you have two router connected back to back all that we require is 2 IP on that segment.
so /30 would be the mask to use without wasting much IP since IP's are very costly.
/30 would provide you 4 address out of which 1 is used for network and 1 for broadcast and 2 valid IP's which can be assigned to the host. so when you use /30 for a back to back connection technicaly we aren't wasting any IP's
Technically we can use /31 as well for point to point link as the point to point link are serial links which does not nee network address (as only one device is connected at the other end and it knows where to forward) and serial are typically NBMA so broadcast address is not applicable.
Hope this helps
-Vijay
01-30-2012 06:47 AM
In general I would advise designing the network so that networks/subnets within an area are in a common range (WAN and LAN together). This would be particularly important with OSPF where summarization can only be done on Area Border Routers. But it would also be helpful in protocols such as EIGRP since it would make it easier to summarize routes between areas.
While it might seem desirable from a management perspective to put WAN into one range and LAN into a different range so that you could identify the function of the network more easily, I believe that the advantage of being able to summarize routes should also be considered (and that the ability to summarize becomes more important as the network gets larger).
HTH
Rick
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