Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1f45104b authored by BERARD Benjamin's avatar BERARD Benjamin
Browse files

[sgrappe] Fix network

parent 871788d7
No related branches found
No related tags found
1 merge request!127[sgrappe] Fix network
Pipeline #165782 passed
......@@ -16,6 +16,12 @@
"port": "port-channel1",
"rate": 800000000000,
"uid": "sgros2"
},
"port-channel4": {
"kind": "switch",
"port": "port-channel1",
"rate": 1000000000000,
"uid": "sgrappe"
}
},
"ip": "172.16.79.254",
......
{
"channels": {
"port-channel1": {
"kind": "router",
"port": "port-channel4",
"rate": 1000000000000,
"uid": "gw"
}
},
"ip": "172.17.79.205",
"kind": "switch",
"linecards": [
......@@ -105,6 +113,32 @@
"port": "eth0",
"snmp_name": "Ethernet1/1/16",
"uid": "grappe-16"
},
{
},
{
},
{
},
{
},
{
},
{
},
{
},
{
},
{
"kind": "channel",
"snmp_name": "Ethernet1/1/25",
"uid": "port-channel1"
},
{
"kind": "channel",
"snmp_name": "Ethernet1/1/26",
"uid": "port-channel1"
}
],
"rate": 25000000000,
......
......@@ -801,3 +801,9 @@ gw:
uid: sgros2
kind: switch
rate: 800000000000
port-channel4:
port: port-channel1
uid: sgrappe
kind: switch
rate: 1000000000000
......@@ -46,3 +46,15 @@ sgrappe:
uid: grappe-15
16:
uid: grappe-16
25:
uid: port-channel1
kind: channel
26:
uid: port-channel1
kind: channel
channels:
port-channel1:
port: port-channel4
uid: gw
kind: router
rate: 1000000000000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment