Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bb01a355 authored by Nicolas Perrin's avatar Nicolas Perrin
Browse files

[rennes][network] Rename port-channel to lag interfaces in gw configuration

parent b2054e2b
No related branches found
No related tags found
No related merge requests found
Pipeline #855445 passed with warnings
......@@ -4,19 +4,19 @@
],
"backplane_bps": 1440000000000,
"channels": {
"port-channel1": {
"lag1": {
"kind": "switch",
"port": "port-channel1",
"port": "lag1",
"rate": 200000000000,
"uid": "sw-1"
},
"port-channel2": {
"lag2": {
"kind": "server",
"port": "port-channel2",
"port": "lag2",
"rate": 50000000000,
"uid": "srv-data"
},
"port-channel3": {
"lag3": {
"kind": "switch",
"port": "port-channel3",
"rate": 20000000000,
......@@ -114,12 +114,12 @@
{
"kind": "channel",
"snmp_name": "1/1/35",
"uid": "port-channel2"
"uid": "lag2"
},
{
"kind": "channel",
"snmp_name": "1/1/36",
"uid": "port-channel2"
"uid": "lag2"
},
{
},
......@@ -153,25 +153,25 @@
"kind": "channel",
"rate": 10000000000,
"snmp_name": "1/1/47",
"uid": "port-channel3"
"uid": "lag3"
},
{
"kind": "channel",
"rate": 10000000000,
"snmp_name": "1/1/48",
"uid": "port-channel3"
"uid": "lag3"
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "1/1/49",
"uid": "port-channel1"
"uid": "lag1"
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "1/1/50",
"uid": "port-channel1"
"uid": "lag1"
}
],
"rate": 25000000000,
......
{
"backplane_bps": 1440000000000,
"channels": {
"port-channel1": {
"lag1": {
"kind": "switch",
"port": "port-channel1",
"port": "lag1",
"rate": 200000000000,
"uid": "gw"
}
......@@ -118,13 +118,13 @@
"kind": "channel",
"rate": 100000000000,
"snmp_name": "1/1/49",
"uid": "port-channel1"
"uid": "lag1"
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "1/1/50",
"uid": "port-channel1"
"uid": "lag1"
}
],
"rate": 25000000000,
......
......@@ -2,7 +2,7 @@
"channels": {
"port-channel3": {
"kind": "router",
"port": "port-channel3",
"port": "lag3",
"rate": 20000000000,
"uid": "gw"
}
......
......@@ -79,10 +79,10 @@ gw:
uid: srv-3
kind: server
35:
uid: port-channel2
uid: lag2
kind: channel
36:
uid: port-channel2
uid: lag2
kind: channel
45:
uid: parasilo-sw-1
......@@ -93,33 +93,33 @@ gw:
kind: backbone
rate: 10000000000
47:
uid: port-channel3
uid: lag3
kind: channel
rate: 10000000000
48:
uid: port-channel3
uid: lag3
kind: channel
rate: 10000000000
49:
uid: port-channel1
uid: lag1
kind: channel
rate: 100000000000
50:
uid: port-channel1
uid: lag1
kind: channel
rate: 100000000000
channels:
port-channel1:
lag1:
kind: switch
rate: 200000000000
uid: sw-1
port: port-channel1
port-channel2:
port: lag1
lag2:
kind: server
rate: 50000000000
uid: srv-data
port: port-channel2
port-channel3:
port: lag2
lag3:
kind: switch
rate: 20000000000
uid: vss-inria
......
......@@ -15,16 +15,16 @@ sw-1:
rate: 25000000000
ports:
49:
uid: port-channel1
uid: lag1
kind: channel
rate: 100000000000
50:
uid: port-channel1
uid: lag1
kind: channel
rate: 100000000000
channels:
port-channel1:
lag1:
kind: switch
rate: 200000000000
uid: gw
port: port-channel1
port: lag1
......@@ -27,5 +27,5 @@ vss-inria:
port-channel3:
uid: gw
kind: router
port: port-channel3
port: lag3
rate: 20000000000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment