mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 08:23:33 +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.
19 lines
329 B
YAML
19 lines
329 B
YAML
---
|
|
manufacturer: Cisco
|
|
model: Catalyst 9120AXI-E
|
|
slug: cisco-c9120axi-e
|
|
part_number: C9120AXI-E
|
|
u_height: 0
|
|
is_full_depth: false
|
|
interfaces:
|
|
- name: WiFi
|
|
type: ieee802.11ax
|
|
- name: GigabitEthernet0
|
|
type: 2.5gbase-t
|
|
poe_mode: pd
|
|
console-ports:
|
|
- name: console
|
|
type: rj-45
|
|
- name: usb
|
|
type: usb-mini-b
|