mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
00dfac27d9
* Create r760 Fixed power DC draw to a whole number * Rename r760 to r760.yml * Rename r760.yml to r760.yaml * Update r760.yaml Changed Port 2 to correct speed. Also POE on both ports should be BT per the documentation - https://www.ruckusnetworks.com/globalassets/digizuite/985089-ds-ruckus-r760.pdf (PAGE 5, Top Left) * Update r760.yaml POE type change to type3 to correspond with poe BT * Update r760.yaml fixed typo --------- Co-authored-by: Harry
32 lines
675 B
YAML
32 lines
675 B
YAML
---
|
|
manufacturer: Ruckus
|
|
model: R760
|
|
slug: ruckus-r760
|
|
part_number: 901-R760-XX00
|
|
u_height: 0.0
|
|
is_full_depth: false
|
|
airflow: passive
|
|
comments: '[Ruckus R760 Datasheet](https://www.commscope.com/product-type/enterprise-networking/wireless-access-points/indoor/r760/)'
|
|
weight: 1.76
|
|
weight_unit: kg
|
|
console-ports:
|
|
- name: USB
|
|
type: usb-a
|
|
power-ports:
|
|
- name: DC
|
|
type: dc-terminal
|
|
maximum_draw: 38
|
|
interfaces:
|
|
- name: Port 1
|
|
type: 1000base-t
|
|
poe_mode: pd
|
|
poe_type: type3-ieee802.3bt
|
|
label: 1G Eth
|
|
- name: Port 2
|
|
type: 10gbase-t
|
|
label: 10G Eth PoE
|
|
poe_mode: pd
|
|
poe_type: type3-ieee802.3bt
|
|
- name: WiFi
|
|
type: ieee802.11ax
|