diff --git a/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json b/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json
index 1015fa59c35fc0ae6b3f30217f0274d703ceb7e1..1d43ac624721c8c58508512ef66a94b087ae098f 100644
--- a/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json
+++ b/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json
@@ -66,6 +66,9 @@
           "uid": "montcalm-9"
         },
         {
+          "kind": "server",
+          "snmp_name": "tengigabitethernet1/1/10",
+          "uid": "montcalm-10"
         },
         {
         },
diff --git a/data/grid5000/sites/toulouse/servers/montcalm-10.json b/data/grid5000/sites/toulouse/servers/montcalm-10.json
new file mode 100644
index 0000000000000000000000000000000000000000..315e38016ffebfca69969e5d649f22fae5e0ff73
--- /dev/null
+++ b/data/grid5000/sites/toulouse/servers/montcalm-10.json
@@ -0,0 +1,18 @@
+{
+  "alias": [
+    "montcalm-x"
+  ],
+  "kind": "physical",
+  "network_adapters": {
+    "bmc": {
+      "ip": "172.17.120.10",
+      "mac": "5c:ed:8c:3b:14:92"
+    },
+    "default": {
+      "ip": "172.16.120.10",
+      "mac": "84:16:0c:4b:3d:c4"
+    }
+  },
+  "type": "server",
+  "uid": "montcalm-10"
+}
\ No newline at end of file
diff --git a/input/grid5000/sites/toulouse/networks/gw-toulouse.yaml b/input/grid5000/sites/toulouse/networks/gw-toulouse.yaml
index 60aec13db83f15def4d2504b61c8846d5f7c709a..e62e921680860f779ad8dae1e158335a40008078 100644
--- a/input/grid5000/sites/toulouse/networks/gw-toulouse.yaml
+++ b/input/grid5000/sites/toulouse/networks/gw-toulouse.yaml
@@ -74,6 +74,9 @@ gw-toulouse:
         7: montcalm-7
         8: montcalm-8
         9: montcalm-9
+        10:
+          uid: montcalm-10
+          kind: server
         15:
           uid: oobm
           kind: server
diff --git a/input/grid5000/sites/toulouse/servers/physical.yaml b/input/grid5000/sites/toulouse/servers/physical.yaml
index df9b54cba40baefd909829e17e973ef4e6693ed7..4425e76c466216b546d9fc054ddf95df74d55cf8 100644
--- a/input/grid5000/sites/toulouse/servers/physical.yaml
+++ b/input/grid5000/sites/toulouse/servers/physical.yaml
@@ -47,3 +47,13 @@ oobm:
     default:
       ip: 172.17.121.1
       mac: 00:30:64:37:c8:c8
+montcalm-10:
+  kind: physical
+  alias: [montcalm-x]
+  network_adapters:
+    default:
+      ip: 172.16.120.10
+      mac: 84:16:0c:4b:3d:c4
+    bmc:
+      ip: 172.17.120.10
+      mac: 5c:ed:8c:3b:14:92