mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 00:13:36 +01:00
Adding equipment from the manufacturer DATACOM. (#1072)
* Adding equipment from the manufacturer DATACOM. * adjusted. * adjusted. * adjusted file syntax. * adjusted code syntax. * adjusted code syntax. * adjusted code syntax. * adjusted code syntax. * Update DM4610-OLT-4GPON+4GX+2XS.yaml Fixed slug name to match part name Fixed comment to adhear to pre-commit removed unnessecary interface definitions * Update FAN_OLT-DM4610.yaml Fixed comment formatting * Update PSU-120-AC_OLT-DM4610.yaml Fixed comment formatting * Update PSU-120-DC_OLT-DM4610.yaml Fixed comment formatting * Update DM4610-OLT-4GPON+4GX+2XS.yaml Reverted change to the slug * changed as requested. * Ajusted. * Adjusted. --------- Co-authored-by: Rogerio Pereira <rogerio.pereira@datacom.com.br> Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
cf011f7417
commit
72897d57b8
45
device-types/Datacom/DM4610-OLT-4GPON+4GX+2XS.yaml
Normal file
45
device-types/Datacom/DM4610-OLT-4GPON+4GX+2XS.yaml
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
manufacturer: Datacom
|
||||
model: DM4610 OLT 4GPON+4GX+2XS
|
||||
slug: dm4610_olt_4gpon-4gx-2xs
|
||||
u_height: 1.0
|
||||
is_full_depth: true
|
||||
airflow: side-to-rear
|
||||
comments: GPON OLT for 19” rack installation, containing 4 GPON interfaces, 4 optical GE SFP interfaces and 2 10GE/GE SFP+ interfaces.
|
||||
Removable ventilation system and two slots for redundant and hot swappable AC or DC power supplies.
|
||||
console-ports:
|
||||
- name: Console
|
||||
type: rj-45
|
||||
interfaces:
|
||||
- name: gigabit-ethernet-1/1/1
|
||||
type: 1000base-x-sfp
|
||||
- name: gigabit-ethernet-1/1/2
|
||||
type: 1000base-x-sfp
|
||||
- name: gigabit-ethernet-1/1/3
|
||||
type: 1000base-x-sfp
|
||||
- name: gigabit-ethernet-1/1/4
|
||||
type: 1000base-x-sfp
|
||||
- name: gpon-1/1/1
|
||||
type: gpon
|
||||
- name: gpon-1/1/2
|
||||
type: gpon
|
||||
- name: gpon-1/1/3
|
||||
type: gpon
|
||||
- name: gpon-1/1/4
|
||||
type: gpon
|
||||
- name: mgmt-1/1/1
|
||||
type: 100base-tx
|
||||
- name: ten-gigabit-ethernet-1/1/1
|
||||
type: 10gbase-x-sfpp
|
||||
- name: ten-gigabit-ethernet-1/1/2
|
||||
type: 10gbase-x-sfpp
|
||||
module-bays:
|
||||
- name: FAN
|
||||
label: '1'
|
||||
position: '1'
|
||||
- name: PSU1
|
||||
label: '1'
|
||||
position: '1'
|
||||
- name: PSU2
|
||||
label: '2'
|
||||
position: '2'
|
6
module-types/Datacom/FAN_OLT-DM4610.yaml
Normal file
6
module-types/Datacom/FAN_OLT-DM4610.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
manufacturer: Datacom
|
||||
model: DM4610-FAN
|
||||
part_number: 800.5096.xx
|
||||
comments: Fan module for OLT DM4610. Required for DM4610 on revisions .51 or less.
|
||||
For revisions .60 or greater, this item is only used as a spare fan.
|
10
module-types/Datacom/PSU-120-AC_OLT-DM4610.yaml
Normal file
10
module-types/Datacom/PSU-120-AC_OLT-DM4610.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
manufacturer: Datacom
|
||||
model: PSU 120 AC
|
||||
part_number: 800.5079.xx
|
||||
comments: 120W power supply with 100-240VAC and 50/60Hz input compatible with OLT DM4610. Allows operation as a redundant and hot-swappable source.
|
||||
power-ports:
|
||||
- name: PSU
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 120
|
||||
description: 100-240VAC
|
10
module-types/Datacom/PSU-120-DC_OLT-DM4610.yaml
Normal file
10
module-types/Datacom/PSU-120-DC_OLT-DM4610.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
manufacturer: Datacom
|
||||
model: PSU 120 DC
|
||||
part_number: 800.5080.xx
|
||||
comments: 120W power supply with -48VDC input compatible with OLT DM4610. Allows operation as a redundant and hot-swappable source.
|
||||
power-ports:
|
||||
- name: PSU
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 120
|
||||
description: -48VDC
|
Loading…
Reference in New Issue
Block a user