From 21143c1f83b258155137f0205841474f3eb71ac6 Mon Sep 17 00:00:00 2001 From: Mark Tinberg Date: Wed, 18 Nov 2020 16:31:55 -0600 Subject: [PATCH] Add Cisco Catalyst 6k chassis variants --- device-types/Cisco/WS-C6506-E.yaml | 20 ++++++++++++++++++++ device-types/Cisco/WS-C6509-V-E.yaml | 20 ++++++++++++++++++++ device-types/Cisco/WS-C6509.yaml | 20 ++++++++++++++++++++ device-types/Cisco/WS-C6513.yaml | 20 ++++++++++++++++++++ 4 files changed, 80 insertions(+) create mode 100644 device-types/Cisco/WS-C6506-E.yaml create mode 100644 device-types/Cisco/WS-C6509-V-E.yaml create mode 100644 device-types/Cisco/WS-C6509.yaml create mode 100644 device-types/Cisco/WS-C6513.yaml diff --git a/device-types/Cisco/WS-C6506-E.yaml b/device-types/Cisco/WS-C6506-E.yaml new file mode 100644 index 00000000..301f65a4 --- /dev/null +++ b/device-types/Cisco/WS-C6506-E.yaml @@ -0,0 +1,20 @@ +manufacturer: Cisco +model: Catalyst 6506-E +slug: ws-c6506-e +part_number: WS-C6506-E +u_height: 11 +is_full_depth: false +console-ports: +- name: con0 + type: rj-45 +power-ports: +- name: PS1 + type: iec-60320-c20 + maximum_draw: 8700 +- name: PS2 + type: iec-60320-c20 + maximum_draw: 8700 +interfaces: +- name: FastEthernet1 + type: 100base-tx + mgmt_only: true diff --git a/device-types/Cisco/WS-C6509-V-E.yaml b/device-types/Cisco/WS-C6509-V-E.yaml new file mode 100644 index 00000000..bdee2981 --- /dev/null +++ b/device-types/Cisco/WS-C6509-V-E.yaml @@ -0,0 +1,20 @@ +manufacturer: Cisco +model: Catalyst 6509-V-E +slug: ws-c6509-v-e +part_number: WS-C6509-V-E +u_height: 21 +is_full_depth: false +console-ports: +- name: con0 + type: rj-45 +power-ports: +- name: PS1 + type: iec-60320-c20 + maximum_draw: 8700 +- name: PS2 + type: iec-60320-c20 + maximum_draw: 8700 +interfaces: +- name: FastEthernet1 + type: 100base-tx + mgmt_only: true diff --git a/device-types/Cisco/WS-C6509.yaml b/device-types/Cisco/WS-C6509.yaml new file mode 100644 index 00000000..03a62bf6 --- /dev/null +++ b/device-types/Cisco/WS-C6509.yaml @@ -0,0 +1,20 @@ +manufacturer: Cisco +model: Catalyst 6509 +slug: ws-c6509 +part_number: WS-C6509 +u_height: 14 +is_full_depth: false +console-ports: +- name: con0 + type: rj-45 +power-ports: +- name: PS1 + type: iec-60320-c14 + maximum_draw: 8700 +- name: PS2 + type: iec-60320-c14 + maximum_draw: 8700 +interfaces: +- name: FastEthernet1 + type: 100base-tx + mgmt_only: true diff --git a/device-types/Cisco/WS-C6513.yaml b/device-types/Cisco/WS-C6513.yaml new file mode 100644 index 00000000..cbb61d5a --- /dev/null +++ b/device-types/Cisco/WS-C6513.yaml @@ -0,0 +1,20 @@ +manufacturer: Cisco +model: Catalyst 6513 +slug: ws-c6513 +part_number: WS-C6513 +u_height: 19 +is_full_depth: false +console-ports: +- name: con0 + type: rj-45 +power-ports: +- name: PS1 + type: iec-60320-c14 + maximum_draw: 8700 +- name: PS2 + type: iec-60320-c14 + maximum_draw: 8700 +interfaces: +- name: FastEthernet1 + type: 100base-tx + mgmt_only: true