devicetype-library/device-types/Ubiquiti/AF-5XHD.yml
David Mc Ken ae0e7d6c6d
Add ubnt af 5xhd (#627)
* Create AF-5XHD.yml
* Added bridge to schema tests
2022-01-24 08:52:41 -05:00

26 lines
596 B
YAML

---
manufacturer: Ubiquiti
model: airFiber AF-5XHD
slug: 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
mgmt_only: false
- name: ath0
label: Wireless
type: ieee802.11ax
mgmt_only: false