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.
31 lines
606 B
YAML
31 lines
606 B
YAML
---
|
|
manufacturer: Cisco
|
|
model: IE-2000-4TS-G-B
|
|
part_number: IE-2000-4TS-G-B
|
|
slug: cisco-ie-2000-4ts-g-b
|
|
u_height: 3
|
|
is_full_depth: false
|
|
console-ports:
|
|
- name: con 0
|
|
type: rj-45
|
|
- name: usb
|
|
type: usb-mini-b
|
|
power-ports:
|
|
- name: DC-A
|
|
type: dc-terminal
|
|
- name: DC-B
|
|
type: dc-terminal
|
|
interfaces:
|
|
- name: FastEthernet1/1
|
|
type: 100base-tx
|
|
- name: FastEthernet1/2
|
|
type: 100base-tx
|
|
- name: FastEthernet1/3
|
|
type: 100base-tx
|
|
- name: FastEthernet1/4
|
|
type: 100base-tx
|
|
- name: GigabitEthernet1/1
|
|
type: 1000base-t
|
|
- name: GigabitEthernet1/2
|
|
type: 1000base-t
|