mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +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
36 lines
738 B
YAML
36 lines
738 B
YAML
---
|
|
manufacturer: MikroTik
|
|
model: CCR1072-1G-8S+
|
|
slug: mikrotik-ccr1072-1g-8s-plus
|
|
is_full_depth: false
|
|
u_height: 1
|
|
interfaces:
|
|
- name: ether1
|
|
type: 1000base-t
|
|
- name: sfp-sfpplus1
|
|
type: 10gbase-x-sfpp
|
|
- name: sfp-sfpplus2
|
|
type: 10gbase-x-sfpp
|
|
- name: sfp-sfpplus3
|
|
type: 10gbase-x-sfpp
|
|
- name: sfp-sfpplus4
|
|
type: 10gbase-x-sfpp
|
|
- name: sfp-sfpplus5
|
|
type: 10gbase-x-sfpp
|
|
- name: sfp-sfpplus6
|
|
type: 10gbase-x-sfpp
|
|
- name: sfp-sfpplus7
|
|
type: 10gbase-x-sfpp
|
|
- name: sfp-sfpplus8
|
|
type: 10gbase-x-sfpp
|
|
console-ports:
|
|
- name: serial0
|
|
type: rj-45
|
|
power-ports:
|
|
- name: power1
|
|
type: iec-60320-c14
|
|
maximum_draw: 125
|
|
- name: power2
|
|
type: iec-60320-c14
|
|
maximum_draw: 125
|