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
27 lines
746 B
YAML
27 lines
746 B
YAML
---
|
|
manufacturer: HPE
|
|
model: Aruba MC 3400
|
|
slug: hpe-aruba-mc-3400
|
|
is_full_depth: false
|
|
u_height: 1
|
|
interfaces:
|
|
- name: (BASE-X)gigabitethernet 0/0/0
|
|
type: 1000base-x-sfp
|
|
# comments: Combo port either 1000base-x-sfp or 1000base-t
|
|
- name: (BASE-X)gigabitethernet 0/0/1
|
|
type: 1000base-x-sfp
|
|
# comments: Combo port either 1000base-x-sfp or 1000base-t
|
|
- name: (BASE-X)gigabitethernet 0/0/2
|
|
type: 1000base-x-sfp
|
|
# comments: Combo port either 1000base-x-sfp or 1000base-t
|
|
- name: (BASE-X)gigabitethernet 0/0/3
|
|
type: 1000base-x-sfp
|
|
# comments: Combo port either 1000base-x-sfp or 1000base-t
|
|
power-ports:
|
|
- name: PEM0
|
|
type: iec-60320-c14
|
|
maximum_draw: 45
|
|
console-ports:
|
|
- name: Console
|
|
type: rj-45
|