diff --git a/data/grid5000/sites/toulouse/network_equipments/gw.json b/data/grid5000/sites/toulouse/network_equipments/gw.json
index 302a1ca1715b6ce0e4e9043aa3e6715dfdfcd1e9..aff057009bf964f29ba412637bc984d73f230818 100644
--- a/data/grid5000/sites/toulouse/network_equipments/gw.json
+++ b/data/grid5000/sites/toulouse/network_equipments/gw.json
@@ -141,13 +141,13 @@
     "vlan100": {
       "addresses": [
         "172.16.127.254"
-      ],
-      "administrative": true
+      ]
     },
     "vlan101": {
       "addresses": [
         "172.17.127.254"
-      ]
+      ],
+      "administrative": true
     },
     "vlan500": {
       "addresses": [
diff --git a/input/grid5000/sites/toulouse/networks/gw.yaml b/input/grid5000/sites/toulouse/networks/gw.yaml
index f66dcfdffc72969be367b0532821035c82e7fca0..8f218e9836d865dd19453a371456f1dc10e3c2f2 100644
--- a/input/grid5000/sites/toulouse/networks/gw.yaml
+++ b/input/grid5000/sites/toulouse/networks/gw.yaml
@@ -12,10 +12,10 @@ gw:
   snmp_community: g5kadmin
   vlans:
     "vlan100":
-      administrative: yes
       addresses:
         - 172.16.127.254
     "vlan101":
+      administrative: yes
       addresses:
         - 172.17.127.254
     "vlan500":