mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-12-23 23:49:50 +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.
23 lines
388 B
YAML
23 lines
388 B
YAML
---
|
|
manufacturer: MikroTik
|
|
model: RB750r2
|
|
slug: mikrotik-rb750r2
|
|
interfaces:
|
|
- name: ether1
|
|
type: 100base-tx
|
|
- name: ether2
|
|
type: 100base-tx
|
|
- name: ether3
|
|
type: 100base-tx
|
|
- name: ether4
|
|
type: 100base-tx
|
|
- name: ether5
|
|
type: 100base-tx
|
|
power-ports:
|
|
- name: DC
|
|
type: iec-60320-c14
|
|
maximum_draw: 350
|
|
console-ports:
|
|
- name: Console
|
|
type: rj-45
|