mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-12-23 07:30:19 +01:00
7ab7852a3b
* Migrated device slugs for 3com * Migrated device slugs for A10 * migrating manufacturers slugs * Migrated device slugs for AVM * Migrated device slugs for Avocent * Migrated device slugs for Brocade * Migrated device slugs for Calix * Migrated device slugs for Checkpoint * Migrated device slugs for more Checkpoint files * Migrated device slugs for Ciena * Migrated device slugs for Citrix * Migrated device slugs for Colable * Migrated device slugs for Corning * Migrated device slugs for CryptoPro * Migrated device slugs for CyberPower * Migrated device slugs for Datacom * Migrating slug definition for manufacturer Deciso * Migrating slug definition for manufacturer Dell * Migrating slug definition for manufacturer Extreme Networks * Migrating slug definition for manufacturer F5 * Migrating slug definition for manufacturer Fortinet * Migrating slug definition for manufacturer FS * Migrating slug definition for manufacturer Generic * Migrating slug definition for manufacturer Huawei * Migrating slug definition for manufacturer LANCOM * Migrating slug definition for manufacturer Lenovo * Migrating slug definition for manufacturer Mikrotik * Migrating slug definition for manufacturer Opengear * Migrating slug definition for manufacturer Palo Alto * Migrating slug definition for manufacturer Panduit * Migrating slug definition for manufacturer QNAP * Migrating slug definition for manufacturer Rockwell Automation * Migrating slug definition for manufacturer Ubiquiti * Migrating slug definition for manufacturer Yamaha * Migrating slug definition for manufacturer WTI * Migrating slug definition for manufacturers * Migrating slug definition for manufacturer Rohde & Schwarz * fixing double slugs and file names * fixing slug names to match proper format * fixing slug names to match proper format * fixing slugs to match proper format * fixing slugs to match proper format for Nokia. Also fixed file names for elevation images. * fixing slugs to match proper format * fixing slugs to match proper format * fixing slugs to match proper format for manufacturer Cisco * fixing slugs to match proper format for manufacturer MikroTik * fixing slugs to match proper format for manufacturer Ubiquiti * adding sloppy script used to migrate files
24 lines
557 B
YAML
24 lines
557 B
YAML
---
|
|
manufacturer: Ubiquiti
|
|
model: airFiber 60
|
|
slug: ubiquiti-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
|
|
- name: ubond0
|
|
label: Wireless
|
|
type: ieee802.11ax
|