1. RFC 7938: Use of BGP for Routing in Large-Scale Data Centers.
Section 3, "Why BGP?": This section details the advantages of using BGP in the data center, listing scalability, faster reconvergence (in specific DC designs), support for multiple address families (IPv4, IPv6, L2VPN, L3VPN), and its mature, widely implemented nature. It makes no mention of automatic discovery, as this is not a BGP feature. The configuration of BGP peers is always explicit.
2. Nokia Data Center Fabric Solution Guide.
Section "Underlay and Overlay Routing Protocols": This section typically explains the choice of eBGP for the fabric. It highlights BGP's scalability to handle a large number of leaf and spine nodes, its robust policy control, and its multi-protocol capabilities for services like EVPN. The configuration examples provided in such guides always demonstrate the manual configuration of BGP neighbors, reinforcing that auto-discovery is not a feature.
3. Kurose, J. F., & Ross, K. W. (2021). Computer Networking: A Top-Down Approach (8th ed.). Pearson.
Chapter 5.3, "BGP - The Internet's Inter-AS Routing Protocol": University-level textbooks on networking describe the fundamental operation of BGP. They explicitly state that BGP sessions are established over TCP between manually configured peers. This contrasts with their description of OSPF/IS-IS, where neighbor discovery via Hello packets is a key feature.