From ced940793bbc29c318493ffaa2604fa0e96f10f0 Mon Sep 17 00:00:00 2001 From: Maximilian Wilhelm Date: Thu, 18 Jun 2020 16:40:37 +0200 Subject: [PATCH] Add Cisco WS-C4900M switch. (#127) * Add Cisco WS-C4900M switch --- device-types/Cisco/ws-c4900m.yaml | 45 +++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 device-types/Cisco/ws-c4900m.yaml diff --git a/device-types/Cisco/ws-c4900m.yaml b/device-types/Cisco/ws-c4900m.yaml new file mode 100644 index 00000000..c9b6708d --- /dev/null +++ b/device-types/Cisco/ws-c4900m.yaml @@ -0,0 +1,45 @@ +manufacturer: Cisco +model: Catalyst C4900M +slug: ws-c4900m +part_number: WS-C4900M +u_height: 2 +is_full_depth: true +subdevice_role: parent +console-ports: +- name: con0 + type: rj-45 +power-ports: +- name: PS1 + type: iec-60320-c14 + maximum_draw: 960 +- name: PS2 + type: iec-60320-c14 + maximum_draw: 960 +interfaces: +- name: FastEthernet1 + type: 100base-tx + mgmt_only: true +- name: TenGigabitEthernet1/1 + type: 10gbase-x-x2 + mgmt_only: false +- name: TenGigabitEthernet1/2 + type: 10gbase-x-x2 + mgmt_only: false +- name: TenGigabitEthernet1/3 + type: 10gbase-x-x2 + mgmt_only: false +- name: TenGigabitEthernet1/4 + type: 10gbase-x-x2 + mgmt_only: false +- name: TenGigabitEthernet1/5 + type: 10gbase-x-x2 + mgmt_only: false +- name: TenGigabitEthernet1/6 + type: 10gbase-x-x2 + mgmt_only: false +- name: TenGigabitEthernet1/7 + type: 10gbase-x-x2 + mgmt_only: false +- name: TenGigabitEthernet1/8 + type: 10gbase-x-x2 + mgmt_only: false