From fd445ba27467a2ca2fed6cfeea054b6f98b8b30f Mon Sep 17 00:00:00 2001 From: Trond Arne Runde Date: Sun, 29 Dec 2019 00:06:54 +0100 Subject: [PATCH 1/3] Created device Juniper SRX240H2 --- device-types/Juniper/SRX240H2.yaml | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 device-types/Juniper/SRX240H2.yaml diff --git a/device-types/Juniper/SRX240H2.yaml b/device-types/Juniper/SRX240H2.yaml new file mode 100644 index 000000000..2d7ff81f0 --- /dev/null +++ b/device-types/Juniper/SRX240H2.yaml @@ -0,0 +1,47 @@ +manufacturer: Juniper +model: SRX240H2 +slug: srx240H2 +interfaces: + - name: ge-0/0/0 + type: 1000base-t + - name: ge-0/0/1 + type: 1000base-t + - name: ge-0/0/2 + type: 1000base-t + - name: ge-0/0/3 + type: 1000base-t + - name: ge-0/0/4 + type: 1000base-t + - name: ge-0/0/5 + type: 1000base-t + - name: ge-0/0/6 + type: 1000base-t + - name: ge-0/0/7 + type: 1000base-t + - name: ge-0/0/8 + type: 1000base-t + - name: ge-0/0/9 + type: 1000base-t + - name: ge-0/0/10 + type: 1000base-t + - name: ge-0/0/11 + type: 1000base-t + - name: ge-0/0/12 + type: 1000base-t + - name: ge-0/0/13 + type: 1000base-t + - name: ge-0/0/14 + type: 1000base-t + - name: ge-0/0/15 + type: 1000base-t +power-ports: + - name: PSU0 + type: iec-60320-c14 +console-ports: + - name: Console + type: rj-45 +device-bays: + - name: Mini-PIM 0 + - name: Mini-PIM 1 + - name: Mini-PIM 2 + - name: Mini-PIM 3 From 820058737b496ca69a0832a740cc24a864be6072 Mon Sep 17 00:00:00 2001 From: Trond Arne Runde Date: Mon, 30 Dec 2019 20:16:37 +0100 Subject: [PATCH 2/3] made changes to yaml --- device-types/Juniper/SRX240H2.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/device-types/Juniper/SRX240H2.yaml b/device-types/Juniper/SRX240H2.yaml index 2d7ff81f0..8302c8c9f 100644 --- a/device-types/Juniper/SRX240H2.yaml +++ b/device-types/Juniper/SRX240H2.yaml @@ -35,13 +35,6 @@ interfaces: - name: ge-0/0/15 type: 1000base-t power-ports: - - name: PSU0 type: iec-60320-c14 console-ports: - - name: Console type: rj-45 -device-bays: - - name: Mini-PIM 0 - - name: Mini-PIM 1 - - name: Mini-PIM 2 - - name: Mini-PIM 3 From 5d6d6e8f2ea55a5e63050e04198554e67e1f0bdc Mon Sep 17 00:00:00 2001 From: Trond Arne Runde Date: Mon, 30 Dec 2019 20:35:59 +0100 Subject: [PATCH 3/3] had removed names on console and psu. They should be there --- device-types/Juniper/SRX240H2.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device-types/Juniper/SRX240H2.yaml b/device-types/Juniper/SRX240H2.yaml index 8302c8c9f..a809f37b5 100644 --- a/device-types/Juniper/SRX240H2.yaml +++ b/device-types/Juniper/SRX240H2.yaml @@ -35,6 +35,8 @@ interfaces: - name: ge-0/0/15 type: 1000base-t power-ports: + - name: PSU0 type: iec-60320-c14 console-ports: + - name: Console type: rj-45