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
29 lines
513 B
YAML
29 lines
513 B
YAML
---
|
|
manufacturer: Juniper
|
|
model: SRX210HE2
|
|
slug: juniper-srx210he2
|
|
is_full_depth: false
|
|
interfaces:
|
|
- name: ge-0/0/0
|
|
type: 1000base-t
|
|
- name: ge-0/0/1
|
|
type: 1000base-t
|
|
- name: fe-0/0/2
|
|
type: 100base-tx
|
|
- name: fe-0/0/3
|
|
type: 100base-tx
|
|
- name: fe-0/0/4
|
|
type: 100base-tx
|
|
- name: fe-0/0/5
|
|
type: 100base-tx
|
|
- name: fe-0/0/6
|
|
type: 100base-tx
|
|
- name: fe-0/0/7
|
|
type: 100base-tx
|
|
power-ports:
|
|
- name: PSU0
|
|
type: ita-g
|
|
console-ports:
|
|
- name: Console
|
|
type: rj-45
|