Skip to content

Commit

Permalink
add Datacom DM2100 EDD series (#2503)
Browse files Browse the repository at this point in the history
* fix yaml to x150-series

* Revert "fix yaml to x150-series"

This reverts commit 542cb9a.

* add Datacom DM2100 series

add Datacom DM2100 series

 * DM2104-2GX
 * DM2104-4GX
 * DM2104G2 EDD

* Fix ports types

---------

Co-authored-by: Harry <[email protected]>
  • Loading branch information
Kaioguilherme1 and harryajc authored Nov 15, 2024
1 parent d8f3707 commit fa32812
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 3 deletions.
37 changes: 37 additions & 0 deletions device-types/Datacom/DM2104-2GX.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
manufacturer: Datacom
model: DM2104-2GX
slug: datacom-dm2104-2gx
u_height: 1.0
is_full_depth: true
airflow: front-to-rear
comments: Reference Datacom DM2104-2GX (https://datacom.com.br/uploads/product/file/d3cab58619e13eedda9def507a9a9b57.pdf)
weight: 1.0
weight_unit: kg
console-ports:
- name: Console0
type: rj-45
power-ports:
- name: Power Input AC/DC
type: iec-60320-c14
maximum_draw: 20
interfaces:
- name: eth1
type: 1000base-x-sfp
- name: eth2
type: 1000base-x-sfp
- name: eth3
type: 1000base-tx
- name: eth4
type: 1000base-tx
- name: eth5
type: 1000base-tx
- name: eth6
type: 1000base-tx
- name: eth7
type: 1000base-tx
- name: eth8
type: 1000base-tx
- name: MGMT
type: 100base-tx
mgmt_only: true
41 changes: 41 additions & 0 deletions device-types/Datacom/DM2104-4GX.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
manufacturer: Datacom
model: DM2104-4GX
slug: datacom-dm2104-4gx
u_height: 1.0
is_full_depth: true
airflow: front-to-rear
comments: Reference Datacom DM2104-4GX (https://datacom.com.br/uploads/product/file/d3cab58619e13eedda9def507a9a9b57.pdf)
weight: 1.0
weight_unit: kg
console-ports:
- name: Console0
type: rj-45
power-ports:
- name: Power Input AC/DC
type: iec-60320-c14
maximum_draw: 20
interfaces:
- name: eth1
type: 1000base-x-sfp
- name: eth2
type: 1000base-x-sfp
- name: eth3
type: 1000base-x-sfp
- name: eth4
type: 1000base-x-sfp
- name: eth5
type: 1000base-tx
- name: eth6
type: 1000base-tx
- name: eth7
type: 1000base-tx
- name: eth8
type: 1000base-tx
- name: eth9
type: 1000base-tx
- name: eth10
type: 1000base-tx
- name: MGMT
type: 100base-tx
mgmt_only: true
37 changes: 37 additions & 0 deletions device-types/Datacom/DM2104G2-EDD.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
manufacturer: Datacom
model: DM2104G2 EDD
slug: datacom-dm2104g2-edd
u_height: 1.0
is_full_depth: true
airflow: front-to-rear
comments: Reference Datacom DM2104G2-EDD (https://datacom.com.br/uploads/product/file/d3cab58619e13eedda9def507a9a9b57.pdf)
weight: 1.0
weight_unit: kg
console-ports:
- name: Console0
type: rj-45
power-ports:
- name: Power Input AC/DC
type: iec-60320-c14
maximum_draw: 20
interfaces:
- name: eth1
type: 1000base-x-sfp
- name: eth2
type: 1000base-x-sfp
- name: eth3
type: 1000base-x-sfp
- name: eth4
type: 1000base-x-sfp
- name: eth5
type: 1000base-tx
- name: eth6
type: 1000base-tx
- name: eth7
type: 1000base-tx
- name: eth8
type: 1000base-tx
- name: MGMT
type: 100base-tx
mgmt_only: true
1 change: 0 additions & 1 deletion device-types/Extreme Networks/X150-24p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ is_full_depth: false
weight: 5.5
weight_unit: kg
airflow: right-to-left
front_image: true
comments: '[Extreme Networks X150-24p Datasheet](https://documentation.extremenetworks.com/summit_16/GUID-0CD347F4-C441-47C3-9D5B-3BA8649DB783.shtml)'
power-ports:
- name: DCE2
Expand Down
1 change: 0 additions & 1 deletion device-types/Extreme Networks/X150-24t.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ is_full_depth: false
weight: 4.8
weight_unit: kg
airflow: right-to-left
front_image: true
comments: '[Extreme Networks X150-24t Datasheet](https://documentation.extremenetworks.com/summit_16/GUID-A48D9BB9-E0EC-41DB-AE56-F2615275A38A.shtml)'
power-ports:
- name: DCE2
Expand Down
1 change: 0 additions & 1 deletion device-types/Extreme Networks/X150-48t.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ is_full_depth: false
weight: 5.5
weight_unit: kg
airflow: right-to-left
front_image: true
comments: '[Extreme Networks X150-48t Datasheet](https://documentation.extremenetworks.com/summit_16/GUID-05C591DD-EB29-4D08-B5D5-F21C4AEFD200.shtml)'
power-ports:
- name: DCE2
Expand Down

0 comments on commit fa32812

Please sign in to comment.