mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
d0cb58d96e
* broke component validation out to its own function. Adding logic for validating device power input. * Added console-port poe true for adapters. Updating devices to add proper power sources. * Adding switches to allow for tests to properly determine POE status. * Fixing files with missing power definitions.
25 lines
577 B
YAML
25 lines
577 B
YAML
---
|
|
manufacturer: Ubiquiti
|
|
model: airFiber 5XHD
|
|
slug: ubiquiti-airfiber-af-5xhd
|
|
part_number: AF-5XHD
|
|
comments: |
|
|
ath0 is setup to use ieee802.11ax as LTE currently doesn't allow wireless
|
|
parameters to be specified despite the fact that the airFiber is a LTE-U
|
|
device.
|
|
|
|
The eth0 and ath0 are permanently bridged as this is a L2 bridge device.
|
|
u_height: 0
|
|
is_full_depth: false
|
|
interfaces:
|
|
- name: br0
|
|
type: bridge
|
|
mgmt_only: true
|
|
- name: eth0
|
|
label: Ethernet
|
|
type: 1000base-t
|
|
poe_mode: pd
|
|
- name: ath0
|
|
label: Wireless
|
|
type: ieee802.11ax
|