mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-29 20:04:09 +01:00
11a3d6a8b8
* Added all Ubiquiti UniFi Generation 1 switches (incl. desktop models) * Added all Ubiquiti UniFi Generation 2 switches * Added all Ubiquiti UniFi security gateways Fixed file naming extended and reordered content of existing USG-PRO-4 * Added all Ubiquiti UniFi application server devices * Fixed non defined power port type * Fixed duplicate console port name * Fixed missing blank line at EOF Altered placeholder for undefined plug connection type for power ports * Added proper comments for all devices * Removed redundant information "mgmt_only: false" Added label to all PoE ports * Added proper comments for all devices * Changed port naming from 'RJ45 xx' to 'Port xx' Co-authored-by: akantchev <akantchev@AK84X220>
26 lines
613 B
YAML
26 lines
613 B
YAML
manufacturer: Ubiquiti
|
|
model: UniFi Security Gateway 3P
|
|
slug: unifi-security-gateway-3p
|
|
part_number: USG
|
|
comments: |
|
|
UniFi Security Gateway 3P, Fanless, external PSU, (3) Gigabit
|
|
|
|
Dimensions: 484 x 44 x 164 mm (19.06 x 1.73 x 6.46")
|
|
u_height: 0
|
|
is_full_depth: false
|
|
interfaces:
|
|
- name: eth0 (WAN 1)
|
|
type: 1000base-t
|
|
- name: eth1 (LAN 1)
|
|
type: 1000base-t
|
|
- name: eth2 (WAN 2/LAN 2)
|
|
type: 1000base-t
|
|
console-ports:
|
|
- name: Console
|
|
type: rj-45
|
|
power-ports:
|
|
- name: 12VDC (external)
|
|
# TODO: There is no proper plug connection type defined
|
|
type: iec-60320-c20
|
|
maximum_draw: 7
|