Add AirFiber 60 family. (#771)

This commit is contained in:
David Mc Ken 2022-04-26 21:29:16 -04:00 committed by GitHub
parent 84ad65da06
commit 21df1e00b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,27 @@
---
manufacturer: Ubiquiti
model: airFiber 60 HD
slug: airfiber-60-hd
part_number: AF60-HD
comments: |
ubond0 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 ubond0 are permanently bridged as this is a L2 bridge device.
[Ubiquiti AF60-HD Data Sheet](https://dl.ui.com/ds/af60-hd_ds.pdf)
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: ubond0
label: Wireless
type: ieee802.11ax
mgmt_only: false

View File

@ -0,0 +1,27 @@
---
manufacturer: Ubiquiti
model: airFiber 60 LR
slug: airfiber-60-lr
part_number: AF60-LR
comments: |
ubond0 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 ubond0 are permanently bridged as this is a L2 bridge device.
[Ubiquiti AF60-LR Data Sheet](https://dl.ui.com/ds/af60-lr_ds)
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

View File

@ -0,0 +1,25 @@
---
manufacturer: Ubiquiti
model: airFiber 60
slug: airfiber-60
part_number: AF-60
comments: |
ubond0 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 ubond0 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: ubond0
label: Wireless
type: ieee802.11ax
mgmt_only: false