Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a7384c9d authored by JACQUOT Pierre's avatar JACQUOT Pierre Committed by JACQUOT Pierre
Browse files

[toulouse][network] Fix gw LAG description.

parent 0ca203c3
Branches
No related tags found
1 merge request!535Rename gw-toulouse into gw
Pipeline #859430 passed
......@@ -3,13 +3,13 @@
"gw-toulouse"
],
"channels": {
"port-channel1": {
"lag1": {
"kind": "server",
"port": "port-channel1",
"rate": 20000000000,
"uid": "nfs"
},
"port-channel2": {
"lag2": {
"kind": "switch",
"port": "port-channel1",
"rate": 20000000000,
......@@ -98,12 +98,12 @@
{
"kind": "channel",
"snmp_name": "1/1/15",
"uid": "port-channel2"
"uid": "lag2"
},
{
"kind": "channel",
"snmp_name": "1/1/16",
"uid": "port-channel2"
"uid": "lag2"
},
{
"kind": "server",
......@@ -118,12 +118,12 @@
{
"kind": "channel",
"snmp_name": "1/1/19",
"uid": "port-channel1"
"uid": "lag1"
},
{
"kind": "channel",
"snmp_name": "1/1/20",
"uid": "port-channel1"
"uid": "lag1"
}
],
"rate": 10000000000,
......
......@@ -5,7 +5,7 @@
"channels": {
"port-channel1": {
"kind": "router",
"port": "port-channel2",
"port": "lag2",
"rate": 20000000000,
"uid": "gw"
}
......
......@@ -81,10 +81,10 @@ gw:
uid: montcalm-10
kind: server
15:
uid: port-channel2
uid: lag2
kind: channel
16:
uid: port-channel2
uid: lag2
kind: channel
17:
uid: pve-1
......@@ -93,18 +93,18 @@ gw:
uid: pve-2
kind: server
19:
uid: port-channel1
uid: lag1
kind: channel
20:
uid: port-channel1
uid: lag1
kind: channel
channels:
port-channel1:
lag1:
uid: nfs
kind: server
rate: 20000000000
port: port-channel1
port-channel2:
lag2:
uid: sw-estats
kind: switch
rate: 20000000000
......
......@@ -39,4 +39,4 @@ sw-estats:
uid: gw
kind: router
rate: 20000000000
port: port-channel2
port: lag2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment