mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 00:13:36 +01:00
Juniper add small devices and add modular PSU/FAN (#1961)
* Juniper add small devices and add modular PSU/FAN * Fix typo on module-bays --------- Co-authored-by: loic.chabert <loic.chabert@jaguar-network.com>
This commit is contained in:
parent
68d983a268
commit
0a8fe5893d
@ -5,6 +5,8 @@ slug: juniper-ex4500-40f
|
||||
part_number: EX4500-40F-VC1-BF-C
|
||||
u_height: 2
|
||||
is_full_depth: true
|
||||
weight: 17
|
||||
weight_unit: kg
|
||||
interfaces:
|
||||
- name: xe-0/0/0
|
||||
type: 10gbase-x-sfpp
|
||||
@ -93,13 +95,12 @@ interfaces:
|
||||
- name: me0
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
power-ports:
|
||||
- name: PEM0
|
||||
type: iec-60320-c20
|
||||
maximum_draw: 1200
|
||||
- name: PEM1
|
||||
type: iec-60320-c20
|
||||
maximum_draw: 1200
|
||||
console-ports:
|
||||
- name: Console
|
||||
type: rj-45
|
||||
module-bays:
|
||||
- name: Fan Tray
|
||||
- name: PEM0
|
||||
position: '0'
|
||||
- name: PEM1
|
||||
position: '1'
|
||||
|
@ -37,13 +37,17 @@ interfaces:
|
||||
type: 10gbase-x-sfpp
|
||||
- name: xe-0/1/7
|
||||
type: 10gbase-x-sfpp
|
||||
power-ports:
|
||||
- name: PSU0
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 650
|
||||
- name: PSU1
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 650
|
||||
module-bays:
|
||||
- name: Power Supply 0
|
||||
position: PEM 0
|
||||
- name: Power Supply 1
|
||||
position: PEM 1
|
||||
- name: Fan tray 0
|
||||
position: '0'
|
||||
- name: Fan tray 1
|
||||
position: '1'
|
||||
- name: Fan tray 2
|
||||
position: '2'
|
||||
console-ports:
|
||||
- name: Console
|
||||
type: rj-45
|
||||
|
@ -36,3 +36,4 @@ module-bays:
|
||||
position: '1'
|
||||
- name: MIC1
|
||||
position: '2'
|
||||
- name: Fan Tray
|
||||
|
34
device-types/Juniper/SRX100B.yaml
Normal file
34
device-types/Juniper/SRX100B.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: SRX100B
|
||||
slug: juniper-srx100b
|
||||
part_number: srx100b
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
airflow: passive
|
||||
weight: 1.86
|
||||
weight_unit: lb
|
||||
comments: '[Juniper SXR100b](https://www.juniper.net/documentation/en_US/release-independent/junos/information-products/pathway-pages/hardware/srx100/srx100-index.pdf)'
|
||||
console-ports:
|
||||
- name: Con0
|
||||
type: rj-45
|
||||
power-ports:
|
||||
- name: PSU0
|
||||
type: iec-60320-c14
|
||||
interfaces:
|
||||
- name: fe-0/0/0
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/1
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/2
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/3
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/4
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/5
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/6
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/7
|
||||
type: 100base-tx
|
34
device-types/Juniper/SRX100H.yaml
Normal file
34
device-types/Juniper/SRX100H.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: SRX100H
|
||||
slug: juniper-srx100h
|
||||
part_number: srx100h
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
airflow: passive
|
||||
weight: 1.86
|
||||
weight_unit: lb
|
||||
comments: '[Juniper SXR100H](https://www.juniper.net/documentation/en_US/release-independent/junos/information-products/pathway-pages/hardware/srx100/srx100-index.pdf)'
|
||||
console-ports:
|
||||
- name: Con0
|
||||
type: rj-45
|
||||
power-ports:
|
||||
- name: PSU0
|
||||
type: iec-60320-c14
|
||||
interfaces:
|
||||
- name: fe-0/0/0
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/1
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/2
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/3
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/4
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/5
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/6
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/7
|
||||
type: 100base-tx
|
34
device-types/Juniper/SRX100H2.yaml
Normal file
34
device-types/Juniper/SRX100H2.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: SRX100H2
|
||||
slug: juniper-srx100h2
|
||||
part_number: srx100h2
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
airflow: passive
|
||||
weight: 1.1
|
||||
weight_unit: kg
|
||||
comments: '[Juniper SXR100H2](https://www.juniper.net/documentation/en_US/release-independent/junos/information-products/pathway-pages/hardware/srx100/srx100-2g-index.pdf)'
|
||||
console-ports:
|
||||
- name: Con0
|
||||
type: rj-45
|
||||
power-ports:
|
||||
- name: PSU0
|
||||
type: iec-60320-c14
|
||||
interfaces:
|
||||
- name: fe-0/0/0
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/1
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/2
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/3
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/4
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/5
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/6
|
||||
type: 100base-tx
|
||||
- name: fe-0/0/7
|
||||
type: 100base-tx
|
@ -3,6 +3,8 @@ manufacturer: Juniper
|
||||
model: SRX210HE2
|
||||
slug: juniper-srx210he2
|
||||
is_full_depth: false
|
||||
weight: 1.61
|
||||
weight_unit: kg
|
||||
interfaces:
|
||||
- name: ge-0/0/0
|
||||
type: 1000base-t
|
||||
|
5
module-types/Juniper/EX-FAN-AFI.yaml
Normal file
5
module-types/Juniper/EX-FAN-AFI.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: EX-FAN-AFI
|
||||
comments: |
|
||||
fan with back-to-front airflow
|
5
module-types/Juniper/EX-FAN-AFO.yaml
Normal file
5
module-types/Juniper/EX-FAN-AFO.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: EX-FAN-AFO
|
||||
comments: |
|
||||
fan with front-to-back airflow
|
9
module-types/Juniper/EX4500-PWR1-AC-BF.yml
Normal file
9
module-types/Juniper/EX4500-PWR1-AC-BF.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: EX4500-PWR1-AC-BF
|
||||
part_number: 740-029654
|
||||
comments: back-to-front airflow
|
||||
power-ports:
|
||||
- name: PSU {module}
|
||||
type: iec-60320-c20
|
||||
maximum_draw: 1200
|
9
module-types/Juniper/EX4500-PWR1-AC-FB.yml
Normal file
9
module-types/Juniper/EX4500-PWR1-AC-FB.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: EX4500-PWR1-AC-FB
|
||||
part_number: 740-029654
|
||||
comments: front-to-back airflow
|
||||
power-ports:
|
||||
- name: PSU {module}
|
||||
type: iec-60320-c20
|
||||
maximum_draw: 1200
|
@ -1,8 +1,7 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: JPSU-650W-AC-AI
|
||||
part_number: JPSU-650W-AC-AI
|
||||
# airflow: rear-to-front
|
||||
model: JPSU-650W-AC-AFI
|
||||
part_number: JPSU-650W-AC-AFI
|
||||
weight: 2.2
|
||||
weight_unit: lb
|
||||
power-ports:
|
5
module-types/Juniper/MX-FAN-AFI.yaml
Normal file
5
module-types/Juniper/MX-FAN-AFI.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: MX-FAN-AFI
|
||||
comments: |
|
||||
fan with back-to-front airflow
|
5
module-types/Juniper/MX-FAN-AFO.yaml
Normal file
5
module-types/Juniper/MX-FAN-AFO.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: MX-FAN-AFO
|
||||
comments: |
|
||||
fan with front-to-back airflow
|
4
module-types/Juniper/QFX5100-FAN-AFI.yaml
Normal file
4
module-types/Juniper/QFX5100-FAN-AFI.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
manufacturer: Juniper
|
||||
model: QFX5100-FAN-AFI
|
||||
part_number: QFX5100-FAN-AFI
|
Loading…
Reference in New Issue
Block a user