-
Notifications
You must be signed in to change notification settings - Fork 952
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Datacom DM2100 EDD series (#2503)
* 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
1 parent
d8f3707
commit fa32812
Showing
6 changed files
with
115 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters