From 17c21c09afa0c4d53a934fce769d20afdd909f13 Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 30 Mar 2021 18:58:40 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=80=9EucDevices.json=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit habe die erst einmal alle an die Primäre MAC "18:e8:29:ae:bc:4c" (ER-X) als nexthop gebunden. Wenn die RiFu auf der Karte ist, baue ich das noch einmal um. --- ucDevices.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/ucDevices.json b/ucDevices.json index e1c49db..2fb8bc4 100644 --- a/ucDevices.json +++ b/ucDevices.json @@ -323,6 +323,54 @@ "latitude":50.832833, "longitude":7.199824 } + }, + { + "name": "AG-SU-Links1", + "mac": "b4:fb:e4:73:97:d2", + "gateway_nexthop": "18e829aebc4c", + "gateway": "6ab511de3f8e", + "linked_to": "18:e8:29:ae:bc:4c", + "domain": "Siegburg", + "location": { + "latitude":50.795307, + "longitude":7.203614 + } + }, + { + "name": "AG-SU-Rechts3", + "mac": "b4:fb:e4:f3:f8:52", + "gateway_nexthop": "18e829aebc4c", + "gateway": "6ab511de3f8e", + "linked_to": "18:e8:29:ae:bc:4c", + "domain": "Siegburg", + "location": { + "latitude":50.795243, + "longitude":7.203576 + } + }, + { + "name": "AG-SU-FFRS-M-Pro-NO", + "mac": "18:e8:29:56:6d:9e", + "gateway_nexthop": "18e829aebc4c", + "gateway": "6ab511de3f8e", + "linked_to": "18:e8:29:ae:bc:4c", + "domain": "Siegburg", + "location": { + "latitude":50.795263, + "longitude":7.204228 + } + }, + { + "name": "AG-SU-FFRS-M-Pro-SUED", + "mac": "18:e8:29:56:6d:9e", + "gateway_nexthop": "18e829aebc4c", + "gateway": "6ab511de3f8e", + "linked_to": "18:e8:29:ae:bc:4c", + "domain": "Siegburg", + "location": { + "latitude":50.795168, + "longitude":7.204150 + } } ] } \ No newline at end of file From 91df9afdb509d18c3fdbc7b40ef9145b5a76b6f8 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Tue, 30 Mar 2021 21:54:37 +0200 Subject: [PATCH 2/2] Added PtP Devices --- devices.json | 45 ++++++++++++++++++++++++++++++++++++++++++++- ucDevices.json | 8 ++++---- 2 files changed, 48 insertions(+), 5 deletions(-) diff --git a/devices.json b/devices.json index d487d4e..159f8c0 100644 --- a/devices.json +++ b/devices.json @@ -1,5 +1,48 @@ { "devices":[ - + { + "name": "Amtsgericht2Vordach", + "mac": "f4:92:bf:e2:92:b9", + "gateway_nexthop": "18e829aebc4c", + "gateway": "6ab511de3f8e", + "domain": "rifu", + "location": { + "longitude":7.204126, + "latitude":50.795239 + } + }, + { + "name": "Vordach2Amtsgericht", + "mac": "f4:92:bf:e2:8e:be", + "gateway_nexthop": "18e829aebc4c", + "gateway": "6ab511de3f8e", + "domain": "rifu", + "location": { + "longitude":7.203598, + "latitude":50.795277 + } + }, + { + "name": "Amtsgericht2SG", + "mac": "b4:fb:e4:64:e0:f2", + "gateway_nexthop": "18e829aebc4c", + "gateway": "6ab511de3f8e", + "domain": "rifu", + "location": { + "longitude":7.203227878, + "latitude":50.795393907 + } + }, + { + "name": "SG2Amtsgericht", + "mac": "18:e8:29:dc:c3:33", + "gateway_nexthop": "18e829aebc4c", + "gateway": "6ab511de3f8e", + "domain": "rifu", + "location": { + "longitude":7.195996642, + "latitude":50.796312806 + } + } ] } \ No newline at end of file diff --git a/ucDevices.json b/ucDevices.json index 2fb8bc4..77a214f 100644 --- a/ucDevices.json +++ b/ucDevices.json @@ -351,9 +351,9 @@ { "name": "AG-SU-FFRS-M-Pro-NO", "mac": "18:e8:29:56:6d:9e", - "gateway_nexthop": "18e829aebc4c", + "gateway_nexthop": "f492bfe292b9", "gateway": "6ab511de3f8e", - "linked_to": "18:e8:29:ae:bc:4c", + "linked_to": "f4:92:bf:e2:92:b9", "domain": "Siegburg", "location": { "latitude":50.795263, @@ -363,9 +363,9 @@ { "name": "AG-SU-FFRS-M-Pro-SUED", "mac": "18:e8:29:56:6d:9e", - "gateway_nexthop": "18e829aebc4c", + "gateway_nexthop": "f492bfe292b9", "gateway": "6ab511de3f8e", - "linked_to": "18:e8:29:ae:bc:4c", + "linked_to": "f4:92:bf:e2:92:b9", "domain": "Siegburg", "location": { "latitude":50.795168,