Mentions légales du service

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

Merge branch 'sgrappe_pdu' into 'master'

[sgrappe/sgros1-2] Fix network rate and backplane bps

See merge request !129
parents 55d49210 007832a3
No related branches found
No related tags found
1 merge request!129[sgrappe/sgros1-2] Fix network rate and backplane bps
Pipeline #166076 passed
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"port-channel4": { "port-channel4": {
"kind": "switch", "kind": "switch",
"port": "port-channel1", "port": "port-channel1",
"rate": 1000000000000, "rate": 800000000000,
"uid": "sgrappe" "uid": "sgrappe"
} }
}, },
...@@ -1498,6 +1498,22 @@ ...@@ -1498,6 +1498,22 @@
"port": "eth3", "port": "eth3",
"snmp_name": "Ethernet5/48", "snmp_name": "Ethernet5/48",
"uid": "grimoire-8" "uid": "grimoire-8"
},
{
},
{
},
{
"kind": "channel",
"rate": 40000000000,
"snmp_name": "Ethernet5/51",
"uid": "port-channel4"
},
{
"kind": "channel",
"rate": 40000000000,
"snmp_name": "Ethernet5/52",
"uid": "port-channel4"
} }
], ],
"rate": 10000000000, "rate": 10000000000,
......
{ {
"backplane_bps": 2160000000000,
"channels": { "channels": {
"port-channel1": { "port-channel1": {
"kind": "router", "kind": "router",
"port": "port-channel4", "port": "port-channel4",
"rate": 1000000000000, "rate": 800000000000,
"uid": "gw" "uid": "gw"
} }
}, },
...@@ -13,7 +14,7 @@ ...@@ -13,7 +14,7 @@
{ {
}, },
{ {
"kavlan_pattern": "Ethernet%LINECARD%/%PORT%", "kavlan_pattern": "Ethernet1%LINECARD%/%PORT%",
"kind": "node", "kind": "node",
"ports": [ "ports": [
{ {
......
{ {
"backplane_bps": 6400000000000, "backplane_bps": 12800000000000,
"channels": { "channels": {
"port-channel1": { "port-channel1": {
"kind": "router", "kind": "router",
......
{ {
"backplane_bps": 6400000000000, "backplane_bps": 12800000000000,
"channels": { "channels": {
"port-channel1": { "port-channel1": {
"kind": "router", "kind": "router",
......
...@@ -609,6 +609,15 @@ gw: ...@@ -609,6 +609,15 @@ gw:
uid: grimoire-7-eth3 uid: grimoire-7-eth3
48: 48:
uid: grimoire-8-eth3 uid: grimoire-8-eth3
51:
uid: port-channel4
kind: channel
rate: 40_000_000_000
52:
uid: port-channel4
kind: channel
rate: 40_000_000_000
6: 6:
snmp_pattern: "Ethernet%LINECARD%/%PORT%" snmp_pattern: "Ethernet%LINECARD%/%PORT%"
kavlan_pattern: "Ethernet%LINECARD%/%PORT%" kavlan_pattern: "Ethernet%LINECARD%/%PORT%"
...@@ -805,5 +814,5 @@ gw: ...@@ -805,5 +814,5 @@ gw:
port: port-channel1 port: port-channel1
uid: sgrappe uid: sgrappe
kind: switch kind: switch
rate: 1000000000000 rate: 800000000000
...@@ -7,10 +7,11 @@ sgrappe: ...@@ -7,10 +7,11 @@ sgrappe:
site: nancy site: nancy
snmp_community: public snmp_community: public
ip: 172.17.79.205 ip: 172.17.79.205
backplane_bps: 2160000000000
linecards: linecards:
1: 1:
snmp_pattern: "Ethernet1/%LINECARD%/%PORT%" snmp_pattern: "Ethernet1/%LINECARD%/%PORT%"
kavlan_pattern: "Ethernet%LINECARD%/%PORT%" kavlan_pattern: "Ethernet1%LINECARD%/%PORT%"
kind: node kind: node
rate: 25000000000 rate: 25000000000
ports: ports:
...@@ -57,4 +58,4 @@ sgrappe: ...@@ -57,4 +58,4 @@ sgrappe:
port: port-channel4 port: port-channel4
uid: gw uid: gw
kind: router kind: router
rate: 1000000000000 rate: 800000000000
...@@ -7,7 +7,7 @@ sgros1: ...@@ -7,7 +7,7 @@ sgros1:
site: nancy site: nancy
snmp_community: public snmp_community: public
ip: 172.17.79.208 ip: 172.17.79.208
backplane_bps: 6400000000000 backplane_bps: 12800000000000
metrics: metrics:
- name: network_ifacein_bytes_total - name: network_ifacein_bytes_total
description: Input byte counter for the network device port description: Input byte counter for the network device port
......
...@@ -20,7 +20,7 @@ sgros2: ...@@ -20,7 +20,7 @@ sgros2:
protocol: snmp protocol: snmp
id: 1.3.6.1.2.1.2.2.1.16.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }} id: 1.3.6.1.2.1.2.2.1.16.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}
ip: 172.17.79.209 ip: 172.17.79.209
backplane_bps: 6400000000000 backplane_bps: 12800000000000
linecards: linecards:
1: 1:
snmp_pattern: "ethernet1/1/%PORT%:1" snmp_pattern: "ethernet1/1/%PORT%:1"
......
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