diff --git a/data/grid5000/sites/nancy/network_equipments/sgrelon1.json b/data/grid5000/sites/nancy/network_equipments/sgrelon1.json
new file mode 100644
index 0000000000000000000000000000000000000000..180df40e9168ddf4ac2338e4b030ca5adb721317
--- /dev/null
+++ b/data/grid5000/sites/nancy/network_equipments/sgrelon1.json
@@ -0,0 +1,84 @@
+{
+  "backplane_bps": 173000000000,
+  "channels": {
+    "lacp1": [
+      {
+        "linecard": 1,
+        "port": 4
+      }
+    ],
+    "naming_pattern": "Po%CHANNELID%"
+  },
+  "kind": "switch",
+  "linecards": [
+    {
+      "kind": "other",
+      "model": "J8693A",
+      "naming_pattern": "interface%%PORT%",
+      "ports": [
+        {
+
+        },
+        {
+          "port": "eth0",
+          "uid": "storage5k"
+        },
+        {
+          "port": "eth1",
+          "uid": "storage5k"
+        },
+        {
+          "port": "eth2",
+          "uid": "storage5k"
+        },
+        {
+          "port": "eth3",
+          "uid": "storage5k"
+        },
+        {
+          "port": "asm",
+          "uid": "storage5k"
+        },
+        {
+          "port": "bmc",
+          "uid": "storage5k"
+        }
+      ],
+      "rate": 1000000000
+    },
+    {
+      "kind": "router",
+      "naming_pattern": "%LINECARD:A%%PORT%",
+      "ports": [
+        {
+
+        },
+        {
+          "uid": "gw-nancy"
+        }
+      ],
+      "rate": 10000000000
+    }
+  ],
+  "model": "HP Procurve 3500yl-48G J8693A",
+  "mtu": null,
+  "routes": {
+
+  },
+  "site": "nancy",
+  "snmp_community": "public",
+  "type": "network_equipment",
+  "uid": "sgrelon1",
+  "vlans": {
+    "naming_pattern": "Vlan-interface%VLANID%",
+    "vlan1": {
+      "addresses": [
+        "172.16.79.228"
+      ],
+      "administrative": true
+    }
+  },
+  "weathermap": {
+
+  }
+}
\ No newline at end of file
diff --git a/generators/input/sites/nancy/net-links/sgrelon1.yaml b/generators/input/sites/nancy/net-links/sgrelon1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8cf65c2c7f298d2d56accbcc7e179856e984f112
--- /dev/null
+++ b/generators/input/sites/nancy/net-links/sgrelon1.yaml
@@ -0,0 +1,53 @@
+---
+sgrelon1:
+  model: HP Procurve 3500yl-48G J8693A
+  kind: switch
+  site: nancy
+  snmp_community: public
+  vlans:
+    naming_pattern: Vlan-interface%VLANID%
+    "vlan1":
+      administrative: yes
+      addresses:
+        - 172.16.79.228
+  routes: {}
+  backplane_bps: 173000000000
+  linecards:
+    0:
+      naming_pattern: "interface%%PORT%"
+      kind: other
+      model: J8693A
+      rate: 1000000000
+      ports:
+        1:
+          uid: storage5k
+          port: eth0
+        2:
+          uid: storage5k
+          port: eth1
+        3:
+          uid: storage5k
+          port: eth2
+        4:
+          uid: storage5k
+          port: eth3
+        5:
+          uid: storage5k
+          port: asm
+        6:
+          uid: storage5k
+          port: bmc
+    1:
+      naming_pattern: "%LINECARD:A%%PORT%"
+      kind: router
+      rate: 10000000000
+      ports:
+        1: gw-nancy
+  channels:
+    naming_pattern: Po%CHANNELID%
+    "lacp1":
+        - linecard: 1
+          port: 1
+          port: 2
+          port: 3
+          port: 4