Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 328102f9 authored by DELABROYE Dimitri's avatar DELABROYE Dimitri
Browse files

[nancy] fix pattern on sgros{1,2} uplink with gw

parent b946b309
Branches
No related tags found
No related merge requests found
Pipeline #122850 passed
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{ {
}, },
{ {
"kavlan_pattern": "ethernet1/1/%LINECARD%:%PORT%", "kavlan_pattern": "ethernet1/1/%PORT%:1",
"ports": [ "ports": [
{ {
}, },
...@@ -25,12 +25,12 @@ ...@@ -25,12 +25,12 @@
}, },
{ {
"kind": "channel", "kind": "channel",
"snmp_name": "ethernet1/1/1:2", "snmp_name": "ethernet1/1/2:1",
"uid": "port-channel1" "uid": "port-channel1"
} }
], ],
"rate": 40000000000, "rate": 40000000000,
"snmp_pattern": "ethernet1/1/%LINECARD%:%PORT%" "snmp_pattern": "ethernet1/1/%PORT%:1"
}, },
{ {
}, },
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{ {
}, },
{ {
"kavlan_pattern": "ethernet1/1/%LINECARD%:%PORT%", "kavlan_pattern": "ethernet1/1/%PORT%:1",
"ports": [ "ports": [
{ {
}, },
...@@ -25,12 +25,12 @@ ...@@ -25,12 +25,12 @@
}, },
{ {
"kind": "channel", "kind": "channel",
"snmp_name": "ethernet1/1/1:2", "snmp_name": "ethernet1/1/2:1",
"uid": "port-channel1" "uid": "port-channel1"
} }
], ],
"rate": 40000000000, "rate": 40000000000,
"snmp_pattern": "ethernet1/1/%LINECARD%:%PORT%" "snmp_pattern": "ethernet1/1/%PORT%:1"
}, },
{ {
}, },
......
...@@ -10,8 +10,8 @@ sgros1: ...@@ -10,8 +10,8 @@ sgros1:
backplane_bps: 6400000000000 backplane_bps: 6400000000000
linecards: linecards:
1: 1:
snmp_pattern: "ethernet1/1/%LINECARD%:%PORT%" snmp_pattern: "ethernet1/1/%PORT%:1"
kavlan_pattern: "ethernet1/1/%LINECARD%:%PORT%" kavlan_pattern: "ethernet1/1/%PORT%:1"
rate: 40_000_000_000 rate: 40_000_000_000
ports: ports:
1: 1:
......
...@@ -10,8 +10,8 @@ sgros2: ...@@ -10,8 +10,8 @@ sgros2:
backplane_bps: 6400000000000 backplane_bps: 6400000000000
linecards: linecards:
1: 1:
snmp_pattern: "ethernet1/1/%LINECARD%:%PORT%" snmp_pattern: "ethernet1/1/%PORT%:1"
kavlan_pattern: "ethernet1/1/%LINECARD%:%PORT%" kavlan_pattern: "ethernet1/1/%PORT%:1"
rate: 40_000_000_000 rate: 40_000_000_000
ports: ports:
1: 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment