# Configuration Management Tools and Version Control Systems

**URL:** https://forum.networklessons.com/t/configuration-management-tools-and-version-control-systems/7279
**Category:** Lessons Discussion
**Created:** [May 29, 2019, 11:32am UTC](https://forum.networklessons.com/t/configuration-management-tools-and-version-control-systems/7279 "2019-05-29T11:32:38Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![lagapidis](https://cdn-forum.networklessons.com/user_avatar/forum.networklessons.com/lagapidis/32/4949_2.png) [@lagapidis](https://forum.networklessons.com/u/lagapidis)
#### Post date: [May 30, 2019, 6:24am UTC](https://forum.networklessons.com/t/configuration-management-tools-and-version-control-systems/7279/3 "2019-05-30T06:24:42Z")

</div>

Hello Ravi

> [@razoleravi](#):
>
> 1)How we will design a network if there are 1000 servers there in the network ?what needs to be considered ?

When you are planning to design a network that is that large, then we are talking about large scale datacenter network design. Things that will affect your configuration include:

1. what kind of bandwidths are required by each server?
2. are they physical servers or virtual servers?
3. what is the physical topology of your network (racks, power, internet connection, all of which depend on numbers 1 and 2)
4. a top of rack architecture should be employed for such a large network.
5. network design automation such as [Cisco DNA](https://www.cisco.com/c/en/us/solutions/enterprise-networks/index.html) should also be considered

These resources will help you out to further understand such large scale design needs.

- [Datacenter Infrastructure Design Guide](https://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Data_Center/DC_Infra2_5/DCI_SRND_2_5a_book/DCInfra_2a.html#wp1086972)
- [Top of Rack architecture](https://ciscodatacenter.files.wordpress.com/2009/07/data-center-top-of-rack-architecture-design.pdf)

> [@razoleravi](#):
>
> 2)what is CLOS network ? What is over subscription ratio ?

A Clos network is a theoretical ideal network for circuit switching. Back in the days of switched networks, such as the traditional telephony network, they used what is known as a crossbar switch. This is a collection of switches that are arranged in a matrix formation that has multiple input and output lines that form a crossed pattern. Any of the inputs could be connected to any of the outputs by closing a switch located at the appropriate intersection. Here is an example of such a device from the 1950s with 100 cross points:

 ![image](https://cdn-forum.networklessons.com/uploads/default/original/2X/2/2e7e45f14c001ce342552578b4cc5deae78ba3b7.jpeg)  
A Clos network allowed for the maximum capacity of a switched network with a minimum number of crosspoints by adding intermediate crosspoints in stages. If you want to read more about it, do a search using your favorite search engine. Now a Clos network is still relevant today, but from a different perspective: Bandwidth consolidation. This allows for bandwidth from multiple sources to be consolidated (from the access layer of a network towards the core layer) into as few paths as possible, reducing costs and increasing efficiency. Over-subscription in this context refers to a point of bandwidth consolidation where the ingress bandwidth is greater than the egress bandwidth. Traffic statistics have shown that in a multi-tiered network design, the total size of the uplink does not need to be the sum of the total amount of the downstream links. This oversubscription ratio for access downlink to access uplink is typically at 20:1 where distribution layer downlink to uplink ratios are somewhere around 4:1.

> [@razoleravi](#):
>
> 3)why can’t we use iBGP in LAN ?

Actually, you can, but it’s not recommended. Take a look at this post:

> [@Is it possible to create BGP on LAN](https://forum.networklessons.com/t/is-it-possible-to-create-bgp-on-lan/1804/2):
>
> Hello Akshay It is possible to implement BGP on a LAN. However, it is not at all desirable. There are many reasons why, but probably the most important one is convergence time. Internal Gateway Routing Protocols (IGRPs) such as EIGRP, OSPF and RIP are designed for comparatively fast convergence. This means that if a router goes down within your network, typically routing will be restored (assuming an alternative route exists) within dozens of seconds. BGP typically has a network rerouting …

> [@razoleravi](#):
>
> 4)Explain failure mode of ECMP ?

ECMP is equal cost multipath routing. This just means that if there is an equal cost to a specific destination, both paths are available to packets, either as load balancing options or as alternatives in the case of failure of one of the paths. More information about ECMP (at least for OSPF) can be found in this lesson:

> **[OSPF Loop-Free Alternate (LFA) Fast Reroute (FRR)](https://networklessons.com/ospf/ospf-loop-free-alternate-lfa-fast-reroute-frr)**
>
> OSPF LFA FRR (Loop Free Alternate Fast Reroute) allows OSPF to install a backup path next hop in the forwarding table for quick (\<50 ms) failover.

I hope this has been helpful!

Laz

---

_[View the full topic](https://forum.networklessons.com/t/configuration-management-tools-and-version-control-systems/7279)._
