oneboxinthecloud-homepage
one box in the cloud..always !!

Distributed Telco Cloud Architecture – Part 4 – Network Interfaces


The deployment topology for 5G core and RAN architecture commonly used by Communication Service Providers (CSPs) can be realized by building the data center and network infrastructure based on hierarchical layers.

In this write up I’ll give a brief commentary about network interfaces required for proper communication.

As we have seen in earlier blog that the components are placed at different sites as per the design. The CU & DU components are also deployed & configured. The connectivity between RU, DU, CU & Core components happen on specific network interfaces. The network that connects RUs to DU’s is Fronthaul network. Midhaul refers to link between DU & CU, and Backhaul represents link between CU & the Core network.

Lets have a look at sample topology diagram

The different interfaces on which the workloads communicate can be seen. Lets have a look at them in the tabular format.

ObjectInterfaceInterface TypeConnectivity purposeNetwork Type
RUFH-CTo DU’s FH-C (Control plane)Fronthaul
FH-UTo DU’s FH-U (User plane)Fronthaul
FH-STo DU’s FH-S (Synchronization plane)Fronthaul
FH-MTo DU’s FH-M (Management plane)Fronthaul
DUFH-CSRIOVTo RU’s FH-C (Control plane)Fronthaul
FH-USRIOVTo RU’s FH-U (User plane)Fronthaul
FH-SSRIOV PassthroughTo GM/RU’s FH-S (Synchronization plane)Fronthaul
FH-MIPVLANTo RU’s FH-M (Management plane)Fronthaul
F1-C Or MH-CIPVLAN/MACVLANTo CU-CP’s (Control Plane) F1-C Or MH-CMidhaul
F1-U Or MH-USRIOVTo CU-UP’s (User Plane) F1-U Or MH-UMidhaul
CU-CPF1-C Or MH-CIPVLAN/MACVLANTo DU’s F1-C (Control Plane)Midhaul
E1IPVLAN/MACVLANTo CU-UP’s E1 Internal between CU-CP & CU-UP
N2To AMFBackhaul
CU-UPF1-U Or MH-USRIOVTo DU’s F1-U (User Plane)Midhaul
E1IPVLAN/MACVLANTo CU-CP’s E1 (Internal between CU-CP & CU-UP)Internal between CU-CP & CU-UP
N3To UPFBackhaul

Configuration of each interface will need a separate writeup. However in brief interfaces are created by making necessary changes at platform level (e.g. this blog Enable SRIOV in BIOS and vmnic ) and then creating it via CNF CSAR during deployment. TCA’s Late binding feature will then create these interfaces.

Hope this writeup gives you some idea about network interfaces for CNF’s.