diff --git a/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json b/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json index 04cfa91dec1b079d474ef4db6bff2e59d4cca308..bf65a25cab6f0321e81d02f288c68d5c2994a23b 100644 --- a/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json +++ b/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json @@ -3,6 +3,12 @@ "gw" ], "channels": { + "port-channel1": { + "kind": "server", + "port": "port-channel1", + "rate": 20000000000, + "uid": "nfs" + }, "port-channel2": { "kind": "switch", "port": "port-channel1", @@ -110,14 +116,14 @@ "uid": "pve-2" }, { - "kind": "server", + "kind": "channel", "snmp_name": "1/1/19", - "uid": "nfs" + "uid": "port-channel1" }, { - "kind": "server", + "kind": "channel", "snmp_name": "1/1/20", - "uid": "nfs" + "uid": "port-channel1" } ], "rate": 10000000000, diff --git a/input/grid5000/sites/toulouse/networks/gw-toulouse.yaml b/input/grid5000/sites/toulouse/networks/gw-toulouse.yaml index 85920e2b41b8d4f90e832e4dac808ebf4dbf60a7..09ad4c522859a36e257c54337887bb9f0bf5595b 100644 --- a/input/grid5000/sites/toulouse/networks/gw-toulouse.yaml +++ b/input/grid5000/sites/toulouse/networks/gw-toulouse.yaml @@ -92,12 +92,17 @@ gw-toulouse: uid: pve-2 kind: server 19: - uid: nfs - kind: server + uid: port-channel1 + kind: channel 20: - uid: nfs - kind: server + uid: port-channel1 + kind: channel channels: + port-channel1: + uid: nfs + kind: server + rate: 20000000000 + port: port-channel1 port-channel2: uid: sw-estats kind: switch