From 85962dccf4c45a02386e1762e5e7c37e3b4e3a70 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Fri, 3 Jan 2020 10:20:24 +0100 Subject: [PATCH 1/4] Add Juniper MX104-BASE chassis --- device-types/Juniper/MX104-BASE.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 device-types/Juniper/MX104-BASE.yaml diff --git a/device-types/Juniper/MX104-BASE.yaml b/device-types/Juniper/MX104-BASE.yaml new file mode 100644 index 00000000..6c02e196 --- /dev/null +++ b/device-types/Juniper/MX104-BASE.yaml @@ -0,0 +1,27 @@ +manufacturer: Juniper +model: MX104-BASE +slug: mx104-base +is_full_depth: false +u_height: 4 +interfaces: + - name: fxp0 + type: 1000base-t + mgmt_only: true + - name: xe-2/0/0 + type: 10gbase-x-sfpp + - name: xe-2/0/1 + type: 10gbase-x-sfpp + - name: xe-2/0/2 + type: 10gbase-x-sfpp + - name: xe-2/0/3 + type: 10gbase-x-sfpp +power-ports: + - name: PEM0 + type: iec-60320-c14 + maximum_draw: 800 + - name: PEM1 + type: iec-60320-c14 + maximum_draw: 800 +console-ports: + - name: Console + type: rj-45 From f2ff97b464371945214d6069761b2f3b242e54e8 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Fri, 3 Jan 2020 10:21:02 +0100 Subject: [PATCH 2/4] Add MX104-PREMIUM chassis --- device-types/Juniper/MX104-PREMIUM.yaml | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 device-types/Juniper/MX104-PREMIUM.yaml diff --git a/device-types/Juniper/MX104-PREMIUM.yaml b/device-types/Juniper/MX104-PREMIUM.yaml new file mode 100644 index 00000000..fe8380cd --- /dev/null +++ b/device-types/Juniper/MX104-PREMIUM.yaml @@ -0,0 +1,32 @@ +manufacturer: Juniper +model: MX104-PREMIUM +slug: mx104-premium +is_full_depth: false +u_height: 4 +interfaces: + - name: fxp0 (re0) + type: 1000base-t + mgmt_only: true + - name: fxp0 (re1) + type: 1000base-t + mgmt_only: true + - name: xe-2/0/0 + type: 10gbase-x-sfpp + - name: xe-2/0/1 + type: 10gbase-x-sfpp + - name: xe-2/0/2 + type: 10gbase-x-sfpp + - name: xe-2/0/3 + type: 10gbase-x-sfpp +power-ports: + - name: PEM0 + type: iec-60320-c14 + maximum_draw: 800 + - name: PEM1 + type: iec-60320-c14 + maximum_draw: 800 +console-ports: + - name: Console (re0) + type: rj-45 + - name: Console (re1) + type: rj-45 From 9e959685b1ffee1111b18f84ad92359f51a25df5 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Fri, 3 Jan 2020 10:25:40 +0100 Subject: [PATCH 3/4] MX104 devices have iec-60320-c15 power outlets --- device-types/Juniper/MX104-BASE.yaml | 4 ++-- device-types/Juniper/MX104-PREMIUM.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/device-types/Juniper/MX104-BASE.yaml b/device-types/Juniper/MX104-BASE.yaml index 6c02e196..6c1b560f 100644 --- a/device-types/Juniper/MX104-BASE.yaml +++ b/device-types/Juniper/MX104-BASE.yaml @@ -17,10 +17,10 @@ interfaces: type: 10gbase-x-sfpp power-ports: - name: PEM0 - type: iec-60320-c14 + type: iec-60320-c15 maximum_draw: 800 - name: PEM1 - type: iec-60320-c14 + type: iec-60320-c15 maximum_draw: 800 console-ports: - name: Console diff --git a/device-types/Juniper/MX104-PREMIUM.yaml b/device-types/Juniper/MX104-PREMIUM.yaml index fe8380cd..34f71bfa 100644 --- a/device-types/Juniper/MX104-PREMIUM.yaml +++ b/device-types/Juniper/MX104-PREMIUM.yaml @@ -20,10 +20,10 @@ interfaces: type: 10gbase-x-sfpp power-ports: - name: PEM0 - type: iec-60320-c14 + type: iec-60320-c15 maximum_draw: 800 - name: PEM1 - type: iec-60320-c14 + type: iec-60320-c15 maximum_draw: 800 console-ports: - name: Console (re0) From 1a4635fa9f798862bbf865fe3f9cb46d58062740 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Fri, 3 Jan 2020 10:33:09 +0100 Subject: [PATCH 4/4] MX104 devices have iec-60320-c16 power outlets --- device-types/Juniper/MX104-BASE.yaml | 4 ++-- device-types/Juniper/MX104-PREMIUM.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/device-types/Juniper/MX104-BASE.yaml b/device-types/Juniper/MX104-BASE.yaml index 6c1b560f..0688445d 100644 --- a/device-types/Juniper/MX104-BASE.yaml +++ b/device-types/Juniper/MX104-BASE.yaml @@ -17,10 +17,10 @@ interfaces: type: 10gbase-x-sfpp power-ports: - name: PEM0 - type: iec-60320-c15 + type: iec-60320-c16 maximum_draw: 800 - name: PEM1 - type: iec-60320-c15 + type: iec-60320-c16 maximum_draw: 800 console-ports: - name: Console diff --git a/device-types/Juniper/MX104-PREMIUM.yaml b/device-types/Juniper/MX104-PREMIUM.yaml index 34f71bfa..2fc062fc 100644 --- a/device-types/Juniper/MX104-PREMIUM.yaml +++ b/device-types/Juniper/MX104-PREMIUM.yaml @@ -20,10 +20,10 @@ interfaces: type: 10gbase-x-sfpp power-ports: - name: PEM0 - type: iec-60320-c15 + type: iec-60320-c16 maximum_draw: 800 - name: PEM1 - type: iec-60320-c15 + type: iec-60320-c16 maximum_draw: 800 console-ports: - name: Console (re0)