mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
d0cb58d96e
* broke component validation out to its own function. Adding logic for validating device power input. * Added console-port poe true for adapters. Updating devices to add proper power sources. * Adding switches to allow for tests to properly determine POE status. * Fixing files with missing power definitions.
20 lines
578 B
YAML
20 lines
578 B
YAML
---
|
|
manufacturer: Cisco
|
|
model: Meraki MR53
|
|
slug: cisco-meraki-mr53
|
|
part_number: MR53
|
|
is_full_depth: false
|
|
u_height: 0
|
|
comments: "- Datasheet: [https://meraki.cisco.com/product-collateral/mr53-datasheet/?file](https://meraki.cisco.com/product-collateral/mr53-datasheet/?file)\r\
|
|
\n- IEEE Standards: 802.11b, 802.11g, 802.11a, 802.11n, 802.11ac, 802.11h, 802.11i, 802.11e, 802.11k, 802.11r, 802.11u"
|
|
interfaces:
|
|
- name: eth0
|
|
type: 2.5gbase-t
|
|
poe_mode: pd
|
|
- name: eth1
|
|
type: 1000base-t
|
|
- name: wlan0
|
|
type: ieee802.11n
|
|
- name: wlan1
|
|
type: ieee802.11ac
|