From 47c6726de8a332063300fc4f50ec7adff535ebf2 Mon Sep 17 00:00:00 2001 From: christopherkettell <52745052+christopherkettell@users.noreply.github.com> Date: Sat, 21 Mar 2020 14:28:02 +0000 Subject: [PATCH] created DN2-HW-APL device --- device-types/Cisco/DN2-HW-APL.yaml | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 device-types/Cisco/DN2-HW-APL.yaml diff --git a/device-types/Cisco/DN2-HW-APL.yaml b/device-types/Cisco/DN2-HW-APL.yaml new file mode 100644 index 00000000..e5a8cb83 --- /dev/null +++ b/device-types/Cisco/DN2-HW-APL.yaml @@ -0,0 +1,32 @@ +manufacturer: Cisco +model: DN2-HW-APL +slug: dn2-hw-apl +part_number: DN2-HW-APL +u_height: 1 +is_full_depth: true +console-ports: +- name: Con + type: rj-45 +power-ports: +- name: PS-0 + type: iec-60320-c14 + maximum_draw: 770 +- name: PS-1 + type: iec-60320-c14 + maximum_draw: 770 +interfaces: +- name: eth2/1 + type: 10gbase-t + mgmt_only: false +- name: eth2/2 + type: 10gbase-t + mgmt_only: false +- name: CIMC + type: 1000base-t + mgmt_only: true +- name: MGMT-0 + type: 1000base-t + mgmt_only: true +- name: MGMT-1 + type: 1000base-t + mgmt_only: true \ No newline at end of file