From c1bd948196807b6c4d83d9b33c2c579d25aced9f Mon Sep 17 00:00:00 2001 From: Chris Smolen Date: Wed, 12 Feb 2020 10:37:11 -0800 Subject: [PATCH 1/9] Create ISR4431.yaml --- device-types/Cisco/ISR4431.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 device-types/Cisco/ISR4431.yaml diff --git a/device-types/Cisco/ISR4431.yaml b/device-types/Cisco/ISR4431.yaml new file mode 100644 index 00000000..48372023 --- /dev/null +++ b/device-types/Cisco/ISR4431.yaml @@ -0,0 +1,24 @@ +manufacturer: Cisco +model: ISR4431 +slug: isr4431 +u_height: 1 +is_full_depth: true +interfaces: + - name: GigabitEthernet0 + type: 1000base-t + mgmt_only: true + - name: GigabitEthernet0/0/0 + type: 1000base-x-sfp + - name: GigabitEthernet0/0/1 + type: 1000base-x-sfp + - name: GigabitEthernet0/0/2 + type: 1000base-x-sfp + - name: GigabitEthernet0/0/3 + type: 1000base-x-sfp +console-ports: + - name: con 0 + type: rj-45 +power-ports: + - name: PSU0 + type: iec-60320-c14 + maximum_draw: 250 From 8c792ccacd4487db081b6d3e672ae5d817a7c577 Mon Sep 17 00:00:00 2001 From: smolz Date: Wed, 12 Feb 2020 10:45:48 -0800 Subject: [PATCH 2/9] Update ISR4431.yaml --- device-types/Cisco/ISR4431.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/device-types/Cisco/ISR4431.yaml b/device-types/Cisco/ISR4431.yaml index 48372023..a0da1983 100644 --- a/device-types/Cisco/ISR4431.yaml +++ b/device-types/Cisco/ISR4431.yaml @@ -1,5 +1,6 @@ manufacturer: Cisco model: ISR4431 +part_number: ISR4431/K9 slug: isr4431 u_height: 1 is_full_depth: true From e4ddcad3a41c3db579205c7178b8b6ac9c395650 Mon Sep 17 00:00:00 2001 From: smolz Date: Wed, 12 Feb 2020 11:06:32 -0800 Subject: [PATCH 3/9] Add additional device types --- device-types/Cisco/ASA5555-X.yaml | 48 +++++++++++++++++++++++++ device-types/Cisco/ASR1002-X.yaml | 0 device-types/Cisco/WS-C3850-12X48U.yaml | 0 3 files changed, 48 insertions(+) create mode 100644 device-types/Cisco/ASA5555-X.yaml create mode 100644 device-types/Cisco/ASR1002-X.yaml create mode 100644 device-types/Cisco/WS-C3850-12X48U.yaml diff --git a/device-types/Cisco/ASA5555-X.yaml b/device-types/Cisco/ASA5555-X.yaml new file mode 100644 index 00000000..19014f02 --- /dev/null +++ b/device-types/Cisco/ASA5555-X.yaml @@ -0,0 +1,48 @@ +manufacturer: Cisco +model: ASA5555-X +slug: asa5555-x +part_number: ASA5555-K9 +u_height: 1 +is_full_depth: true +subdevice_role: '' +comments: '' +console-ports: +- name: Con 0 + type: rj-45 +power-ports: +- name: PS1 + type: iec-60320-c14 + maximum_draw: 470 + allocated_draw: null +- name: PS2 + type: iec-60320-c14 + maximum_draw: 470 + allocated_draw: null +interfaces: +- name: GigabitEthernet0/0 + type: 1000base-t + mgmt_only: false +- name: Management0/0 + type: 1000base-t + mgmt_only: true +- name: GigabitEthernet0/1 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/2 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/3 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/4 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/5 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/6 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/7 + type: 1000base-t + mgmt_only: false \ No newline at end of file diff --git a/device-types/Cisco/ASR1002-X.yaml b/device-types/Cisco/ASR1002-X.yaml new file mode 100644 index 00000000..e69de29b diff --git a/device-types/Cisco/WS-C3850-12X48U.yaml b/device-types/Cisco/WS-C3850-12X48U.yaml new file mode 100644 index 00000000..e69de29b From 7fba580897ac6c42c5d96eb2e6acbe8710580891 Mon Sep 17 00:00:00 2001 From: smolz Date: Wed, 12 Feb 2020 11:09:40 -0800 Subject: [PATCH 4/9] add trailing newline --- device-types/Cisco/ASA5555-X.yaml | 3 +- device-types/Cisco/ASR1002-X.yaml | 46 +++++ device-types/Cisco/WS-C3850-12X48U.yaml | 214 ++++++++++++++++++++++++ 3 files changed, 262 insertions(+), 1 deletion(-) diff --git a/device-types/Cisco/ASA5555-X.yaml b/device-types/Cisco/ASA5555-X.yaml index 19014f02..361f1bf3 100644 --- a/device-types/Cisco/ASA5555-X.yaml +++ b/device-types/Cisco/ASA5555-X.yaml @@ -45,4 +45,5 @@ interfaces: mgmt_only: false - name: GigabitEthernet0/7 type: 1000base-t - mgmt_only: false \ No newline at end of file + mgmt_only: false + \ No newline at end of file diff --git a/device-types/Cisco/ASR1002-X.yaml b/device-types/Cisco/ASR1002-X.yaml index e69de29b..b1c4e2d3 100644 --- a/device-types/Cisco/ASR1002-X.yaml +++ b/device-types/Cisco/ASR1002-X.yaml @@ -0,0 +1,46 @@ +manufacturer: Cisco +model: ASR1002-X +slug: asr1002-x +part_number: ASR1002X-5G-K9 +u_height: 2 +is_full_depth: false +subdevice_role: '' +comments: '' +console-ports: +- name: Con 0 + type: rj-45 +power-ports: +- name: PS1 + type: iec-60320-c14 + maximum_draw: 470 + allocated_draw: 470 +- name: PS2 + type: iec-60320-c14 + maximum_draw: 470 + allocated_draw: 470 +interfaces: +- name: GigabitEthernet0/0/0 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/0/1 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/0/2 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/0/3 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/0/4 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0/0/5 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet0 + type: 1000base-t + mgmt_only: true +- name: Loopback0 + type: virtual + mgmt_only: true + \ No newline at end of file diff --git a/device-types/Cisco/WS-C3850-12X48U.yaml b/device-types/Cisco/WS-C3850-12X48U.yaml index e69de29b..762db8df 100644 --- a/device-types/Cisco/WS-C3850-12X48U.yaml +++ b/device-types/Cisco/WS-C3850-12X48U.yaml @@ -0,0 +1,214 @@ +manufacturer: Cisco +model: CATALYST 3850 48PT 12 MGIG+36 GIG UPOE +slug: catalyst-3850-48pt-12-mgig36-gig-upoe +part_number: WS-C3850-12X48U +u_height: 1 +is_full_depth: false +subdevice_role: '' +comments: '' +console-ports: +- name: Con 0 + type: rj-45 +power-ports: +- name: PS1 + type: iec-60320-c16 + maximum_draw: 1100 + allocated_draw: null +- name: PS2 + type: iec-60320-c16 + maximum_draw: 1100 + allocated_draw: null +interfaces: +- name: GigabitEthernet0/0 + type: 1000base-t + mgmt_only: true +- name: GigabitEthernet1/0/1 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/2 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/3 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/4 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/5 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/6 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/7 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/8 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/9 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/10 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/11 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/12 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/13 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/14 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/15 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/16 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/17 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/18 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/19 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/20 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/21 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/22 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/23 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/24 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/25 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/26 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/27 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/28 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/29 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/30 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/31 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/32 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/33 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/34 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/35 + type: 1000base-t + mgmt_only: false +- name: GigabitEthernet1/0/36 + type: 1000base-t + mgmt_only: false +- name: TenGigabitEthernet1/0/37 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/38 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/39 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/40 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/41 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/42 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/43 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/44 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/45 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/46 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/47 + type: 10gbase-t + mgmt_only: false +- name: TenGigabitEthernet1/0/48 + type: 10gbase-t + mgmt_only: false +- name: FortyGigabitEthernet1/1/1 + type: 40gbase-x-qsfpp + mgmt_only: false +- name: GigabitEthernet1/1/1 + type: 1000base-x-sfp + mgmt_only: false +- name: TenGigabitEthernet1/1/1 + type: 10gbase-x-sfpp + mgmt_only: false +- name: FortyGigabitEthernet1/1/2 + type: 40gbase-x-qsfpp + mgmt_only: false +- name: GigabitEthernet1/1/2 + type: 1000base-x-sfp + mgmt_only: false +- name: TenGigabitEthernet1/1/2 + type: 10gbase-x-sfpp + mgmt_only: false +- name: GigabitEthernet1/1/3 + type: 1000base-x-sfp + mgmt_only: false +- name: TenGigabitEthernet1/1/3 + type: 10gbase-x-sfpp + mgmt_only: false +- name: GigabitEthernet1/1/4 + type: 1000base-x-sfp + mgmt_only: false +- name: TenGigabitEthernet1/1/4 + type: 10gbase-x-sfpp + mgmt_only: false +- name: TenGigabitEthernet1/1/5 + type: 10gbase-x-sfpp + mgmt_only: false +- name: TenGigabitEthernet1/1/6 + type: 10gbase-x-sfpp + mgmt_only: false +- name: TenGigabitEthernet1/1/7 + type: 10gbase-x-sfpp + mgmt_only: false +- name: TenGigabitEthernet1/1/8 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Loopback0 + type: virtual + mgmt_only: true + \ No newline at end of file From 02b9ab1331be91cc582740e9819b102247c72b15 Mon Sep 17 00:00:00 2001 From: Chris Smolen Date: Wed, 12 Feb 2020 11:12:22 -0800 Subject: [PATCH 5/9] Update ASA5555-X.yaml --- device-types/Cisco/ASA5555-X.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/device-types/Cisco/ASA5555-X.yaml b/device-types/Cisco/ASA5555-X.yaml index 361f1bf3..001bf1cb 100644 --- a/device-types/Cisco/ASA5555-X.yaml +++ b/device-types/Cisco/ASA5555-X.yaml @@ -46,4 +46,3 @@ interfaces: - name: GigabitEthernet0/7 type: 1000base-t mgmt_only: false - \ No newline at end of file From b0d08aed98e7c5ad87d6d69d0a5ebb6161822315 Mon Sep 17 00:00:00 2001 From: Chris Smolen Date: Wed, 12 Feb 2020 11:12:37 -0800 Subject: [PATCH 6/9] Update ASR1002-X.yaml --- device-types/Cisco/ASR1002-X.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/device-types/Cisco/ASR1002-X.yaml b/device-types/Cisco/ASR1002-X.yaml index b1c4e2d3..b027ed30 100644 --- a/device-types/Cisco/ASR1002-X.yaml +++ b/device-types/Cisco/ASR1002-X.yaml @@ -43,4 +43,3 @@ interfaces: - name: Loopback0 type: virtual mgmt_only: true - \ No newline at end of file From f451ea268b406f006e7b9fde090dd50198f1b6f9 Mon Sep 17 00:00:00 2001 From: Chris Smolen Date: Wed, 12 Feb 2020 11:12:58 -0800 Subject: [PATCH 7/9] Update WS-C3850-12X48U.yaml --- device-types/Cisco/WS-C3850-12X48U.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/device-types/Cisco/WS-C3850-12X48U.yaml b/device-types/Cisco/WS-C3850-12X48U.yaml index 762db8df..ffac8486 100644 --- a/device-types/Cisco/WS-C3850-12X48U.yaml +++ b/device-types/Cisco/WS-C3850-12X48U.yaml @@ -211,4 +211,3 @@ interfaces: - name: Loopback0 type: virtual mgmt_only: true - \ No newline at end of file From 6cec34b1971e10feaeb87cdc750c4933d22ad1ef Mon Sep 17 00:00:00 2001 From: smolz Date: Wed, 12 Feb 2020 11:17:55 -0800 Subject: [PATCH 8/9] removed not used sections --- device-types/Cisco/ASA5555-X.yaml | 3 --- device-types/Cisco/ASR1002-X.yaml | 3 --- device-types/Cisco/WS-C3850-12X48U.yaml | 3 --- 3 files changed, 9 deletions(-) diff --git a/device-types/Cisco/ASA5555-X.yaml b/device-types/Cisco/ASA5555-X.yaml index 361f1bf3..72df8f9a 100644 --- a/device-types/Cisco/ASA5555-X.yaml +++ b/device-types/Cisco/ASA5555-X.yaml @@ -4,8 +4,6 @@ slug: asa5555-x part_number: ASA5555-K9 u_height: 1 is_full_depth: true -subdevice_role: '' -comments: '' console-ports: - name: Con 0 type: rj-45 @@ -46,4 +44,3 @@ interfaces: - name: GigabitEthernet0/7 type: 1000base-t mgmt_only: false - \ No newline at end of file diff --git a/device-types/Cisco/ASR1002-X.yaml b/device-types/Cisco/ASR1002-X.yaml index b1c4e2d3..2d6f36f8 100644 --- a/device-types/Cisco/ASR1002-X.yaml +++ b/device-types/Cisco/ASR1002-X.yaml @@ -4,8 +4,6 @@ slug: asr1002-x part_number: ASR1002X-5G-K9 u_height: 2 is_full_depth: false -subdevice_role: '' -comments: '' console-ports: - name: Con 0 type: rj-45 @@ -43,4 +41,3 @@ interfaces: - name: Loopback0 type: virtual mgmt_only: true - \ No newline at end of file diff --git a/device-types/Cisco/WS-C3850-12X48U.yaml b/device-types/Cisco/WS-C3850-12X48U.yaml index 762db8df..d88db993 100644 --- a/device-types/Cisco/WS-C3850-12X48U.yaml +++ b/device-types/Cisco/WS-C3850-12X48U.yaml @@ -4,8 +4,6 @@ slug: catalyst-3850-48pt-12-mgig36-gig-upoe part_number: WS-C3850-12X48U u_height: 1 is_full_depth: false -subdevice_role: '' -comments: '' console-ports: - name: Con 0 type: rj-45 @@ -211,4 +209,3 @@ interfaces: - name: Loopback0 type: virtual mgmt_only: true - \ No newline at end of file From b199ae9723e4acf8f7c7637201a122bac4c46e32 Mon Sep 17 00:00:00 2001 From: smolz Date: Wed, 12 Feb 2020 11:20:09 -0800 Subject: [PATCH 9/9] Update --- device-types/Cisco/ASA5555-X.yaml | 2 -- device-types/Cisco/ASR1002-X.yaml | 2 -- device-types/Cisco/WS-C3850-12X48U.yaml | 2 -- 3 files changed, 6 deletions(-) diff --git a/device-types/Cisco/ASA5555-X.yaml b/device-types/Cisco/ASA5555-X.yaml index 72df8f9a..4da6b14f 100644 --- a/device-types/Cisco/ASA5555-X.yaml +++ b/device-types/Cisco/ASA5555-X.yaml @@ -11,11 +11,9 @@ power-ports: - name: PS1 type: iec-60320-c14 maximum_draw: 470 - allocated_draw: null - name: PS2 type: iec-60320-c14 maximum_draw: 470 - allocated_draw: null interfaces: - name: GigabitEthernet0/0 type: 1000base-t diff --git a/device-types/Cisco/ASR1002-X.yaml b/device-types/Cisco/ASR1002-X.yaml index 2d6f36f8..2351a829 100644 --- a/device-types/Cisco/ASR1002-X.yaml +++ b/device-types/Cisco/ASR1002-X.yaml @@ -11,11 +11,9 @@ power-ports: - name: PS1 type: iec-60320-c14 maximum_draw: 470 - allocated_draw: 470 - name: PS2 type: iec-60320-c14 maximum_draw: 470 - allocated_draw: 470 interfaces: - name: GigabitEthernet0/0/0 type: 1000base-t diff --git a/device-types/Cisco/WS-C3850-12X48U.yaml b/device-types/Cisco/WS-C3850-12X48U.yaml index d88db993..28a13dac 100644 --- a/device-types/Cisco/WS-C3850-12X48U.yaml +++ b/device-types/Cisco/WS-C3850-12X48U.yaml @@ -11,11 +11,9 @@ power-ports: - name: PS1 type: iec-60320-c16 maximum_draw: 1100 - allocated_draw: null - name: PS2 type: iec-60320-c16 maximum_draw: 1100 - allocated_draw: null interfaces: - name: GigabitEthernet0/0 type: 1000base-t