diff --git a/data/grid5000/sites/lille/servers/echrv.json b/data/grid5000/sites/lille/servers/echrv.json
new file mode 100644
index 0000000000000000000000000000000000000000..74f5c1acc7e6042f4d5fa51d5459358cba4b8e0a
--- /dev/null
+++ b/data/grid5000/sites/lille/servers/echrv.json
@@ -0,0 +1,17 @@
+{
+  "kind": "physical",
+  "network_adapters": {
+    "bmc": {
+      "ip": "172.17.47.16",
+      "mac": "2c:ea:7f:f6:ab:b0"
+    },
+    "default": {
+      "ip": "172.16.47.16",
+      "mac": "0c:42:a1:e2:18:70"
+    }
+  },
+  "serial": "1CMLS73",
+  "type": "server",
+  "uid": "echrv",
+  "warranty": "2027-11-11"
+}
\ No newline at end of file
diff --git a/input/grid5000/sites/lille/servers/physical.yaml b/input/grid5000/sites/lille/servers/physical.yaml
index 341549b3242e556bdb63869ae4e29204a4ed56f3..5fccfb75e985afc3065ff2788d854d301cdcea0b 100644
--- a/input/grid5000/sites/lille/servers/physical.yaml
+++ b/input/grid5000/sites/lille/servers/physical.yaml
@@ -361,3 +361,15 @@ granche-srv2:
     name: storage2
     size: 90000000000000
     rate: 50000000000
+
+echrv:
+  kind: physical
+  warranty: 2027-11-11
+  serial: 1CMLS73
+  network_adapters:
+    default:
+      ip: 172.16.47.16
+      mac: 0c:42:a1:e2:18:70
+    bmc:
+      ip: 172.17.47.16
+      mac: 2c:ea:7f:f6:ab:b0