From bb1215f4d801380a0ed255ecf13d74e75bfa1451 Mon Sep 17 00:00:00 2001
From: zndrr <123234123+zndrr@users.noreply.github.com>
Date: Thu, 22 Jun 2023 01:25:37 +1200
Subject: [PATCH] Create MikroTik CSS610-8G-2S+ (#1411)

* Create MikroTik CSS610-8G-2S+

Add device type CSS610-8G-2S+

* Rename CSS610-8G-2S+ to CSS610-8G-2S+.yaml

* Update and rename CSS610-8G-2S+.yaml to CSS610-8G-2S+IN.yaml

Added power, product page and interface labels

* Update CSS610-8G-2S+IN.yaml

Fixing validation errors

* Update CSS610-8G-2S+IN.yaml

Rearranged label field.

* Update CSS610-8G-2S+IN.yaml

Fix slug

* Update CSS610-8G-2S+IN.yaml

Fix formatting

---------

Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
---
 device-types/MikroTik/CSS610-8G-2S+IN.yaml | 47 ++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 device-types/MikroTik/CSS610-8G-2S+IN.yaml

diff --git a/device-types/MikroTik/CSS610-8G-2S+IN.yaml b/device-types/MikroTik/CSS610-8G-2S+IN.yaml
new file mode 100644
index 00000000..bfde2105
--- /dev/null
+++ b/device-types/MikroTik/CSS610-8G-2S+IN.yaml
@@ -0,0 +1,47 @@
+---
+manufacturer: MikroTik
+model: CSS610-8G-2S+IN
+part_number: CSS610-8G-2S+IN
+slug: mikrotik-css610-8g-2s-plus-in
+is_full_depth: false
+airflow: passive
+u_height: 1
+comments: '[Product Page](https://mikrotik.com/product/css610_8g_2s_in)'
+interfaces:
+  - name: Port1
+    label: PoE in
+    type: 1000base-t
+    poe_mode: pd
+    poe_type: passive-24v-2pair
+  - name: Port2
+    label: '2'
+    type: 1000base-t
+  - name: Port3
+    label: '3'
+    type: 1000base-t
+  - name: Port4
+    label: '4'
+    type: 1000base-t
+  - name: Port5
+    label: '5'
+    type: 1000base-t
+  - name: Port6
+    label: '6'
+    type: 1000base-t
+  - name: Port7
+    label: '7'
+    type: 1000base-t
+  - name: Port8
+    label: '8'
+    type: 1000base-t
+  - name: SFP1
+    label: SFP+ 1
+    type: 10gbase-x-sfpp
+  - name: SFP2
+    label: SFP+ 2
+    type: 10gbase-x-sfpp
+power-ports:
+  - name: DC
+    label: DC 12-57V
+    type: dc-terminal
+    maximum_draw: 11
-- 
GitLab