From 7a7f6387f4a595f538f74c94404ce21ee913bb8d Mon Sep 17 00:00:00 2001 From: Fernando Chaves <38504809+fernandolcx@users.noreply.github.com> Date: Fri, 13 May 2022 11:32:58 -0300 Subject: [PATCH] add Parks Fiberlink 30028 GPON OLT and V-Solution V1600D2 EPON OLT (#801) --- device-types/Parks/Fiberlink_30028.yaml | 58 +++++++++++++++++++ .../V-Solution/V-Solution_V1600D2.yaml | 30 ++++++++++ 2 files changed, 88 insertions(+) create mode 100644 device-types/Parks/Fiberlink_30028.yaml create mode 100644 device-types/V-Solution/V-Solution_V1600D2.yaml diff --git a/device-types/Parks/Fiberlink_30028.yaml b/device-types/Parks/Fiberlink_30028.yaml new file mode 100644 index 00000000..5cd96e38 --- /dev/null +++ b/device-types/Parks/Fiberlink_30028.yaml @@ -0,0 +1,58 @@ +--- +manufacturer: Parks +model: Fiberlink 30028 +slug: fiberlink-30028 +u_height: 1 +is_full_depth: false +console-ports: + - name: console + type: rj-45 +power-ports: + - name: PSU1 + type: dc-terminal + maximum_draw: 50 + allocated_draw: 30 + - name: PSU2 + type: dc-terminal + maximum_draw: 50 + allocated_draw: 30 +interfaces: + - name: giga-ethernet0/0 + type: 1000base-t + - name: giga-ethernet0/1 + type: 1000base-t + - name: giga-ethernet0/2 + type: 1000base-t + - name: giga-ethernet0/3 + type: 1000base-t + - name: giga-ethernet0/4 + type: 1000base-t + - name: giga-ethernet0/5 + type: 1000base-t + - name: giga-ethernet0/6 + type: 1000base-t + - name: giga-ethernet0/7 + type: 1000base-t + - name: gpon1/1 + type: 10gbase-x-sfpp + - name: gpon1/2 + type: 10gbase-x-sfpp + - name: gpon1/3 + type: 10gbase-x-sfpp + - name: gpon1/4 + type: 10gbase-x-sfpp + - name: gpon1/5 + type: 10gbase-x-sfpp + - name: gpon1/6 + type: 10gbase-x-sfpp + - name: gpon1/7 + type: 10gbase-x-sfpp + - name: gpon1/8 + type: 10gbase-x-sfpp + - name: 10giga-ethernet0/0 + type: 10gbase-x-sfpp + - name: 10giga-ethernet0/1 + type: 10gbase-x-sfpp + - name: mgmt + type: 1000base-t + mgmt_only: true diff --git a/device-types/V-Solution/V-Solution_V1600D2.yaml b/device-types/V-Solution/V-Solution_V1600D2.yaml new file mode 100644 index 00000000..04d88287 --- /dev/null +++ b/device-types/V-Solution/V-Solution_V1600D2.yaml @@ -0,0 +1,30 @@ +--- +manufacturer: V-Solution +model: V1600D2 +slug: v1600d2 +u_height: 1 +is_full_depth: false +console-ports: + - name: console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 25 + allocated_draw: 20 +interfaces: + - name: gigabitethernet 0/1 + type: 1000base-x-sfp + - name: gigabitethernet 0/2 + type: 1000base-x-sfp + - name: gigabitethernet 0/3 + type: 1000base-t + - name: gigabitethernet 0/4 + type: 1000base-t + - name: epon 0/1 + type: 1000base-x-sfp + - name: epon 0/2 + type: 1000base-x-sfp + - name: aux + type: 1000base-t + mgmt_only: true