forked from netbox-community/devicetype-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ubnt af 5xhd (netbox-community#627)
* Create AF-5XHD.yml * Added bridge to schema tests
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -388,6 +388,7 @@ | |
"enum": [ | ||
"virtual", | ||
"lag", | ||
"bridge", | ||
"100base-tx", | ||
"1000base-t", | ||
"2.5gbase-t", | ||
|