From 4b831a789378fd3c68b6e4b5eebb4195a6294996 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 28 Apr 2020 11:53:04 -0400 Subject: [PATCH] Add Cisco Catalyst Digital Building Switch These devices are a bit special. See the comments in the files. Signed-off-by: Felix Kaechele --- device-types/Cisco/cdb-8p.yaml | 32 +++++++++++++++++++++++ device-types/Cisco/cdb-8u.yaml | 32 +++++++++++++++++++++++ device-types/Cisco/cdb-mnt-rack5-c14.yaml | 24 +++++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 device-types/Cisco/cdb-8p.yaml create mode 100644 device-types/Cisco/cdb-8u.yaml create mode 100644 device-types/Cisco/cdb-mnt-rack5-c14.yaml diff --git a/device-types/Cisco/cdb-8p.yaml b/device-types/Cisco/cdb-8p.yaml new file mode 100644 index 000000000..e2fc88701 --- /dev/null +++ b/device-types/Cisco/cdb-8p.yaml @@ -0,0 +1,32 @@ +manufacturer: Cisco +model: Catalyst Digital Building Switch (PoE+) +slug: cdb-8p +part_number: CDB-8P +is_full_depth: false +subdevice_role: child +interfaces: + - name: FastEthernet1/0/1 + type: 100base-tx + - name: FastEthernet1/0/2 + type: 100base-tx + - name: FastEthernet1/0/3 + type: 100base-tx + - name: FastEthernet1/0/4 + type: 100base-tx + - name: FastEthernet1/0/5 + type: 100base-tx + - name: FastEthernet1/0/6 + type: 100base-tx + - name: FastEthernet1/0/7 + type: 100base-tx + - name: FastEthernet1/0/8 + type: 100base-tx + - name: GigabitEthernet1/0/1 + type: 1000base-t + - name: GigabitEthernet1/0/2 + type: 1000base-t +console-ports: + - name: con0 + type: rj-45 + - name: con1 + type: usb-micro-b diff --git a/device-types/Cisco/cdb-8u.yaml b/device-types/Cisco/cdb-8u.yaml new file mode 100644 index 000000000..e262a2eb6 --- /dev/null +++ b/device-types/Cisco/cdb-8u.yaml @@ -0,0 +1,32 @@ +manufacturer: Cisco +model: Catalyst Digital Building Switch (UPoE) +slug: cdb-8u +part_number: CDB-8U +is_full_depth: false +subdevice_role: child +interfaces: + - name: FastEthernet1/0/1 + type: 100base-tx + - name: FastEthernet1/0/2 + type: 100base-tx + - name: FastEthernet1/0/3 + type: 100base-tx + - name: FastEthernet1/0/4 + type: 100base-tx + - name: FastEthernet1/0/5 + type: 100base-tx + - name: FastEthernet1/0/6 + type: 100base-tx + - name: FastEthernet1/0/7 + type: 100base-tx + - name: FastEthernet1/0/8 + type: 100base-tx + - name: GigabitEthernet1/0/1 + type: 1000base-t + - name: GigabitEthernet1/0/2 + type: 1000base-t +console-ports: + - name: con0 + type: rj-45 + - name: con1 + type: usb-micro-b diff --git a/device-types/Cisco/cdb-mnt-rack5-c14.yaml b/device-types/Cisco/cdb-mnt-rack5-c14.yaml new file mode 100644 index 000000000..9a55c8477 --- /dev/null +++ b/device-types/Cisco/cdb-mnt-rack5-c14.yaml @@ -0,0 +1,24 @@ +manufacturer: Cisco +model: Catalyst Digital Building 5-slot Rack Mount +slug: cdb-mnt-rack5-c14 +part_number: CDB-MNT-RACK5-C14= +u_height: 5 +is_full_depth: false +subdevice_role: parent +power-ports: +- name: "1" + type: iec-60320-c14 +- name: "2" + type: iec-60320-c14 +- name: "3" + type: iec-60320-c14 +- name: "4" + type: iec-60320-c14 +- name: "5" + type: iec-60320-c14 +device-bays: +- name: Slot 1 +- name: Slot 2 +- name: Slot 3 +- name: Slot 4 +- name: Slot 5