mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 00:13:36 +01:00
Adding the UniFi Dream Machine (non-pro) (#987)
* Adding the UniFi Dream Machine (non-pro) * Update to airflow, as I used an invalid option. * Changed power supply type to 'other' * Updating port names for UDM and UDM-Pro as per discussion. * Changed power type to iec-60320-c8 Co-authored-by: Daniel Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
e418f62305
commit
38784ad3c1
@ -13,37 +13,37 @@ comments: |
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
interfaces:
|
||||
- name: eth0
|
||||
- name: port.1
|
||||
type: 1000base-t
|
||||
label: Port 1 - LAN
|
||||
- name: eth1
|
||||
- name: port.2
|
||||
type: 1000base-t
|
||||
label: Port 2 - LAN
|
||||
- name: eth2
|
||||
- name: port.3
|
||||
type: 1000base-t
|
||||
label: Port 3 - LAN
|
||||
- name: eth3
|
||||
- name: port.4
|
||||
type: 1000base-t
|
||||
label: Port 4 - LAN
|
||||
- name: eth4
|
||||
- name: port.5
|
||||
type: 1000base-t
|
||||
label: Port 5 - LAN
|
||||
- name: eth5
|
||||
- name: port.6
|
||||
type: 1000base-t
|
||||
label: Port 6 - LAN
|
||||
- name: eth6
|
||||
- name: port.7
|
||||
type: 1000base-t
|
||||
label: Port 7 - LAN
|
||||
- name: eth7
|
||||
- name: port.8
|
||||
type: 1000base-t
|
||||
label: Port 8 - LAN
|
||||
- name: eth8
|
||||
- name: port.9
|
||||
type: 1000base-t
|
||||
label: Port 9 - WAN 1
|
||||
- name: eth9
|
||||
- name: port.10
|
||||
type: 10gbase-x-sfpp
|
||||
label: Port 10 - SFP+ WAN 2
|
||||
- name: eth10
|
||||
- name: port.11
|
||||
type: 10gbase-x-sfpp
|
||||
label: Port 11 - SFP+ LAN
|
||||
power-ports:
|
||||
|
35
device-types/Ubiquiti/UDM.yaml
Normal file
35
device-types/Ubiquiti/UDM.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
---
|
||||
manufacturer: Ubiquiti
|
||||
model: UniFi Dream Machine
|
||||
slug: udm
|
||||
airflow: passive
|
||||
part_number: UDM
|
||||
comments: |
|
||||
[UniFi Dream Machine](https://store.ui.com/collections/unifi-network-unifi-os-consoles/products/udm-us)
|
||||
|
||||
SOHO Security Gateway and Network Appliance (4) 1G LAN, (1) 1G WAN
|
||||
|
||||
Dimensions: 110 x 184.2 mm (4.33 x 7.25")
|
||||
u_height: 0
|
||||
is_full_depth: false
|
||||
interfaces:
|
||||
- name: port.1
|
||||
type: 1000base-t
|
||||
label: Port 1 - LAN
|
||||
- name: port.2
|
||||
type: 1000base-t
|
||||
label: Port 2 - LAN
|
||||
- name: port.3
|
||||
type: 1000base-t
|
||||
label: Port 3 - LAN
|
||||
- name: port.4
|
||||
type: 1000base-t
|
||||
label: Port 4 - LAN
|
||||
- name: port.5
|
||||
type: 1000base-t
|
||||
label: Port 5 - WAN
|
||||
power-ports:
|
||||
- name: Supply
|
||||
type: iec-60320-c8
|
||||
maximum_draw: 26
|
||||
description: 100-240VAC/50-60 Hz
|
Loading…
Reference in New Issue
Block a user