Launching an Experiment
This section explains how to create and launch an experiment in Plaza6G, from configuration to deployment and initial monitoring.
1 Overview
Plaza6G enables users to launch experiments combining virtual, containerized, and real infrastructure components. Through the Setup Experiment page, users define resources, select templates, and initiate deployments.
Each experiment includes:
- Infrastructure configuration: VMs, Containers, Kubernetes clusters, or Bare Metal.
- Network & software setup: templates and automation scripts.
- Monitoring tools: integrated Grafana dashboards.
Typical deployment times:
- ~2 minutes — single VM
- ~5 minutes — Kubernetes cluster
- ~5–10 minutes — full 5G network setup
2 Creating a New Experiment
- Log in to your Plaza6G account.
- Click Setup Experiment from the top menu.
- Select Initialize New Experiment.
- Enter a unique experiment name.
The configuration interface contains these tabs:
- Infrastructure
- Network
- Software
- Hardware
- Experimental Script
- Templates
3 Infrastructure Configuration
The Infrastructure tab defines your computing resources. Available options:
| Type | Description | Status |
|---|---|---|
| Virtual Machines (VMs) | Used for most experiments. | ✅ Available |
| Kubernetes Clusters | For containerized and distributed workloads. | ✅ Available |
| Bare Metal | High-performance physical servers. | ✅ Available |
| Standalone Containers | Lightweight execution environments. | 🧩 Roadmap |
| Network Hardware Integration | Direct physical switch and radio access. | 🧩 Roadmap |
Each node includes monitoring for CPU, memory, disk, and traffic metrics.
4 Template Selection
Templates define preset configurations for common experiment types:
| Template | Description | Environment |
|---|---|---|
| Simulated 5G | Virtual Open5GS + UERANSIM. | Virtualized |
| In-Lab 5G | Real gNB and UE in CTTC lab. | Hybrid |
| Outdoor 5G | Field deployment. | Roadmap |
For first-time users, Simulated 5G is recommended.
5 Example: Launching a Simulated 5G Experiment
This example demonstrates deployment using Open5GS, UERANSIM, and a DNN traffic node.
Step 1 — Select Template
- Open Setup Experiment → Templates.
- Choose Simulated 5G.
- Select Open5GS as the core.
- Enable the DNN VM option.
- Click Next.
Step 2 — Configure Resources
Plaza6G provisions the following VMs on br-sim:
| VM Name | Role | Description |
|---|---|---|
| open5gs-core | 5G Core | AMF, SMF, UPF and core functions. |
| ueransim-gnb | gNB | Simulated base station. |
| ueransim-ue | UE | Simulated device. |
| open5gs-dnn | DNN | Runs iperf3 and user-data services. |
Step 3 — Review and Launch
- Review configuration summary.
- Click Start Experiment.
- Monitor deployment progress in the Status screen.
Step 4 — Testing Connectivity
From ueransim-ue run:
iperf3 -c <DNN_IP> -B <UE_5G_INTERFACE_IP>
Ensure the server is running on open5gs-dnn:
iperf3 -s
Example result:
[ 5] 0.00-10.00 sec 950 MBytes 798 Mbits/sec sender
[ 5] 0.00-10.00 sec 945 MBytes 794 Mbits/sec receiver
Step 5 — Monitoring and Logs
Use My Experiments and Grafana dashboards to monitor VM status, CPU, memory, traffic, and logs.
6 Experiment Lifecycle
- Initialization
- Deployment
- Execution
- Monitoring
- Completion
7 Roadmap Features
- Physical network integration
- Advanced 6G templates
- Custom monitoring metrics
- REST API automation
Summary for Users
- Use Setup Experiment to create new deployments.
- Select a template (Simulated 5G, In-Lab 5G, Outdoor 5G).
- Typical deployment takes 2–10 minutes.
- Grafana dashboards provide real-time insights.
- Connectivity tests run using
iperf3.
Example Q&A
Q: How do I launch my first experiment?
A: Log in, open Setup Experiment, click Initialize New Experiment, select a template, and click Start Experiment.
Q: What templates are available?
A: Simulated 5G and In-Lab 5G are available; Outdoor 5G is under development.
Q: How long does deployment take?
A: 2 minutes for a VM, 5 minutes for a cluster, and 5–10 minutes for full 5G deployment.
Q: What metrics are collected by default?
A: CPU, memory, disk, and traffic metrics are automatically monitored.
Q: How can I test UE-to-network connectivity?
A: Run iperf3 -s on the DNN VM and initiate traffic from the UE using iperf3 -c.
Q: Where can I view experiment results?
A: All monitoring data and logs appear in Grafana and under My Experiments.