mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
Add LANCOM WiFi access points (#2164)
* add lancom lx-6402 * add lancom lw-600
This commit is contained in:
parent
ff393cfdf4
commit
4bdd1116df
25
device-types/LANCOM/LW-600.yaml
Normal file
25
device-types/LANCOM/LW-600.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
manufacturer: LANCOM
|
||||
model: LW-600
|
||||
slug: lancom-lw-600
|
||||
part_number: '61829'
|
||||
u_height: 0
|
||||
is_full_depth: false
|
||||
airflow: passive
|
||||
comments: '[LANCOM LW-600 Data sheet](https://www.lancom-systems.de/fileadmin/download/LC-LW-600/HWS_LW-600_DE.pdf)'
|
||||
power-ports:
|
||||
- name: PS1
|
||||
label: DC 12 V
|
||||
type: dc-terminal
|
||||
maximum_draw: 11
|
||||
interfaces:
|
||||
- name: eth1
|
||||
type: 1000base-t
|
||||
poe_mode: pd
|
||||
poe_type: type1-ieee802.3af
|
||||
- name: wlan0
|
||||
type: ieee802.11ax
|
||||
description: 2.4GHz
|
||||
- name: wlan1
|
||||
type: ieee802.11ax
|
||||
description: 5GHz
|
29
device-types/LANCOM/LX-6402.yaml
Normal file
29
device-types/LANCOM/LX-6402.yaml
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
manufacturer: LANCOM
|
||||
model: LX-6402
|
||||
slug: lancom-lx-6402
|
||||
part_number: '61825'
|
||||
u_height: 0
|
||||
is_full_depth: false
|
||||
airflow: passive
|
||||
comments: '[LANCOM LX-6402 Data sheet](https://www.lancom-systems.de/fileadmin/download/LC-LX-6402/DS_LX-6402_DE.pdf)'
|
||||
power-ports:
|
||||
- name: PS1
|
||||
label: DC 12 V
|
||||
type: dc-terminal
|
||||
maximum_draw: 22
|
||||
interfaces:
|
||||
- name: eth1
|
||||
label: ETH1 (PoE)
|
||||
type: 2.5gbase-t
|
||||
poe_mode: pd
|
||||
poe_type: type2-ieee802.3at
|
||||
- name: eth2
|
||||
label: ETH2
|
||||
type: 1000base-t
|
||||
- name: wlan0
|
||||
type: ieee802.11ax
|
||||
description: 2.4GHz
|
||||
- name: wlan1
|
||||
type: ieee802.11ax
|
||||
description: 5GHz
|
Loading…
Reference in New Issue
Block a user