mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-23 00:43:40 +01:00
7b303a5ace
* leverage yamllint in GitHub actions * add pre-commits * validation updates * Update README.md * Update CONTRIBUTING.md
24 lines
398 B
YAML
24 lines
398 B
YAML
---
|
|
manufacturer: Cisco
|
|
model: VG224
|
|
slug: vg224
|
|
part_number: VG224
|
|
u_height: 1
|
|
is_full_depth: false
|
|
console-ports:
|
|
- name: Con
|
|
type: rj-45
|
|
- name: aux
|
|
type: rj-45
|
|
power-ports:
|
|
- name: PSU-1
|
|
type: iec-60320-c14
|
|
maximum_draw: 60
|
|
interfaces:
|
|
- name: FastEthernet0/0
|
|
type: 100base-tx
|
|
mgmt_only: false
|
|
- name: FastEthernet0/1
|
|
type: 100base-tx
|
|
mgmt_only: false
|