mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
7b303a5ace
* leverage yamllint in GitHub actions * add pre-commits * validation updates * Update README.md * Update CONTRIBUTING.md
43 lines
763 B
YAML
43 lines
763 B
YAML
---
|
|
manufacturer: Riverbed
|
|
model: CX5055
|
|
slug: cx5055
|
|
part_number: CX5055
|
|
u_height: 2
|
|
is_full_depth: true
|
|
console-ports:
|
|
- name: Console
|
|
type: rj-45
|
|
- name: USB0
|
|
type: usb-a
|
|
- name: USB1
|
|
type: usb-a
|
|
power-ports:
|
|
- name: PS1
|
|
type: iec-60320-c14
|
|
allocated_draw: 375
|
|
maximum_draw: 770
|
|
- name: PS2
|
|
type: iec-60320-c14
|
|
allocated_draw: 375
|
|
maximum_draw: 770
|
|
interfaces:
|
|
- name: LAN0_0
|
|
type: 1000base-t
|
|
mgmt_only: false
|
|
- name: WAN0_0
|
|
type: 1000base-t
|
|
mgmt_only: false
|
|
- name: LAN_0_1
|
|
type: 1000base-t
|
|
mgmt_only: false
|
|
- name: WAN0_1
|
|
type: 1000base-t
|
|
mgmt_only: false
|
|
- name: Primary
|
|
type: 1000base-t
|
|
mgmt_only: false
|
|
- name: Aux
|
|
type: 1000base-t
|
|
mgmt_only: false
|