diff --git a/data/grid5000/network_equipments/renater-toulouse.json b/data/grid5000/network_equipments/renater-toulouse.json
new file mode 100644
index 0000000000000000000000000000000000000000..802d45affc4e222f11d0d1220d5c28620f32c641
--- /dev/null
+++ b/data/grid5000/network_equipments/renater-toulouse.json
@@ -0,0 +1,20 @@
+{
+  "kind": "virtual",
+  "linecards": [
+    {
+      "ports": [
+        {
+          "uid": "renater-lyon"
+        },
+        {
+          "kind": "router",
+          "site_uid": "toulouse",
+          "uid": "gw-toulouse"
+        }
+      ],
+      "rate": 10000000000
+    }
+  ],
+  "type": "network_equipment",
+  "uid": "renater-toulouse"
+}
\ No newline at end of file
diff --git a/input/grid5000/network_equipments/renater.yaml b/input/grid5000/network_equipments/renater.yaml
index 0c2a148805ab0bc2f16075a93e74908710c6320f..6061b847669ab95b315d7151b259e7ca956674c6 100644
--- a/input/grid5000/network_equipments/renater.yaml
+++ b/input/grid5000/network_equipments/renater.yaml
@@ -117,3 +117,15 @@ renater-sophia:
           kind: router
           site_uid: sophia
           uid: gw-sophia
+renater-toulouse:
+  kind: virtual
+  linecards:
+    0:
+      rate: 10000000000
+      ports:
+        0:
+          uid: renater-lyon
+        1:
+          kind: router
+          site_uid: toulouse
+          uid: gw-toulouse