From e24f85b3376233b7028cf28bb7d5da5bdcebb366 Mon Sep 17 00:00:00 2001 From: kaydee123 <26499053+kaydee123@users.noreply.github.com> Date: Sun, 2 Nov 2025 00:22:30 +0530 Subject: [PATCH] Add vsolution devices (#3697) * Add V-Solution V1600D4 device configuration Added device specifications for V-Solution V1600D4 including manufacturer details, console and power ports, and interface configurations. * Delete device-types/V-Solution/V1600D4 * Add V-Solution device types (V1600D8, V1600D16) with newline fix --------- Co-authored-by: Kushal --- device-types/V-Solution/V1600D16.yaml | 111 ++++++++++++++++++++++++++ device-types/V-Solution/V1600D8.yaml | 99 +++++++++++++++++++++++ 2 files changed, 210 insertions(+) create mode 100644 device-types/V-Solution/V1600D16.yaml create mode 100644 device-types/V-Solution/V1600D8.yaml diff --git a/device-types/V-Solution/V1600D16.yaml b/device-types/V-Solution/V1600D16.yaml new file mode 100644 index 00000000..947771ca --- /dev/null +++ b/device-types/V-Solution/V1600D16.yaml @@ -0,0 +1,111 @@ +--- +manufacturer: V-Solution +model: V1600D16 +slug: v-solution-v1600d16 +description: V-SOL 16 Port EPON OLT (Rebranded by Syrotech, Digiway, Sharp Vision etc) +part_number: V1600D16 +u_height: 1.0 +is_full_depth: false +airflow: left-to-right +weight: 6.5 +weight_unit: kg +comments: '[Datasheet](https://www.vsolcn.com/product/16-port-epon-olt-v1600d16)' +console-ports: + - name: Console + type: rj-45 + label: Console +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 120 + allocated_draw: 95 +interfaces: + - name: AUX Interface + type: 100base-fx + mgmt_only: true + label: AUX + description: 'Default Web management IP: 192.168.8.100' + - name: epon 0/1 + type: epon + label: PON1 + - name: epon 0/2 + type: epon + label: PON2 + - name: epon 0/3 + type: epon + label: PON3 + - name: epon 0/4 + type: epon + label: PON4 + - name: epon 0/5 + type: epon + label: PON5 + - name: epon 0/6 + type: epon + label: PON6 + - name: epon 0/7 + type: epon + label: PON7 + - name: epon 0/8 + type: epon + label: PON8 + - name: epon 0/9 + type: epon + label: PON9 + - name: epon 0/10 + type: epon + label: PON10 + - name: epon 0/11 + type: epon + label: PON11 + - name: epon 0/12 + type: epon + label: PON12 + - name: epon 0/13 + type: epon + label: PON13 + - name: epon 0/14 + type: epon + label: PON14 + - name: epon 0/15 + type: epon + label: PON15 + - name: epon 0/16 + type: epon + label: PON16 + - name: gigabitethernet 0/1 + type: 1000base-x-sfp + label: GE1 + - name: gigabitethernet 0/2 + type: 1000base-x-sfp + label: GE2 + - name: gigabitethernet 0/3 + type: 1000base-x-sfp + label: GE3 + - name: gigabitethernet 0/4 + type: 1000base-x-sfp + label: GE4 + - name: gigabitethernet 0/5 + type: 10gbase-x-sfpp + label: GE5 + - name: gigabitethernet 0/6 + type: 10gbase-x-sfpp + label: GE6 + - name: gigabitethernet 0/7 + type: 10gbase-x-sfpp + label: GE7 + - name: gigabitethernet 0/8 + type: 10gbase-x-sfpp + label: GE8 + - name: gigabitethernet 0/9 + type: 1000base-t + label: GE9 + - name: gigabitethernet 0/10 + type: 1000base-t + label: GE10 + - name: gigabitethernet 0/11 + type: 1000base-t + label: GE11 + - name: gigabitethernet 0/12 + type: 1000base-t + label: GE12 diff --git a/device-types/V-Solution/V1600D8.yaml b/device-types/V-Solution/V1600D8.yaml new file mode 100644 index 00000000..546527b5 --- /dev/null +++ b/device-types/V-Solution/V1600D8.yaml @@ -0,0 +1,99 @@ +--- +manufacturer: V-Solution +model: V1600D8 +slug: v-solution-v1600d8 +description: V-SOL 8 Port EPON OLT (Rebranded by Syrotech, Digiway, Sharp Vision etc) +part_number: V1600D8 +u_height: 1.0 +is_full_depth: false +airflow: left-to-right +weight: 4.5 +weight_unit: kg +comments: '[Datasheet](http://vsolcn.com/product/8-port-epon-olt-v1600d8)' +console-ports: + - name: Console + type: rj-45 + label: Console +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 70 + allocated_draw: 55 +interfaces: + - name: AUX Interface + type: 100base-fx + mgmt_only: true + label: AUX + description: 'Default Web management IP: 192.168.8.100' + - name: epon 0/1 + type: epon + label: PON1 + - name: epon 0/2 + type: epon + label: PON2 + - name: epon 0/3 + type: epon + label: PON3 + - name: epon 0/4 + type: epon + label: PON4 + - name: epon 0/5 + type: epon + label: PON5 + - name: epon 0/6 + type: epon + label: PON6 + - name: epon 0/7 + type: epon + label: PON7 + - name: epon 0/8 + type: epon + label: PON8 + - name: gigabitethernet 0/1 + type: 1000base-x-sfp + label: GE1 + - name: gigabitethernet 0/2 + type: 1000base-x-sfp + label: GE2 + - name: gigabitethernet 0/3 + type: 1000base-x-sfp + label: GE3 + - name: gigabitethernet 0/4 + type: 1000base-x-sfp + label: GE4 + - name: gigabitethernet 0/5 + type: 10gbase-x-sfpp + label: GE5 + - name: gigabitethernet 0/6 + type: 10gbase-x-sfpp + label: GE6 + - name: gigabitethernet 0/7 + type: 10gbase-x-sfpp + label: GE7 + - name: gigabitethernet 0/8 + type: 10gbase-x-sfpp + label: GE8 + - name: gigabitethernet 0/9 + type: 1000base-t + label: GE9 + - name: gigabitethernet 0/10 + type: 1000base-t + label: GE10 + - name: gigabitethernet 0/11 + type: 1000base-t + label: GE11 + - name: gigabitethernet 0/12 + type: 1000base-t + label: GE12 + - name: gigabitethernet 0/13 + type: 1000base-t + label: GE13 + - name: gigabitethernet 0/14 + type: 1000base-t + label: GE14 + - name: gigabitethernet 0/15 + type: 1000base-t + label: GE15 + - name: gigabitethernet 0/16 + type: 1000base-t + label: GE16