mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 00:13:36 +01:00
Add AirFiber 60 family. (#771)
This commit is contained in:
parent
84ad65da06
commit
21df1e00b3
27
device-types/Ubiquiti/AF-60-HD.yml
Normal file
27
device-types/Ubiquiti/AF-60-HD.yml
Normal 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
|
27
device-types/Ubiquiti/AF-60-LR.yml
Normal file
27
device-types/Ubiquiti/AF-60-LR.yml
Normal 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
|
25
device-types/Ubiquiti/AF-60.yml
Normal file
25
device-types/Ubiquiti/AF-60.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user