mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 16:33:57 +01:00
c95b166139
* breaking out tests for easier usage * refactoring codebase * Added verification for properly formatted slug and fixed definitions that were incorrect * Adding new test case to ensure the file name matches either the slug or the part_number * fixed file names to match proper formatting
48 lines
924 B
YAML
48 lines
924 B
YAML
---
|
|
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
|