Hung-Wei Chiu | 77c969e | 2020-10-23 18:13:07 +0000 | [diff] [blame] | 1 | .. |
| 2 | SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 3 | SPDX-License-Identifier: Apache-2.0 |
| 4 | |
Hung-Wei Chiu | 77c969e | 2020-10-23 18:13:07 +0000 | [diff] [blame] | 5 | Overview |
| 6 | ======== |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 7 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 8 | There are many ways to deploy Aether, depending on the requirements of the edge |
| 9 | site. The Reliability, Availability, and Serviceability (RAS) of each set of |
| 10 | equipment will differ depending on the characteristics of each edge. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 11 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 12 | This document provides several hardware deployment options and explains the |
| 13 | differences between them. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 14 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 15 | Deployment Options |
| 16 | ------------------ |
| 17 | |
| 18 | Development Environments |
| 19 | """""""""""""""""""""""" |
| 20 | |
| 21 | For users looking for a development or fully software-simulated environment, |
| 22 | there is ``Aether-in-a-Box (AiaB)`` - instructions for running this can be |
Andy Bavier | f73c3d2 | 2021-08-30 10:29:06 -0700 | [diff] [blame] | 23 | found in the :doc:`Setting Up Aether-in-a-Box </developer/aiab>`. AiaB |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 24 | is only suitable for testing and developing software, and can't connect to |
| 25 | physical hardware, but is a good choice for learning about the different |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 26 | software components within Aether. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 27 | |
| 28 | Production Environments |
| 29 | """"""""""""""""""""""" |
| 30 | |
| 31 | Deploying Aether on hardware is required for both production deployments and |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 32 | hardware testing. Before deploying Aether, a detailed plan including the |
| 33 | network topology, hardware, and all cabling needs to be created. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 34 | |
| 35 | For redundancy of workloads running in Kubernetes, at least 3 compute nodes |
| 36 | must be available. A single or pair of compute nodes can be used, but software |
| 37 | would need to be configured without High Availability (HA) enabled. |
Zack Williams | e8c3b2c | 2021-02-01 12:47:28 -0700 | [diff] [blame] | 38 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 39 | The topologies below are *simplified physical topologies* to show the equipment |
| 40 | needed and the minimal connectivity between devices. Within these topologies, |
| 41 | multiple VLANs, routing, and other network-level configuration is required to |
| 42 | make a functional Aether edge. |
| 43 | |
| 44 | There are also possible RAS improvements that can be done at a topology level - |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 45 | for example, fabric switch connections can be made with two cables, and |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 46 | configured to tolerate the failure or replacement of one cable or NIC port, |
| 47 | which is recommended especially for inter-switch links. |
| 48 | |
| 49 | Edge Connectivity |
| 50 | ----------------- |
| 51 | |
| 52 | Aether's is a managed service, and Aether Edges require a constant connection |
| 53 | via VPN to the 4G and 5G core in Aether Central for managing subscriber |
| 54 | information. |
| 55 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 56 | The edge site must provide internet access to the Aether edge, specifically the |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 57 | Management Router. The traffic required is: |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 58 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 59 | * VPN connection (ESP protocol, Ports UDP/500 and UDP/4500) to Aether Central |
| 60 | |
| 61 | * SSH (TCP/22). used for installation, troubleshooting, and updating the site. |
| 62 | |
| 63 | * General outgoing internet access used for installation of software and other |
| 64 | components from ONF and public (Ubuntu) software repositories. |
| 65 | |
| 66 | The open ports can be restricted to specific internet addresses which are used |
| 67 | for Aether. |
| 68 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 69 | The Management Router needs to have an IP address assigned to it, which can be |
| 70 | either: |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 71 | |
| 72 | * A public static IP address |
| 73 | |
| 74 | * Behind NAT with port forwarding with the ports listed above forwarded to the |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 75 | Management Router |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 76 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 77 | In either case, the Management Router's IP address should be assigned using |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 78 | a reserved DHCP if possible, which eases the installation process. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 79 | |
| 80 | BESS-based Network Topology |
| 81 | --------------------------- |
| 82 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 83 | The :doc:`Software-only BESS UPF </edge_deployment/bess_upf_deployment>`, is |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 84 | supported for production as of the Aether 1.5 and later releases. This UPF can |
| 85 | be used for deployments that do not have P4 switching hardware. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 86 | |
| 87 | .. image:: images/edge_mgmt_only.svg |
| 88 | :alt: BESS network topology |
| 89 | |
| 90 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 91 | `BESS <https://github.com/NetSys/bess>`_ runs on an x86 compute server, and is |
| 92 | deployed using Kubernetes. In production it requires an SR-IOV capable network |
| 93 | card, and specific K8s CNIs to be used. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 94 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 95 | The Management Router and Switch must be configured with multiple VLANs and |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 96 | subnets with routing required for the BESS UPF. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 97 | |
| 98 | P4-based Network Topology |
| 99 | ------------------------- |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 100 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 101 | The P4-based SD-Fabric UPF is an advanced feature and has graduated to |
| 102 | production use in the Aether 2.0 release. It requires one or more |
| 103 | P4-capable switches using the Tofino chipset. |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 104 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 105 | Single or multi-switch topologies can be used as described in the |
| 106 | :ref:`SD-Fabric Specifications for Topology <sdfabric:specification:topology>`. |
| 107 | The following topologies are actively being tested as a part of Aether: |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 108 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 109 | If only a single P4 switch is used, the **Single Switch** topology can be used, but provides no network |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 110 | redundancy: |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 111 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 112 | .. image:: images/edge_single.svg |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 113 | :alt: Single Switch Topology |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 114 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 115 | If another switch is added, the **Paired Leaves** (aka "Single Leaf Pair") |
| 116 | topology can be used, which can tolerate the loss of a leaf switch and still |
| 117 | retain connections for all dual-homed devices. Single homed devices on the |
| 118 | failed leaf would lose their connections (the single-homed server is shown for |
| 119 | reference, and not required). If HA is needed for single-homed devices, one |
| 120 | option would be to deploying multiple of those devices in a way that provides |
| 121 | that redundancy - for example, multiple eNBs where some are connected to each |
| 122 | leaf and have overlapping radio coverage: |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 123 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 124 | .. image:: images/edge_paired_leaves.svg |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 125 | :alt: Paired Leaves Topology |
Zack Williams | e8c3b2c | 2021-02-01 12:47:28 -0700 | [diff] [blame] | 126 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 127 | All SD-Fabric P4-based topologies can support running both the BESS UPF and P4 |
| 128 | UPF on the same hardware at the same time within an edge deployment. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 129 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 130 | Connectivity Alternatives |
| 131 | ------------------------- |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 132 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 133 | The diagrams above show logical topologies, but depending on the site strategy, |
| 134 | alternative topologies may be desirable. The below diagrams use the "Single |
| 135 | Switch" topology, but could be applied to any of the Aether equipment |
| 136 | topologies given above. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 137 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 138 | One example would be to place the rackmount equipment in a datacenter |
| 139 | environment away from the radio hardware and use existing networking equipment |
| 140 | to route from the radios back to the Aether edge hardware. Also shown in this |
| 141 | example is using a PoE switch to power the radios. |
| 142 | |
| 143 | .. image:: images/edge_routed_radios.svg |
| 144 | :alt: Edge with routed radios |
| 145 | |
| 146 | Another example would be to use the management switch as the main network |
| 147 | connection point, and possibly use it to PoE power the radios as well: |
| 148 | |
| 149 | .. image:: images/edge_mgmtswitch_primary.svg |
| 150 | :alt: Edge with mgmtswitch as primary connection point |
| 151 | |
| 152 | Note that these topologies may require additional configuration in the |
| 153 | switching and routing equipment, including the equipment outside of the Aether |
| 154 | edge. |
Zack Williams | e8c3b2c | 2021-02-01 12:47:28 -0700 | [diff] [blame] | 155 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 156 | Hardware Descriptions |
| 157 | --------------------- |
Zack Williams | e8c3b2c | 2021-02-01 12:47:28 -0700 | [diff] [blame] | 158 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 159 | Fabric Switch |
| 160 | """"""""""""" |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 161 | |
| 162 | See the :ref:`SD-Fabric Switch Hardware Selection Documentation |
| 163 | <sdfabric:deployment:switch hardware selection>`. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 164 | |
| 165 | Compute Server |
| 166 | """""""""""""" |
| 167 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 168 | The Compute Servers run Kubernetes, Aether connectivity apps, and edge |
| 169 | applications. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 170 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 171 | Minimum hardware specifications: |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 172 | |
| 173 | * AMD64 (aka x86-64) architecture |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 174 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 175 | * 8 CPU Cores (minimum), 16+ recommended |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 176 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 177 | * 32GB of RAM (minimum), 128GB+ recommended |
| 178 | |
| 179 | * 250 GB of storage (SSD preferred), 1TB+ recommended |
| 180 | |
| 181 | * 2x 40GbE or 100GbE Ethernet network card to P4 switches, with DPDK support |
| 182 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 183 | * 1x 1GbE management network port, with PXE boot support. 2x required for BESS |
| 184 | UPF. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 185 | |
| 186 | Optional but highly recommended: |
| 187 | |
| 188 | * Lights out management support, with either a shared or separate NIC and |
| 189 | support for HTML5 console access. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 190 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 191 | Management Router |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 192 | """"""""""""""""" |
| 193 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 194 | One Management Router is required - this is a standard server which must have |
| 195 | at least two 1GbE network ports, and performs network tasks such as running a |
| 196 | VPN connection to Aether Central, performing NAT for the management network, |
| 197 | as well as running a variety of network services to bootstrap and support the |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 198 | edge. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 199 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 200 | Minimum hardware specifications: |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 201 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 202 | * AMD64 (aka x86-64) architecture |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 203 | |
| 204 | * 4 CPU cores, or more |
| 205 | |
| 206 | * 8GB of RAM, or more |
| 207 | |
| 208 | * 120GB of storage (SSD preferred), or more |
| 209 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 210 | * 2x 1GbE Network interfaces (one for WAN, one to the management switch) with |
| 211 | PXE boot support. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 212 | |
| 213 | Optional: |
| 214 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 215 | * 10GbE or 40GbE network card with DPDK support to connect to fabric switch |
| 216 | |
| 217 | * Lights out management support, with either a shared or separate NIC and |
| 218 | support for HTML5 console access. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 219 | |
| 220 | Management Switch |
| 221 | """"""""""""""""" |
| 222 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 223 | A managed L2/L3 management switch is required to provide connectivity within |
| 224 | the cluster for bootstrapping equipment. It is configured with multiple VLANs |
| 225 | to separate the management plane, fabric, and the out-of-band and lights out |
| 226 | management connections on the equipment. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 227 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 228 | Minimum requirements: |
| 229 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 230 | * 8x 1GbE Copper Ethernet ports (adjust to provide a sufficient number for |
| 231 | every copper 1GbE port in the system) |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 232 | |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 233 | * 2x 10GbE SFP+ or 40GbE QSFP interfaces (only required if management router |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 234 | does not have a network card with these ports) |
| 235 | |
| 236 | * Managed via SSH or web interface |
| 237 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 238 | * LLDP protocol support, for debugging cabling issues |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 239 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 240 | * Capable supporting VLANs on each port, with both tagged and untagged traffic |
| 241 | sharing a port. |
| 242 | |
| 243 | Optional: |
| 244 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 245 | * PoE+ support, which can power eNB and monitoring hardware, if using |
| 246 | Management switch to host these devices. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 247 | |
| 248 | eNB Radio |
| 249 | """"""""" |
| 250 | |
| 251 | The LTE eNB used in most deployments is the `Sercomm P27-SCE4255W Indoor CBRS |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 252 | Small Cell |
| 253 | <https://www.sercomm.com/contpage.aspx?langid=1&type=prod3&L1id=2&L2id=1&L3id=107&Prodid=751>`_. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 254 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 255 | While this unit ships with a separate power brick, it also supports PoE+ power |
| 256 | on the WAN port, which provides deployment location flexibility. Either a PoE+ |
| 257 | capable switch or PoE+ power injector should be purchased. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 258 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 259 | If connecting directly to the fabric switch through a QSFP to 4x SFP+ split |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 260 | cable, a 10GbE SFP+ to 1GbE Copper media converter should be purchased. The `FS |
| 261 | UMC-1S1T <https://www.fs.com/products/101476.html>`_ has been used for this |
| 262 | purpose successfully. |
| 263 | |
| 264 | Alternatively, the Fabric's 10GbE SFP+ could be connected to another switch |
| 265 | (possibly the Management Switch) which would adapt the speed difference, and |
| 266 | provide PoE+ power, and power control for remote manageability. |
| 267 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 268 | Testing Hardware |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 269 | ---------------- |
| 270 | |
| 271 | The following hardware is used to test the network and determine uptime of |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 272 | edges. It is currently required, to properly validate that an edge site is |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 273 | functioning properly. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 274 | |
Hyunsun Moon | 2b62676 | 2021-03-26 16:21:14 -0700 | [diff] [blame] | 275 | Monitoring Raspberry Pi and CBRS dongle |
| 276 | """"""""""""""""""""""""""""""""""""""" |
| 277 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 278 | One pair of Raspberry Pi and CBRS band supported LTE dongle is required to |
| 279 | monitor the connectivity service at the edge. |
Hyunsun Moon | 2b62676 | 2021-03-26 16:21:14 -0700 | [diff] [blame] | 280 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 281 | The Raspberry Pi model used in Aether is a `Raspberry Pi 4 Model B/2GB |
Hyunsun Moon | 2b62676 | 2021-03-26 16:21:14 -0700 | [diff] [blame] | 282 | <https://www.pishop.us/product/raspberry-pi-4-model-b-2gb/>`_ |
| 283 | |
| 284 | Which is configured with: |
| 285 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 286 | * Raspberry Pi case (HiPi is recommended for PoE Hat) |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 287 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 288 | * A power source, either one of: |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 289 | |
| 290 | * PoE Hat used with a PoE switch (recommended, allows remote power control) |
| 291 | |
| 292 | * USB-C Power Supply |
| 293 | |
Hyunsun Moon | 2b62676 | 2021-03-26 16:21:14 -0700 | [diff] [blame] | 294 | * MicroSD Card with Raspbian - 16GB |
| 295 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 296 | One LTE dongle model supported in Aether is the `Sercomm Adventure Wingle |
Hyunsun Moon | 2b62676 | 2021-03-26 16:21:14 -0700 | [diff] [blame] | 297 | <https://www.sercomm.com/contpage.aspx?langid=1&type=prod3&L1id=2&L2id=2&L3id=110&Prodid=767>`_. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 298 | |
| 299 | |
| 300 | Example BoMs |
| 301 | ------------ |
| 302 | |
| 303 | To help provision a site, a few example Bill of Materials (BoM) are given |
| 304 | below, which reference the hardware descriptions given above. |
| 305 | |
| 306 | Some quantities are dependent on other quantities - for example, the number of |
| 307 | DAC cables frequently depends on the number of servers in use. |
| 308 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 309 | These BoMs do not include UE devices. It's recommended that the testing |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 310 | hardware given above be added to every BoM for monitoring purposes. |
| 311 | |
| 312 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 313 | BESS UPF Testing BoM |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 314 | """""""""""""""""""" |
| 315 | |
| 316 | The following is the minimum BoM required to run Aether with the BESS UPF. |
| 317 | |
| 318 | ============ ===================== =============================================== |
| 319 | Quantity Type Purpose |
| 320 | ============ ===================== =============================================== |
| 321 | 1 Management Switch Must be Layer 2/3 capable for BESS VLANs |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 322 | 1 Management Router |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 323 | 1-3 Compute Servers Recommended at least 3 for Kubernetes HA |
| 324 | 1 (or more) eNB |
| 325 | 1x #eNB PoE+ Injector Required unless using a PoE+ Switch |
| 326 | Sufficient Cat6 Network Cabling Between all equipment |
| 327 | ============ ===================== =============================================== |
| 328 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 329 | P4 UPF Testing BoM |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 330 | """""""""""""""""" |
| 331 | |
| 332 | ============ ===================== =============================================== |
| 333 | Quantity Type Description/Use |
| 334 | ============ ===================== =============================================== |
| 335 | 1 P4 Fabric Switch |
| 336 | 1 Management Switch Must be Layer 2/3 capable |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 337 | 1 Management Router At least 1x 40GbE QSFP ports recommended |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 338 | 1-3 Compute Servers Recommended at least 3 for Kubernetes HA |
| 339 | 2x #Server 40GbE QSFP DAC cable Between Compute, Management, and Fabric Switch |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 340 | 1 QSFP to 4x SFP+ DAC Split cable between Fabric and eNB |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 341 | 1 (or more) eNB |
| 342 | 1x #eNB 10GbE to 1GbE Media Required unless using switch to convert from |
| 343 | converter fabric to eNB |
| 344 | 1x #eNB PoE+ Injector Required unless using a PoE+ Switch |
| 345 | Sufficient Cat6 Network Cabling Between all equipment |
| 346 | ============ ===================== =============================================== |
| 347 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 348 | P4 UPF Paired Leaves BoM |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 349 | """""""""""""""""""""""" |
| 350 | |
| 351 | ============ ===================== =============================================== |
| 352 | Quantity Type Description/Use |
| 353 | ============ ===================== =============================================== |
| 354 | 2 P4 Fabric Switch |
| 355 | 1 Management Switch Must be Layer 2/3 capable |
Zack Williams | b7d4515 | 2022-03-11 09:37:34 -0700 | [diff] [blame] | 356 | 1 Management Router 2x 40GbE QSFP ports recommended |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 357 | 3 Compute Servers |
| 358 | 2 100GbE QSFP DAC cable Between Fabric switches |
| 359 | 2x #Server 40GbE QSFP DAC cable Between Compute, Management, and Fabric Switch |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 360 | 1 (or more) QSFP to 4x SFP+ DAC Split cable between Fabric and eNB |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 361 | 1 (or more) eNB |
| 362 | 1x #eNB 10GbE to 1GbE Media Required unless using switch to convert from |
| 363 | converter fabric to eNB |
| 364 | 1x #eNB PoE+ Injector Required unless using a PoE+ Switch |
| 365 | Sufficient Cat6 Network Cabling Between all equipment |
| 366 | ============ ===================== =============================================== |