mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-01-11 00:40:26 +01:00
Add ubnt af 5xhd (#627)
* Create AF-5XHD.yml * Added bridge to schema tests
This commit is contained in:
parent
0ca3c61226
commit
ae0e7d6c6d
25
device-types/Ubiquiti/AF-5XHD.yml
Normal file
25
device-types/Ubiquiti/AF-5XHD.yml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
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
|
@ -388,6 +388,7 @@
|
||||
"enum": [
|
||||
"virtual",
|
||||
"lag",
|
||||
"bridge",
|
||||
"100base-tx",
|
||||
"1000base-t",
|
||||
"2.5gbase-t",
|
||||
|
Loading…
Reference in New Issue
Block a user