From 55d2df9b0a249e2871bedc9ac4326930b6d4e7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Viitam=C3=A4ki?= Date: Tue, 25 Jul 2023 17:49:15 +0200 Subject: [PATCH] Arista CCS-720D Family (#1480) Co-authored-by: Daniel W. Anner --- device-types/Arista/CCS-720DF-48Y-2F.yaml | 131 ++++++++++++ device-types/Arista/CCS-720DP-24S-2F.yaml | 131 ++++++++++++ device-types/Arista/CCS-720DP-24ZS-2F.yaml | 131 ++++++++++++ device-types/Arista/CCS-720DP-48S-2F.yaml | 227 +++++++++++++++++++++ device-types/Arista/CCS-720DP-48ZS-2F.yaml | 227 +++++++++++++++++++++ device-types/Arista/CCS-720DT-24S-2F.yaml | 83 ++++++++ device-types/Arista/CCS-720DT-48S-2F.yaml | 131 ++++++++++++ 7 files changed, 1061 insertions(+) create mode 100644 device-types/Arista/CCS-720DF-48Y-2F.yaml create mode 100644 device-types/Arista/CCS-720DP-24S-2F.yaml create mode 100644 device-types/Arista/CCS-720DP-24ZS-2F.yaml create mode 100644 device-types/Arista/CCS-720DP-48S-2F.yaml create mode 100644 device-types/Arista/CCS-720DP-48ZS-2F.yaml create mode 100644 device-types/Arista/CCS-720DT-24S-2F.yaml create mode 100644 device-types/Arista/CCS-720DT-48S-2F.yaml diff --git a/device-types/Arista/CCS-720DF-48Y-2F.yaml b/device-types/Arista/CCS-720DF-48Y-2F.yaml new file mode 100644 index 00000000..da3e14f9 --- /dev/null +++ b/device-types/Arista/CCS-720DF-48Y-2F.yaml @@ -0,0 +1,131 @@ +--- +manufacturer: Arista +model: CCS-720DF-48Y-2F +slug: arista-ccs-720df-48y-2f +part_number: CCS-720DF-48Y-2F +u_height: 1 +weight: 9.92 +weight_unit: lb +airflow: front-to-rear +is_full_depth: false +comments: '[Arista CCS-720D Data Sheet](https://www.arista.com/assets/data/pdf/Datasheets/CCS-720D-Datasheet.pdf)' +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PS1 + type: iec-60320-c14 + maximum_draw: 200 + allocated_draw: 180 + - name: PS2 + type: iec-60320-c14 + maximum_draw: 200 + allocated_draw: 180 +interfaces: + - name: Ethernet1 + type: 1000base-x-sfp + - name: Ethernet2 + type: 1000base-x-sfp + - name: Ethernet3 + type: 1000base-x-sfp + - name: Ethernet4 + type: 1000base-x-sfp + - name: Ethernet5 + type: 1000base-x-sfp + - name: Ethernet6 + type: 1000base-x-sfp + - name: Ethernet7 + type: 1000base-x-sfp + - name: Ethernet8 + type: 1000base-x-sfp + - name: Ethernet9 + type: 1000base-x-sfp + - name: Ethernet10 + type: 1000base-x-sfp + - name: Ethernet11 + type: 1000base-x-sfp + - name: Ethernet12 + type: 1000base-x-sfp + - name: Ethernet13 + type: 1000base-x-sfp + - name: Ethernet14 + type: 1000base-x-sfp + - name: Ethernet15 + type: 1000base-x-sfp + - name: Ethernet16 + type: 1000base-x-sfp + - name: Ethernet17 + type: 1000base-x-sfp + - name: Ethernet18 + type: 1000base-x-sfp + - name: Ethernet19 + type: 1000base-x-sfp + - name: Ethernet20 + type: 1000base-x-sfp + - name: Ethernet21 + type: 1000base-x-sfp + - name: Ethernet22 + type: 1000base-x-sfp + - name: Ethernet23 + type: 1000base-x-sfp + - name: Ethernet24 + type: 1000base-x-sfp + - name: Ethernet25 + type: 1000base-x-sfp + - name: Ethernet26 + type: 1000base-x-sfp + - name: Ethernet27 + type: 1000base-x-sfp + - name: Ethernet28 + type: 1000base-x-sfp + - name: Ethernet29 + type: 1000base-x-sfp + - name: Ethernet30 + type: 1000base-x-sfp + - name: Ethernet31 + type: 1000base-x-sfp + - name: Ethernet32 + type: 1000base-x-sfp + - name: Ethernet33 + type: 1000base-x-sfp + - name: Ethernet34 + type: 1000base-x-sfp + - name: Ethernet35 + type: 1000base-x-sfp + - name: Ethernet36 + type: 1000base-x-sfp + - name: Ethernet37 + type: 1000base-x-sfp + - name: Ethernet38 + type: 1000base-x-sfp + - name: Ethernet39 + type: 1000base-x-sfp + - name: Ethernet40 + type: 1000base-x-sfp + - name: Ethernet41 + type: 1000base-x-sfp + - name: Ethernet42 + type: 1000base-x-sfp + - name: Ethernet43 + type: 1000base-x-sfp + - name: Ethernet44 + type: 1000base-x-sfp + - name: Ethernet45 + type: 1000base-x-sfp + - name: Ethernet46 + type: 1000base-x-sfp + - name: Ethernet47 + type: 1000base-x-sfp + - name: Ethernet48 + type: 1000base-x-sfp + - name: Ethernet49 + type: 25gbase-x-sfp28 + - name: Ethernet50 + type: 25gbase-x-sfp28 + - name: Ethernet51 + type: 25gbase-x-sfp28 + - name: Ethernet52 + type: 25gbase-x-sfp28 + - name: Management1 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Arista/CCS-720DP-24S-2F.yaml b/device-types/Arista/CCS-720DP-24S-2F.yaml new file mode 100644 index 00000000..73ea107f --- /dev/null +++ b/device-types/Arista/CCS-720DP-24S-2F.yaml @@ -0,0 +1,131 @@ +--- +manufacturer: Arista +model: CCS-720DP-24S-2F +slug: arista-ccs-720dp-24s-2f +part_number: CCS-720DP-24S-2F +u_height: 1 +weight: 12.8 +weight_unit: lb +airflow: front-to-rear +is_full_depth: false +comments: '[Arista CCS-720D Data Sheet](https://www.arista.com/assets/data/pdf/Datasheets/CCS-720D-Datasheet.pdf)' +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PS1 + type: iec-60320-c14 + maximum_draw: 460 + allocated_draw: 65 + - name: PS2 + type: iec-60320-c14 + maximum_draw: 460 + allocated_draw: 65 +interfaces: + - name: Ethernet1 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet2 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet3 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet4 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet5 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet6 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet7 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet8 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet9 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet10 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet11 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet12 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet13 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet14 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet15 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet16 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet17 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet18 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet19 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet20 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet21 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet22 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet23 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet24 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet25 + type: 10gbase-x-sfpp + - name: Ethernet26 + type: 10gbase-x-sfpp + - name: Ethernet27 + type: 10gbase-x-sfpp + - name: Ethernet28 + type: 10gbase-x-sfpp + - name: Management1 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Arista/CCS-720DP-24ZS-2F.yaml b/device-types/Arista/CCS-720DP-24ZS-2F.yaml new file mode 100644 index 00000000..56417564 --- /dev/null +++ b/device-types/Arista/CCS-720DP-24ZS-2F.yaml @@ -0,0 +1,131 @@ +--- +manufacturer: Arista +model: CCS-720DP-24ZS-2F +slug: arista-ccs-720dp-24zs-2f +part_number: CCS-720DP-24ZS-2F +u_height: 1 +weight: 12.8 +weight_unit: lb +airflow: front-to-rear +is_full_depth: false +comments: '[Arista CCS-720D Data Sheet](https://www.arista.com/assets/data/pdf/Datasheets/CCS-720D-Datasheet.pdf)' +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PS1 + type: iec-60320-c14 + maximum_draw: 950 + allocated_draw: 100 + - name: PS2 + type: iec-60320-c14 + maximum_draw: 950 + allocated_draw: 100 +interfaces: + - name: Ethernet1 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet2 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet3 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet4 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet5 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet6 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet7 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet8 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet9 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet10 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet11 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet12 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet13 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet14 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet15 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet16 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet17 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet18 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet19 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet20 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet21 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet22 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet23 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet24 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet25 + type: 10gbase-x-sfpp + - name: Ethernet26 + type: 10gbase-x-sfpp + - name: Ethernet27 + type: 10gbase-x-sfpp + - name: Ethernet28 + type: 10gbase-x-sfpp + - name: Management1 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Arista/CCS-720DP-48S-2F.yaml b/device-types/Arista/CCS-720DP-48S-2F.yaml new file mode 100644 index 00000000..fbf9f213 --- /dev/null +++ b/device-types/Arista/CCS-720DP-48S-2F.yaml @@ -0,0 +1,227 @@ +--- +manufacturer: Arista +model: CCS-720DP-48S-2F +slug: arista-ccs-720dp-48s-2f +part_number: CCS-720DP-48S-2F +u_height: 1 +weight: 14.83 +weight_unit: lb +airflow: front-to-rear +is_full_depth: false +comments: '[Arista CCS-720D Data Sheet](https://www.arista.com/assets/data/pdf/Datasheets/CCS-720D-Datasheet.pdf)' +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PS1 + type: iec-60320-c14 + maximum_draw: 950 + allocated_draw: 80 + - name: PS2 + type: iec-60320-c14 + maximum_draw: 950 + allocated_draw: 80 +interfaces: + - name: Ethernet1 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet2 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet3 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet4 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet5 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet6 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet7 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet8 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet9 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet10 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet11 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet12 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet13 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet14 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet15 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet16 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet17 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet18 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet19 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet20 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet21 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet22 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet23 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet24 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet25 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet26 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet27 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet28 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet29 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet30 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet31 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet32 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet33 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet34 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet35 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet36 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet37 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet38 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet39 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet40 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet41 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet42 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet43 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet44 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet45 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet46 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet47 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet48 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: Ethernet49 + type: 10gbase-x-sfpp + - name: Ethernet50 + type: 10gbase-x-sfpp + - name: Ethernet51 + type: 10gbase-x-sfpp + - name: Ethernet52 + type: 10gbase-x-sfpp + - name: Management1 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Arista/CCS-720DP-48ZS-2F.yaml b/device-types/Arista/CCS-720DP-48ZS-2F.yaml new file mode 100644 index 00000000..4e3f0dd1 --- /dev/null +++ b/device-types/Arista/CCS-720DP-48ZS-2F.yaml @@ -0,0 +1,227 @@ +--- +manufacturer: Arista +model: CCS-720DP-48ZS-2F +slug: arista-ccs-720dp-48zs-2f +part_number: CCS-720DP-48ZS-2F +u_height: 1 +weight: 17.63 +weight_unit: lb +airflow: front-to-rear +is_full_depth: false +comments: '[Arista CCS-720D Data Sheet](https://www.arista.com/assets/data/pdf/Datasheets/CCS-720D-Datasheet.pdf)' +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PS1 + type: iec-60320-c14 + maximum_draw: 1800 + allocated_draw: 180 + - name: PS2 + type: iec-60320-c14 + maximum_draw: 1800 + allocated_draw: 180 +interfaces: + - name: Ethernet1 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet2 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet3 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet4 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet5 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet6 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet7 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet8 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet9 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet10 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet11 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet12 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet13 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet14 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet15 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet16 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet17 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet18 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet19 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet20 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet21 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet22 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet23 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet24 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet25 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet26 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet27 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet28 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet29 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet30 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet31 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet32 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet33 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet34 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet35 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet36 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet37 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet38 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet39 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet40 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet41 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet42 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet43 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet44 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet45 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet46 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet47 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet48 + type: 2.5gbase-t + poe_mode: pse + poe_type: type3-ieee802.3bt + - name: Ethernet49 + type: 10gbase-x-sfpp + - name: Ethernet50 + type: 10gbase-x-sfpp + - name: Ethernet51 + type: 10gbase-x-sfpp + - name: Ethernet52 + type: 10gbase-x-sfpp + - name: Management1 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Arista/CCS-720DT-24S-2F.yaml b/device-types/Arista/CCS-720DT-24S-2F.yaml new file mode 100644 index 00000000..c300b360 --- /dev/null +++ b/device-types/Arista/CCS-720DT-24S-2F.yaml @@ -0,0 +1,83 @@ +--- +manufacturer: Arista +model: CCS-720DT-24S-2F +slug: arista-ccs-720dt-24s-2f +part_number: CCS-720DT-24S-2F +u_height: 1 +weight: 9.6 +weight_unit: lb +airflow: front-to-rear +is_full_depth: false +comments: '[Arista CCS-720D Data Sheet](https://www.arista.com/assets/data/pdf/Datasheets/CCS-720D-Datasheet.pdf)' +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PS1 + type: iec-60320-c14 + maximum_draw: 100 + allocated_draw: 65 + - name: PS2 + type: iec-60320-c14 + maximum_draw: 100 + allocated_draw: 65 +interfaces: + - name: Ethernet1 + type: 1000base-t + - name: Ethernet2 + type: 1000base-t + - name: Ethernet3 + type: 1000base-t + - name: Ethernet4 + type: 1000base-t + - name: Ethernet5 + type: 1000base-t + - name: Ethernet6 + type: 1000base-t + - name: Ethernet7 + type: 1000base-t + - name: Ethernet8 + type: 1000base-t + - name: Ethernet9 + type: 1000base-t + - name: Ethernet10 + type: 1000base-t + - name: Ethernet11 + type: 1000base-t + - name: Ethernet12 + type: 1000base-t + - name: Ethernet13 + type: 1000base-t + - name: Ethernet14 + type: 1000base-t + - name: Ethernet15 + type: 1000base-t + - name: Ethernet16 + type: 1000base-t + - name: Ethernet17 + type: 1000base-t + - name: Ethernet18 + type: 1000base-t + - name: Ethernet19 + type: 1000base-t + - name: Ethernet20 + type: 1000base-t + - name: Ethernet21 + type: 1000base-t + - name: Ethernet22 + type: 1000base-t + - name: Ethernet23 + type: 1000base-t + - name: Ethernet24 + type: 1000base-t + - name: Ethernet49 + type: 10gbase-x-sfpp + - name: Ethernet50 + type: 10gbase-x-sfpp + - name: Ethernet51 + type: 10gbase-x-sfpp + - name: Ethernet52 + type: 10gbase-x-sfpp + - name: Management1 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Arista/CCS-720DT-48S-2F.yaml b/device-types/Arista/CCS-720DT-48S-2F.yaml new file mode 100644 index 00000000..c9a88965 --- /dev/null +++ b/device-types/Arista/CCS-720DT-48S-2F.yaml @@ -0,0 +1,131 @@ +--- +manufacturer: Arista +model: CCS-720DT-48S-2F +slug: arista-ccs-720dt-48s-2f +part_number: CCS-720DT-48S-2F +u_height: 1 +weight: 10.22 +weight_unit: lb +airflow: front-to-rear +is_full_depth: false +comments: '[Arista CCS-720D Data Sheet](https://www.arista.com/assets/data/pdf/Datasheets/CCS-720D-Datasheet.pdf)' +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PS1 + type: iec-60320-c14 + maximum_draw: 100 + allocated_draw: 85 + - name: PS2 + type: iec-60320-c14 + maximum_draw: 100 + allocated_draw: 85 +interfaces: + - name: Ethernet1 + type: 1000base-t + - name: Ethernet2 + type: 1000base-t + - name: Ethernet3 + type: 1000base-t + - name: Ethernet4 + type: 1000base-t + - name: Ethernet5 + type: 1000base-t + - name: Ethernet6 + type: 1000base-t + - name: Ethernet7 + type: 1000base-t + - name: Ethernet8 + type: 1000base-t + - name: Ethernet9 + type: 1000base-t + - name: Ethernet10 + type: 1000base-t + - name: Ethernet11 + type: 1000base-t + - name: Ethernet12 + type: 1000base-t + - name: Ethernet13 + type: 1000base-t + - name: Ethernet14 + type: 1000base-t + - name: Ethernet15 + type: 1000base-t + - name: Ethernet16 + type: 1000base-t + - name: Ethernet17 + type: 1000base-t + - name: Ethernet18 + type: 1000base-t + - name: Ethernet19 + type: 1000base-t + - name: Ethernet20 + type: 1000base-t + - name: Ethernet21 + type: 1000base-t + - name: Ethernet22 + type: 1000base-t + - name: Ethernet23 + type: 1000base-t + - name: Ethernet24 + type: 1000base-t + - name: Ethernet25 + type: 1000base-t + - name: Ethernet26 + type: 1000base-t + - name: Ethernet27 + type: 1000base-t + - name: Ethernet28 + type: 1000base-t + - name: Ethernet29 + type: 1000base-t + - name: Ethernet30 + type: 1000base-t + - name: Ethernet31 + type: 1000base-t + - name: Ethernet32 + type: 1000base-t + - name: Ethernet33 + type: 1000base-t + - name: Ethernet34 + type: 1000base-t + - name: Ethernet35 + type: 1000base-t + - name: Ethernet36 + type: 1000base-t + - name: Ethernet37 + type: 1000base-t + - name: Ethernet38 + type: 1000base-t + - name: Ethernet39 + type: 1000base-t + - name: Ethernet40 + type: 1000base-t + - name: Ethernet41 + type: 1000base-t + - name: Ethernet42 + type: 1000base-t + - name: Ethernet43 + type: 1000base-t + - name: Ethernet44 + type: 1000base-t + - name: Ethernet45 + type: 1000base-t + - name: Ethernet46 + type: 1000base-t + - name: Ethernet47 + type: 1000base-t + - name: Ethernet48 + type: 1000base-t + - name: Ethernet49 + type: 10gbase-x-sfpp + - name: Ethernet50 + type: 10gbase-x-sfpp + - name: Ethernet51 + type: 10gbase-x-sfpp + - name: Ethernet52 + type: 10gbase-x-sfpp + - name: Management1 + type: 1000base-t + mgmt_only: true