From e4091d57ab255dc0daadc6f895e7eb06deda4c5b Mon Sep 17 00:00:00 2001 From: Martin <58110823+m2martin@users.noreply.github.com> Date: Tue, 29 Jun 2021 16:15:37 +0200 Subject: [PATCH] Created Allied Telesis x-Series (#418) Created Allied Telesis x-Series --- device-types/Allied Telesis/IE200-6FP.yaml | 36 ++++ device-types/Allied Telesis/IE200-6FT.yaml | 36 ++++ device-types/Allied Telesis/IE200-6GP.yaml | 36 ++++ device-types/Allied Telesis/IE200-6GT.yaml | 36 ++++ device-types/Allied Telesis/IE300-12GP.yaml | 54 ++++++ device-types/Allied Telesis/IE300-12GT.yaml | 54 ++++++ device-types/Allied Telesis/IE340-12GP.yaml | 54 ++++++ device-types/Allied Telesis/IE340-12GT.yaml | 54 ++++++ device-types/Allied Telesis/IE340-18GP.yaml | 72 +++++++ device-types/Allied Telesis/IE340-20GP.yaml | 78 ++++++++ device-types/Allied Telesis/x230-10GP.yaml | 45 +++++ device-types/Allied Telesis/x230-10GT.yaml | 45 +++++ device-types/Allied Telesis/x230-18GP.yaml | 69 +++++++ device-types/Allied Telesis/x230-18GT.yaml | 69 +++++++ device-types/Allied Telesis/x230-28GP.yaml | 99 ++++++++++ device-types/Allied Telesis/x230-28GT.yaml | 99 ++++++++++ device-types/Allied Telesis/x230L-17GT.yaml | 66 +++++++ device-types/Allied Telesis/x230L-26GT.yaml | 93 +++++++++ device-types/Allied Telesis/x510-28GPX.yaml | 102 ++++++++++ device-types/Allied Telesis/x510-28GSX.yaml | 102 ++++++++++ device-types/Allied Telesis/x510-28GTX.yaml | 102 ++++++++++ device-types/Allied Telesis/x510-52GPX.yaml | 174 +++++++++++++++++ device-types/Allied Telesis/x510-52GTX.yaml | 174 +++++++++++++++++ device-types/Allied Telesis/x510L-28GP.yaml | 99 ++++++++++ device-types/Allied Telesis/x510L-28GT.yaml | 99 ++++++++++ device-types/Allied Telesis/x510L-52GP.yaml | 171 +++++++++++++++++ device-types/Allied Telesis/x510L-52GT.yaml | 171 +++++++++++++++++ device-types/Allied Telesis/x530-28GPXm.yaml | 102 ++++++++++ device-types/Allied Telesis/x530-28GTXm.yaml | 102 ++++++++++ device-types/Allied Telesis/x530-52GPXm.yaml | 174 +++++++++++++++++ device-types/Allied Telesis/x530-52GTXm.yaml | 174 +++++++++++++++++ device-types/Allied Telesis/x530L-10GHXm.yaml | 45 +++++ device-types/Allied Telesis/x530L-28GPX.yaml | 102 ++++++++++ device-types/Allied Telesis/x530L-28GTX.yaml | 102 ++++++++++ device-types/Allied Telesis/x530L-52GPX.yaml | 174 +++++++++++++++++ device-types/Allied Telesis/x530L-52GTX.yaml | 174 +++++++++++++++++ device-types/Allied Telesis/x908Gen2.yaml | 21 +++ device-types/Allied Telesis/x930-28GPX.yaml | 105 +++++++++++ device-types/Allied Telesis/x930-28GSTX.yaml | 106 +++++++++++ device-types/Allied Telesis/x930-28GTX.yaml | 105 +++++++++++ device-types/Allied Telesis/x930-52GPX.yaml | 177 ++++++++++++++++++ device-types/Allied Telesis/x930-52GTX.yaml | 177 ++++++++++++++++++ device-types/Allied Telesis/x950-28XSQ.yaml | 105 +++++++++++ device-types/Allied Telesis/x950-28XTQm.yaml | 105 +++++++++++ device-types/Allied Telesis/x950-52XSQ.yaml | 177 ++++++++++++++++++ device-types/Allied Telesis/x950-52XTQm.yaml | 177 ++++++++++++++++++ 46 files changed, 4693 insertions(+) create mode 100644 device-types/Allied Telesis/IE200-6FP.yaml create mode 100644 device-types/Allied Telesis/IE200-6FT.yaml create mode 100644 device-types/Allied Telesis/IE200-6GP.yaml create mode 100644 device-types/Allied Telesis/IE200-6GT.yaml create mode 100644 device-types/Allied Telesis/IE300-12GP.yaml create mode 100644 device-types/Allied Telesis/IE300-12GT.yaml create mode 100644 device-types/Allied Telesis/IE340-12GP.yaml create mode 100644 device-types/Allied Telesis/IE340-12GT.yaml create mode 100644 device-types/Allied Telesis/IE340-18GP.yaml create mode 100644 device-types/Allied Telesis/IE340-20GP.yaml create mode 100644 device-types/Allied Telesis/x230-10GP.yaml create mode 100644 device-types/Allied Telesis/x230-10GT.yaml create mode 100644 device-types/Allied Telesis/x230-18GP.yaml create mode 100644 device-types/Allied Telesis/x230-18GT.yaml create mode 100644 device-types/Allied Telesis/x230-28GP.yaml create mode 100644 device-types/Allied Telesis/x230-28GT.yaml create mode 100644 device-types/Allied Telesis/x230L-17GT.yaml create mode 100644 device-types/Allied Telesis/x230L-26GT.yaml create mode 100644 device-types/Allied Telesis/x510-28GPX.yaml create mode 100644 device-types/Allied Telesis/x510-28GSX.yaml create mode 100644 device-types/Allied Telesis/x510-28GTX.yaml create mode 100644 device-types/Allied Telesis/x510-52GPX.yaml create mode 100644 device-types/Allied Telesis/x510-52GTX.yaml create mode 100644 device-types/Allied Telesis/x510L-28GP.yaml create mode 100644 device-types/Allied Telesis/x510L-28GT.yaml create mode 100644 device-types/Allied Telesis/x510L-52GP.yaml create mode 100644 device-types/Allied Telesis/x510L-52GT.yaml create mode 100644 device-types/Allied Telesis/x530-28GPXm.yaml create mode 100644 device-types/Allied Telesis/x530-28GTXm.yaml create mode 100644 device-types/Allied Telesis/x530-52GPXm.yaml create mode 100644 device-types/Allied Telesis/x530-52GTXm.yaml create mode 100644 device-types/Allied Telesis/x530L-10GHXm.yaml create mode 100644 device-types/Allied Telesis/x530L-28GPX.yaml create mode 100644 device-types/Allied Telesis/x530L-28GTX.yaml create mode 100644 device-types/Allied Telesis/x530L-52GPX.yaml create mode 100644 device-types/Allied Telesis/x530L-52GTX.yaml create mode 100644 device-types/Allied Telesis/x908Gen2.yaml create mode 100644 device-types/Allied Telesis/x930-28GPX.yaml create mode 100644 device-types/Allied Telesis/x930-28GSTX.yaml create mode 100644 device-types/Allied Telesis/x930-28GTX.yaml create mode 100644 device-types/Allied Telesis/x930-52GPX.yaml create mode 100644 device-types/Allied Telesis/x930-52GTX.yaml create mode 100644 device-types/Allied Telesis/x950-28XSQ.yaml create mode 100644 device-types/Allied Telesis/x950-28XTQm.yaml create mode 100644 device-types/Allied Telesis/x950-52XSQ.yaml create mode 100644 device-types/Allied Telesis/x950-52XTQm.yaml diff --git a/device-types/Allied Telesis/IE200-6FP.yaml b/device-types/Allied Telesis/IE200-6FP.yaml new file mode 100644 index 000000000..bbb37b5a0 --- /dev/null +++ b/device-types/Allied Telesis/IE200-6FP.yaml @@ -0,0 +1,36 @@ +--- +manufacturer: Allied Telesis +model: IE200-6FP +slug: ie200-6fp +part_number: AT-IE200-6FP +u_height: 0 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PWR 1 + type: dc-terminal + maximum_draw: 144 + - name: PWR 2 + type: dc-terminal + maximum_draw: 144 +interfaces: + - name: port1.0.1 + type: 100base-tx + mgmt_only: false + - name: port1.0.2 + type: 100base-tx + mgmt_only: false + - name: port1.0.3 + type: 100base-tx + mgmt_only: false + - name: port1.0.4 + type: 100base-tx + mgmt_only: false + - name: port1.0.5 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.6 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/IE200-6FT.yaml b/device-types/Allied Telesis/IE200-6FT.yaml new file mode 100644 index 000000000..7d0d7ff40 --- /dev/null +++ b/device-types/Allied Telesis/IE200-6FT.yaml @@ -0,0 +1,36 @@ +--- +manufacturer: Allied Telesis +model: IE200-6FT +slug: ie200-6ft +part_number: AT-IE200-6FT +u_height: 0 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PWR 1 + type: dc-terminal + maximum_draw: 10 + - name: PWR 2 + type: dc-terminal + maximum_draw: 10 +interfaces: + - name: port1.0.1 + type: 100base-tx + mgmt_only: false + - name: port1.0.2 + type: 100base-tx + mgmt_only: false + - name: port1.0.3 + type: 100base-tx + mgmt_only: false + - name: port1.0.4 + type: 100base-tx + mgmt_only: false + - name: port1.0.5 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.6 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/IE200-6GP.yaml b/device-types/Allied Telesis/IE200-6GP.yaml new file mode 100644 index 000000000..56ad21ab0 --- /dev/null +++ b/device-types/Allied Telesis/IE200-6GP.yaml @@ -0,0 +1,36 @@ +--- +manufacturer: Allied Telesis +model: IE200-6GP +slug: ie200-6gp +part_number: AT-IE200-6GP +u_height: 0 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PWR 1 + type: dc-terminal + maximum_draw: 144 + - name: PWR 2 + type: dc-terminal + maximum_draw: 144 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.6 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/IE200-6GT.yaml b/device-types/Allied Telesis/IE200-6GT.yaml new file mode 100644 index 000000000..36c98d9c4 --- /dev/null +++ b/device-types/Allied Telesis/IE200-6GT.yaml @@ -0,0 +1,36 @@ +--- +manufacturer: Allied Telesis +model: IE200-6GT +slug: ie200-6gt +part_number: AT-IE200-6GT +u_height: 0 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PWR 1 + type: dc-terminal + maximum_draw: 10 + - name: PWR 2 + type: dc-terminal + maximum_draw: 10 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.6 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/IE300-12GP.yaml b/device-types/Allied Telesis/IE300-12GP.yaml new file mode 100644 index 000000000..b3cb13ba4 --- /dev/null +++ b/device-types/Allied Telesis/IE300-12GP.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Allied Telesis +model: IE300-12GP +slug: ie300-12gp +part_number: AT-IE300-12GP +u_height: 0 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PWR 1 + type: dc-terminal + maximum_draw: 320 + - name: PWR 2 + type: dc-terminal + maximum_draw: 320 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.10 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.11 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.12 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/IE300-12GT.yaml b/device-types/Allied Telesis/IE300-12GT.yaml new file mode 100644 index 000000000..59fe4d6e8 --- /dev/null +++ b/device-types/Allied Telesis/IE300-12GT.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Allied Telesis +model: IE300-12GT +slug: ie300-12gt +part_number: AT-IE300-12GT +u_height: 0 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PWR 1 + type: dc-terminal + maximum_draw: 30 + - name: PWR 2 + type: dc-terminal + maximum_draw: 30 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.10 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.11 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.12 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/IE340-12GP.yaml b/device-types/Allied Telesis/IE340-12GP.yaml new file mode 100644 index 000000000..813224bc7 --- /dev/null +++ b/device-types/Allied Telesis/IE340-12GP.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Allied Telesis +model: IE340-12GP +slug: ie340-12gp +part_number: AT-IE340-12GP +u_height: 0 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PWR 1 + type: dc-terminal + maximum_draw: 271 + - name: PWR 2 + type: dc-terminal + maximum_draw: 271 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.10 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.11 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.12 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/IE340-12GT.yaml b/device-types/Allied Telesis/IE340-12GT.yaml new file mode 100644 index 000000000..c1b552575 --- /dev/null +++ b/device-types/Allied Telesis/IE340-12GT.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Allied Telesis +model: IE340-12GT +slug: ie340-12gt +part_number: AT-IE340-12GT +u_height: 0 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PWR 1 + type: dc-terminal + maximum_draw: 24 + - name: PWR 2 + type: dc-terminal + maximum_draw: 24 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.10 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.11 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.12 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/IE340-18GP.yaml b/device-types/Allied Telesis/IE340-18GP.yaml new file mode 100644 index 000000000..acf1d096c --- /dev/null +++ b/device-types/Allied Telesis/IE340-18GP.yaml @@ -0,0 +1,72 @@ +--- +manufacturer: Allied Telesis +model: IE340-18GP +slug: ie340-18GP +part_number: AT-IE340-18GP +u_height: 0 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PWR 1 + type: dc-terminal + maximum_draw: 271 + - name: PWR 2 + type: dc-terminal + maximum_draw: 271 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.18 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/IE340-20GP.yaml b/device-types/Allied Telesis/IE340-20GP.yaml new file mode 100644 index 000000000..7fef6cad6 --- /dev/null +++ b/device-types/Allied Telesis/IE340-20GP.yaml @@ -0,0 +1,78 @@ +--- +manufacturer: Allied Telesis +model: IE340-20GP +slug: ie340-20gp +part_number: AT-IE340-20GP +u_height: 0 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PWR 1 + type: dc-terminal + maximum_draw: 271 + - name: PWR 2 + type: dc-terminal + maximum_draw: 271 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.18 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.19 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.20 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/x230-10GP.yaml b/device-types/Allied Telesis/x230-10GP.yaml new file mode 100644 index 000000000..03fbcd72c --- /dev/null +++ b/device-types/Allied Telesis/x230-10GP.yaml @@ -0,0 +1,45 @@ +--- +manufacturer: Allied Telesis +model: x230-10GP +slug: x230-10gp +part_number: AT-x230-10Gp +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 180 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.10 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/x230-10GT.yaml b/device-types/Allied Telesis/x230-10GT.yaml new file mode 100644 index 000000000..2c2f21813 --- /dev/null +++ b/device-types/Allied Telesis/x230-10GT.yaml @@ -0,0 +1,45 @@ +--- +manufacturer: Allied Telesis +model: x230-10GT +slug: x230-10gt +part_number: AT-x230-10GT +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 18 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.10 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/x230-18GP.yaml b/device-types/Allied Telesis/x230-18GP.yaml new file mode 100644 index 000000000..eb6df2f01 --- /dev/null +++ b/device-types/Allied Telesis/x230-18GP.yaml @@ -0,0 +1,69 @@ +--- +manufacturer: Allied Telesis +model: x230-18GP +slug: x230-18gp +part_number: AT-x230-18GP +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 330 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.18 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/x230-18GT.yaml b/device-types/Allied Telesis/x230-18GT.yaml new file mode 100644 index 000000000..dc6cdbcd4 --- /dev/null +++ b/device-types/Allied Telesis/x230-18GT.yaml @@ -0,0 +1,69 @@ +--- +manufacturer: Allied Telesis +model: x230-18GT +slug: x230-18gt +part_number: AT-x230-18GT +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 18 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.18 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/x230-28GP.yaml b/device-types/Allied Telesis/x230-28GP.yaml new file mode 100644 index 000000000..b4cd41723 --- /dev/null +++ b/device-types/Allied Telesis/x230-28GP.yaml @@ -0,0 +1,99 @@ +--- +manufacturer: Allied Telesis +model: x230-28GP +slug: x230-28gp +part_number: AT-x230-28GP +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 520 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.26 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.27 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.28 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/x230-28GT.yaml b/device-types/Allied Telesis/x230-28GT.yaml new file mode 100644 index 000000000..7b13ca7da --- /dev/null +++ b/device-types/Allied Telesis/x230-28GT.yaml @@ -0,0 +1,99 @@ +--- +manufacturer: Allied Telesis +model: x230-28GT +slug: x230-28gt +part_number: AT-x230-28GT +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 26 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.26 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.27 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.28 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/x230L-17GT.yaml b/device-types/Allied Telesis/x230L-17GT.yaml new file mode 100644 index 000000000..3048b286f --- /dev/null +++ b/device-types/Allied Telesis/x230L-17GT.yaml @@ -0,0 +1,66 @@ +--- +manufacturer: Allied Telesis +model: x230L-17GT +slug: x230l-17gt +part_number: AT-x230L-17GT +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 15 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/x230L-26GT.yaml b/device-types/Allied Telesis/x230L-26GT.yaml new file mode 100644 index 000000000..a18390bb3 --- /dev/null +++ b/device-types/Allied Telesis/x230L-26GT.yaml @@ -0,0 +1,93 @@ +--- +manufacturer: Allied Telesis +model: x230L-26GT +slug: x230l-26gt +part_number: AT-x230L-26GT +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 21 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.26 + type: 1000base-x-sfp + mgmt_only: false diff --git a/device-types/Allied Telesis/x510-28GPX.yaml b/device-types/Allied Telesis/x510-28GPX.yaml new file mode 100644 index 000000000..3aa72fadc --- /dev/null +++ b/device-types/Allied Telesis/x510-28GPX.yaml @@ -0,0 +1,102 @@ +--- +manufacturer: Allied Telesis +model: x510-28GPX +slug: x510-28gpx +part_number: AT-x510-28GPX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 290 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 290 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x510-28GSX.yaml b/device-types/Allied Telesis/x510-28GSX.yaml new file mode 100644 index 000000000..c680b5c05 --- /dev/null +++ b/device-types/Allied Telesis/x510-28GSX.yaml @@ -0,0 +1,102 @@ +--- +manufacturer: Allied Telesis +model: x510-28GSX +slug: x510-28gsx +part_number: AT-x510-28GSX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 74 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 74 +interfaces: + - name: port1.0.1 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.2 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.3 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.4 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.5 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.6 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.7 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.8 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.9 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.10 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.11 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.12 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.13 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.14 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.15 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.16 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.17 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.18 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.19 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.20 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.21 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.22 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.23 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.24 + type: 1000base-x-sfp + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x510-28GTX.yaml b/device-types/Allied Telesis/x510-28GTX.yaml new file mode 100644 index 000000000..e5a5d7a9d --- /dev/null +++ b/device-types/Allied Telesis/x510-28GTX.yaml @@ -0,0 +1,102 @@ +--- +manufacturer: Allied Telesis +model: x510-28GTX +slug: x510-28gtx +part_number: AT-x510-28GTX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 52 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 52 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x510-52GPX.yaml b/device-types/Allied Telesis/x510-52GPX.yaml new file mode 100644 index 000000000..5f889504c --- /dev/null +++ b/device-types/Allied Telesis/x510-52GPX.yaml @@ -0,0 +1,174 @@ +--- +manufacturer: Allied Telesis +model: x510-52GPX +slug: x510-52gpx +part_number: AT-x510-52GPX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 290 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 290 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-t + mgmt_only: false + - name: port1.0.26 + type: 1000base-t + mgmt_only: false + - name: port1.0.27 + type: 1000base-t + mgmt_only: false + - name: port1.0.28 + type: 1000base-t + mgmt_only: false + - name: port1.0.29 + type: 1000base-t + mgmt_only: false + - name: port1.0.30 + type: 1000base-t + mgmt_only: false + - name: port1.0.31 + type: 1000base-t + mgmt_only: false + - name: port1.0.32 + type: 1000base-t + mgmt_only: false + - name: port1.0.33 + type: 1000base-t + mgmt_only: false + - name: port1.0.34 + type: 1000base-t + mgmt_only: false + - name: port1.0.35 + type: 1000base-t + mgmt_only: false + - name: port1.0.36 + type: 1000base-t + mgmt_only: false + - name: port1.0.37 + type: 1000base-t + mgmt_only: false + - name: port1.0.38 + type: 1000base-t + mgmt_only: false + - name: port1.0.39 + type: 1000base-t + mgmt_only: false + - name: port1.0.40 + type: 1000base-t + mgmt_only: false + - name: port1.0.41 + type: 1000base-t + mgmt_only: false + - name: port1.0.42 + type: 1000base-t + mgmt_only: false + - name: port1.0.43 + type: 1000base-t + mgmt_only: false + - name: port1.0.44 + type: 1000base-t + mgmt_only: false + - name: port1.0.45 + type: 1000base-t + mgmt_only: false + - name: port1.0.46 + type: 1000base-t + mgmt_only: false + - name: port1.0.47 + type: 1000base-t + mgmt_only: false + - name: port1.0.48 + type: 1000base-t + mgmt_only: false + - name: port1.0.49 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.50 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.51 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.52 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x510-52GTX.yaml b/device-types/Allied Telesis/x510-52GTX.yaml new file mode 100644 index 000000000..10e00b5c9 --- /dev/null +++ b/device-types/Allied Telesis/x510-52GTX.yaml @@ -0,0 +1,174 @@ +--- +manufacturer: Allied Telesis +model: x510-52GTX +slug: x510-52gtx +part_number: AT-x510-52GTX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 86 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 86 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-t + mgmt_only: false + - name: port1.0.26 + type: 1000base-t + mgmt_only: false + - name: port1.0.27 + type: 1000base-t + mgmt_only: false + - name: port1.0.28 + type: 1000base-t + mgmt_only: false + - name: port1.0.29 + type: 1000base-t + mgmt_only: false + - name: port1.0.30 + type: 1000base-t + mgmt_only: false + - name: port1.0.31 + type: 1000base-t + mgmt_only: false + - name: port1.0.32 + type: 1000base-t + mgmt_only: false + - name: port1.0.33 + type: 1000base-t + mgmt_only: false + - name: port1.0.34 + type: 1000base-t + mgmt_only: false + - name: port1.0.35 + type: 1000base-t + mgmt_only: false + - name: port1.0.36 + type: 1000base-t + mgmt_only: false + - name: port1.0.37 + type: 1000base-t + mgmt_only: false + - name: port1.0.38 + type: 1000base-t + mgmt_only: false + - name: port1.0.39 + type: 1000base-t + mgmt_only: false + - name: port1.0.40 + type: 1000base-t + mgmt_only: false + - name: port1.0.41 + type: 1000base-t + mgmt_only: false + - name: port1.0.42 + type: 1000base-t + mgmt_only: false + - name: port1.0.43 + type: 1000base-t + mgmt_only: false + - name: port1.0.44 + type: 1000base-t + mgmt_only: false + - name: port1.0.45 + type: 1000base-t + mgmt_only: false + - name: port1.0.46 + type: 1000base-t + mgmt_only: false + - name: port1.0.47 + type: 1000base-t + mgmt_only: false + - name: port1.0.48 + type: 1000base-t + mgmt_only: false + - name: port1.0.49 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.50 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.51 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.52 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x510L-28GP.yaml b/device-types/Allied Telesis/x510L-28GP.yaml new file mode 100644 index 000000000..932606e4b --- /dev/null +++ b/device-types/Allied Telesis/x510L-28GP.yaml @@ -0,0 +1,99 @@ +--- +manufacturer: Allied Telesis +model: x510L-28GP +slug: x510l-28gp +part_number: AT-x510L-28GP +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 290 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x510L-28GT.yaml b/device-types/Allied Telesis/x510L-28GT.yaml new file mode 100644 index 000000000..0181eb21b --- /dev/null +++ b/device-types/Allied Telesis/x510L-28GT.yaml @@ -0,0 +1,99 @@ +--- +manufacturer: Allied Telesis +model: x510L-28GT +slug: x510l-28gt +part_number: AT-x510L-28GT +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 52 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x510L-52GP.yaml b/device-types/Allied Telesis/x510L-52GP.yaml new file mode 100644 index 000000000..f38fc08e4 --- /dev/null +++ b/device-types/Allied Telesis/x510L-52GP.yaml @@ -0,0 +1,171 @@ +--- +manufacturer: Allied Telesis +model: x510L-52GP +slug: x510l-52gp +part_number: AT-x510L-52GP +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 320 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-t + mgmt_only: false + - name: port1.0.26 + type: 1000base-t + mgmt_only: false + - name: port1.0.27 + type: 1000base-t + mgmt_only: false + - name: port1.0.28 + type: 1000base-t + mgmt_only: false + - name: port1.0.29 + type: 1000base-t + mgmt_only: false + - name: port1.0.30 + type: 1000base-t + mgmt_only: false + - name: port1.0.31 + type: 1000base-t + mgmt_only: false + - name: port1.0.32 + type: 1000base-t + mgmt_only: false + - name: port1.0.33 + type: 1000base-t + mgmt_only: false + - name: port1.0.34 + type: 1000base-t + mgmt_only: false + - name: port1.0.35 + type: 1000base-t + mgmt_only: false + - name: port1.0.36 + type: 1000base-t + mgmt_only: false + - name: port1.0.37 + type: 1000base-t + mgmt_only: false + - name: port1.0.38 + type: 1000base-t + mgmt_only: false + - name: port1.0.39 + type: 1000base-t + mgmt_only: false + - name: port1.0.40 + type: 1000base-t + mgmt_only: false + - name: port1.0.41 + type: 1000base-t + mgmt_only: false + - name: port1.0.42 + type: 1000base-t + mgmt_only: false + - name: port1.0.43 + type: 1000base-t + mgmt_only: false + - name: port1.0.44 + type: 1000base-t + mgmt_only: false + - name: port1.0.45 + type: 1000base-t + mgmt_only: false + - name: port1.0.46 + type: 1000base-t + mgmt_only: false + - name: port1.0.47 + type: 1000base-t + mgmt_only: false + - name: port1.0.48 + type: 1000base-t + mgmt_only: false + - name: port1.0.49 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.50 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.51 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.52 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x510L-52GT.yaml b/device-types/Allied Telesis/x510L-52GT.yaml new file mode 100644 index 000000000..0032e7587 --- /dev/null +++ b/device-types/Allied Telesis/x510L-52GT.yaml @@ -0,0 +1,171 @@ +--- +manufacturer: Allied Telesis +model: x510L-52GT +slug: x510l-52gt +part_number: AT-x510L-52GT +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 86 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-t + mgmt_only: false + - name: port1.0.26 + type: 1000base-t + mgmt_only: false + - name: port1.0.27 + type: 1000base-t + mgmt_only: false + - name: port1.0.28 + type: 1000base-t + mgmt_only: false + - name: port1.0.29 + type: 1000base-t + mgmt_only: false + - name: port1.0.30 + type: 1000base-t + mgmt_only: false + - name: port1.0.31 + type: 1000base-t + mgmt_only: false + - name: port1.0.32 + type: 1000base-t + mgmt_only: false + - name: port1.0.33 + type: 1000base-t + mgmt_only: false + - name: port1.0.34 + type: 1000base-t + mgmt_only: false + - name: port1.0.35 + type: 1000base-t + mgmt_only: false + - name: port1.0.36 + type: 1000base-t + mgmt_only: false + - name: port1.0.37 + type: 1000base-t + mgmt_only: false + - name: port1.0.38 + type: 1000base-t + mgmt_only: false + - name: port1.0.39 + type: 1000base-t + mgmt_only: false + - name: port1.0.40 + type: 1000base-t + mgmt_only: false + - name: port1.0.41 + type: 1000base-t + mgmt_only: false + - name: port1.0.42 + type: 1000base-t + mgmt_only: false + - name: port1.0.43 + type: 1000base-t + mgmt_only: false + - name: port1.0.44 + type: 1000base-t + mgmt_only: false + - name: port1.0.45 + type: 1000base-t + mgmt_only: false + - name: port1.0.46 + type: 1000base-t + mgmt_only: false + - name: port1.0.47 + type: 1000base-t + mgmt_only: false + - name: port1.0.48 + type: 1000base-t + mgmt_only: false + - name: port1.0.49 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.50 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.51 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.52 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x530-28GPXm.yaml b/device-types/Allied Telesis/x530-28GPXm.yaml new file mode 100644 index 000000000..d4ad68120 --- /dev/null +++ b/device-types/Allied Telesis/x530-28GPXm.yaml @@ -0,0 +1,102 @@ +--- +manufacturer: Allied Telesis +model: x530-28GPXm +slug: x530-28gpxm +part_number: AT-x530-28GPXm +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 450 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 450 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 5gbase-t + mgmt_only: false + - name: port1.0.22 + type: 5gbase-t + mgmt_only: false + - name: port1.0.23 + type: 5gbase-t + mgmt_only: false + - name: port1.0.24 + type: 5gbase-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x530-28GTXm.yaml b/device-types/Allied Telesis/x530-28GTXm.yaml new file mode 100644 index 000000000..bd956440b --- /dev/null +++ b/device-types/Allied Telesis/x530-28GTXm.yaml @@ -0,0 +1,102 @@ +--- +manufacturer: Allied Telesis +model: x530-28GTXm +slug: x530-28gtxm +part_number: AT-x530-28GTXm +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 55 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 55 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 5gbase-t + mgmt_only: false + - name: port1.0.22 + type: 5gbase-t + mgmt_only: false + - name: port1.0.23 + type: 5gbase-t + mgmt_only: false + - name: port1.0.24 + type: 5gbase-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x530-52GPXm.yaml b/device-types/Allied Telesis/x530-52GPXm.yaml new file mode 100644 index 000000000..87826268e --- /dev/null +++ b/device-types/Allied Telesis/x530-52GPXm.yaml @@ -0,0 +1,174 @@ +--- +manufacturer: Allied Telesis +model: x530-52GPXm +slug: x530-52gpxm +part_number: AT-x530-52GPXm +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 490 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 490 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-t + mgmt_only: false + - name: port1.0.26 + type: 1000base-t + mgmt_only: false + - name: port1.0.27 + type: 1000base-t + mgmt_only: false + - name: port1.0.28 + type: 1000base-t + mgmt_only: false + - name: port1.0.29 + type: 1000base-t + mgmt_only: false + - name: port1.0.30 + type: 1000base-t + mgmt_only: false + - name: port1.0.31 + type: 1000base-t + mgmt_only: false + - name: port1.0.32 + type: 1000base-t + mgmt_only: false + - name: port1.0.33 + type: 1000base-t + mgmt_only: false + - name: port1.0.34 + type: 1000base-t + mgmt_only: false + - name: port1.0.35 + type: 1000base-t + mgmt_only: false + - name: port1.0.36 + type: 1000base-t + mgmt_only: false + - name: port1.0.37 + type: 1000base-t + mgmt_only: false + - name: port1.0.38 + type: 1000base-t + mgmt_only: false + - name: port1.0.39 + type: 1000base-t + mgmt_only: false + - name: port1.0.40 + type: 1000base-t + mgmt_only: false + - name: port1.0.41 + type: 5gbase-t + mgmt_only: false + - name: port1.0.42 + type: 5gbase-t + mgmt_only: false + - name: port1.0.43 + type: 5gbase-t + mgmt_only: false + - name: port1.0.44 + type: 5gbase-t + mgmt_only: false + - name: port1.0.45 + type: 5gbase-t + mgmt_only: false + - name: port1.0.46 + type: 5gbase-t + mgmt_only: false + - name: port1.0.47 + type: 5gbase-t + mgmt_only: false + - name: port1.0.48 + type: 5gbase-t + mgmt_only: false + - name: port1.0.49 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.50 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.51 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.52 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x530-52GTXm.yaml b/device-types/Allied Telesis/x530-52GTXm.yaml new file mode 100644 index 000000000..b5855f33a --- /dev/null +++ b/device-types/Allied Telesis/x530-52GTXm.yaml @@ -0,0 +1,174 @@ +--- +manufacturer: Allied Telesis +model: x530-52GTXm +slug: x530-52gtxm +part_number: AT-x530-52GTXm +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 85 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 85 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-t + mgmt_only: false + - name: port1.0.26 + type: 1000base-t + mgmt_only: false + - name: port1.0.27 + type: 1000base-t + mgmt_only: false + - name: port1.0.28 + type: 1000base-t + mgmt_only: false + - name: port1.0.29 + type: 1000base-t + mgmt_only: false + - name: port1.0.30 + type: 1000base-t + mgmt_only: false + - name: port1.0.31 + type: 1000base-t + mgmt_only: false + - name: port1.0.32 + type: 1000base-t + mgmt_only: false + - name: port1.0.33 + type: 1000base-t + mgmt_only: false + - name: port1.0.34 + type: 1000base-t + mgmt_only: false + - name: port1.0.35 + type: 1000base-t + mgmt_only: false + - name: port1.0.36 + type: 1000base-t + mgmt_only: false + - name: port1.0.37 + type: 1000base-t + mgmt_only: false + - name: port1.0.38 + type: 1000base-t + mgmt_only: false + - name: port1.0.39 + type: 1000base-t + mgmt_only: false + - name: port1.0.40 + type: 1000base-t + mgmt_only: false + - name: port1.0.41 + type: 5gbase-t + mgmt_only: false + - name: port1.0.42 + type: 5gbase-t + mgmt_only: false + - name: port1.0.43 + type: 5gbase-t + mgmt_only: false + - name: port1.0.44 + type: 5gbase-t + mgmt_only: false + - name: port1.0.45 + type: 5gbase-t + mgmt_only: false + - name: port1.0.46 + type: 5gbase-t + mgmt_only: false + - name: port1.0.47 + type: 5gbase-t + mgmt_only: false + - name: port1.0.48 + type: 5gbase-t + mgmt_only: false + - name: port1.0.49 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.50 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.51 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.52 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x530L-10GHXm.yaml b/device-types/Allied Telesis/x530L-10GHXm.yaml new file mode 100644 index 000000000..51054fe9c --- /dev/null +++ b/device-types/Allied Telesis/x530L-10GHXm.yaml @@ -0,0 +1,45 @@ +--- +manufacturer: Allied Telesis +model: x530L-10GHXm +slug: x530l-10ghxm +part_number: AT-x530L-10GHXm +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 500 +interfaces: + - name: port1.0.1 + type: 5gbase-t + mgmt_only: false + - name: port1.0.2 + type: 5gbase-t + mgmt_only: false + - name: port1.0.3 + type: 5gbase-t + mgmt_only: false + - name: port1.0.4 + type: 5gbase-t + mgmt_only: false + - name: port1.0.5 + type: 5gbase-t + mgmt_only: false + - name: port1.0.6 + type: 5gbase-t + mgmt_only: false + - name: port1.0.7 + type: 5gbase-t + mgmt_only: false + - name: port1.0.8 + type: 5gbase-t + mgmt_only: false + - name: port1.0.9 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.10 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x530L-28GPX.yaml b/device-types/Allied Telesis/x530L-28GPX.yaml new file mode 100644 index 000000000..6b8545aef --- /dev/null +++ b/device-types/Allied Telesis/x530L-28GPX.yaml @@ -0,0 +1,102 @@ +--- +manufacturer: Allied Telesis +model: x530L-28GPX +slug: x530l-28gpx +part_number: AT-x530L-28GPX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 490 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 490 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x530L-28GTX.yaml b/device-types/Allied Telesis/x530L-28GTX.yaml new file mode 100644 index 000000000..e348bd9ca --- /dev/null +++ b/device-types/Allied Telesis/x530L-28GTX.yaml @@ -0,0 +1,102 @@ +--- +manufacturer: Allied Telesis +model: x530L-28GTX +slug: x530l-28gtx +part_number: AT-x530L-28GTX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 39 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 39 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x530L-52GPX.yaml b/device-types/Allied Telesis/x530L-52GPX.yaml new file mode 100644 index 000000000..3a3af3db4 --- /dev/null +++ b/device-types/Allied Telesis/x530L-52GPX.yaml @@ -0,0 +1,174 @@ +--- +manufacturer: Allied Telesis +model: x530L-52GPX +slug: x530l-52gpx +part_number: AT-x530L-52GPX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 490 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 490 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-t + mgmt_only: false + - name: port1.0.26 + type: 1000base-t + mgmt_only: false + - name: port1.0.27 + type: 1000base-t + mgmt_only: false + - name: port1.0.28 + type: 1000base-t + mgmt_only: false + - name: port1.0.29 + type: 1000base-t + mgmt_only: false + - name: port1.0.30 + type: 1000base-t + mgmt_only: false + - name: port1.0.31 + type: 1000base-t + mgmt_only: false + - name: port1.0.32 + type: 1000base-t + mgmt_only: false + - name: port1.0.33 + type: 1000base-t + mgmt_only: false + - name: port1.0.34 + type: 1000base-t + mgmt_only: false + - name: port1.0.35 + type: 1000base-t + mgmt_only: false + - name: port1.0.36 + type: 1000base-t + mgmt_only: false + - name: port1.0.37 + type: 1000base-t + mgmt_only: false + - name: port1.0.38 + type: 1000base-t + mgmt_only: false + - name: port1.0.39 + type: 1000base-t + mgmt_only: false + - name: port1.0.40 + type: 1000base-t + mgmt_only: false + - name: port1.0.41 + type: 1000base-t + mgmt_only: false + - name: port1.0.42 + type: 1000base-t + mgmt_only: false + - name: port1.0.43 + type: 1000base-t + mgmt_only: false + - name: port1.0.44 + type: 1000base-t + mgmt_only: false + - name: port1.0.45 + type: 1000base-t + mgmt_only: false + - name: port1.0.46 + type: 1000base-t + mgmt_only: false + - name: port1.0.47 + type: 1000base-t + mgmt_only: false + - name: port1.0.48 + type: 1000base-t + mgmt_only: false + - name: port1.0.49 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.50 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.51 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.52 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x530L-52GTX.yaml b/device-types/Allied Telesis/x530L-52GTX.yaml new file mode 100644 index 000000000..ad6c48a03 --- /dev/null +++ b/device-types/Allied Telesis/x530L-52GTX.yaml @@ -0,0 +1,174 @@ +--- +manufacturer: Allied Telesis +model: x530L-52GTX +slug: x530l-52gtx +part_number: AT-x530L-52GTX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU 1 + type: iec-60320-c14 + maximum_draw: 60 + - name: PSU 2 + type: iec-60320-c14 + maximum_draw: 60 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-t + mgmt_only: false + - name: port1.0.26 + type: 1000base-t + mgmt_only: false + - name: port1.0.27 + type: 1000base-t + mgmt_only: false + - name: port1.0.28 + type: 1000base-t + mgmt_only: false + - name: port1.0.29 + type: 1000base-t + mgmt_only: false + - name: port1.0.30 + type: 1000base-t + mgmt_only: false + - name: port1.0.31 + type: 1000base-t + mgmt_only: false + - name: port1.0.32 + type: 1000base-t + mgmt_only: false + - name: port1.0.33 + type: 1000base-t + mgmt_only: false + - name: port1.0.34 + type: 1000base-t + mgmt_only: false + - name: port1.0.35 + type: 1000base-t + mgmt_only: false + - name: port1.0.36 + type: 1000base-t + mgmt_only: false + - name: port1.0.37 + type: 1000base-t + mgmt_only: false + - name: port1.0.38 + type: 1000base-t + mgmt_only: false + - name: port1.0.39 + type: 1000base-t + mgmt_only: false + - name: port1.0.40 + type: 1000base-t + mgmt_only: false + - name: port1.0.41 + type: 1000base-t + mgmt_only: false + - name: port1.0.42 + type: 1000base-t + mgmt_only: false + - name: port1.0.43 + type: 1000base-t + mgmt_only: false + - name: port1.0.44 + type: 1000base-t + mgmt_only: false + - name: port1.0.45 + type: 1000base-t + mgmt_only: false + - name: port1.0.46 + type: 1000base-t + mgmt_only: false + - name: port1.0.47 + type: 1000base-t + mgmt_only: false + - name: port1.0.48 + type: 1000base-t + mgmt_only: false + - name: port1.0.49 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.50 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.51 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.52 + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/Allied Telesis/x908Gen2.yaml b/device-types/Allied Telesis/x908Gen2.yaml new file mode 100644 index 000000000..56b25f891 --- /dev/null +++ b/device-types/Allied Telesis/x908Gen2.yaml @@ -0,0 +1,21 @@ +--- +manufacturer: Allied Telesis +model: SwitchBlade x908 Gen2 +slug: sbx908-gen2 +part_number: AT-SBx908GEN2 +u_height: 1 +is_full_depth: true +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU A + type: iec-60320-c14 + maximum_draw: 470 + - name: PSU B + type: iec-60320-c14 + maximum_draw: 470 +interfaces: + - name: eth0 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Allied Telesis/x930-28GPX.yaml b/device-types/Allied Telesis/x930-28GPX.yaml new file mode 100644 index 000000000..633555b28 --- /dev/null +++ b/device-types/Allied Telesis/x930-28GPX.yaml @@ -0,0 +1,105 @@ +--- +manufacturer: Allied Telesis +model: x930-28GPX +slug: x930-28gpx +part_number: AT-x930-28GPx +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU A + type: iec-60320-c14 + maximum_draw: 810 + - name: PSU B + type: iec-60320-c14 + maximum_draw: 810 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false + - name: eth0 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Allied Telesis/x930-28GSTX.yaml b/device-types/Allied Telesis/x930-28GSTX.yaml new file mode 100644 index 000000000..422de4b6b --- /dev/null +++ b/device-types/Allied Telesis/x930-28GSTX.yaml @@ -0,0 +1,106 @@ +--- +manufacturer: Allied Telesis +model: x930-28GSTX +slug: x930-28gstx +part_number: AT-x930-28GSTX +u_height: 1 +is_full_depth: false +comments: Every physical front port is a 1000BASE-T/SFP combo port +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU A + type: iec-60320-c14 + maximum_draw: 97 + - name: PSU B + type: iec-60320-c14 + maximum_draw: 97 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false + - name: eth0 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Allied Telesis/x930-28GTX.yaml b/device-types/Allied Telesis/x930-28GTX.yaml new file mode 100644 index 000000000..70dec32e4 --- /dev/null +++ b/device-types/Allied Telesis/x930-28GTX.yaml @@ -0,0 +1,105 @@ +--- +manufacturer: Allied Telesis +model: x930-28GTX +slug: x930-28gtx +part_number: AT-x930-28GTX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU A + type: iec-60320-c14 + maximum_draw: 84 + - name: PSU B + type: iec-60320-c14 + maximum_draw: 84 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false + - name: eth0 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Allied Telesis/x930-52GPX.yaml b/device-types/Allied Telesis/x930-52GPX.yaml new file mode 100644 index 000000000..84aabef16 --- /dev/null +++ b/device-types/Allied Telesis/x930-52GPX.yaml @@ -0,0 +1,177 @@ +--- +manufacturer: Allied Telesis +model: x930-52GPX +slug: x930-52gpx +part_number: AT-x930-52GPX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU A + type: iec-60320-c14 + maximum_draw: 810 + - name: PSU B + type: iec-60320-c14 + maximum_draw: 810 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-t + mgmt_only: false + - name: port1.0.26 + type: 1000base-t + mgmt_only: false + - name: port1.0.27 + type: 1000base-t + mgmt_only: false + - name: port1.0.28 + type: 1000base-t + mgmt_only: false + - name: port1.0.29 + type: 1000base-t + mgmt_only: false + - name: port1.0.30 + type: 1000base-t + mgmt_only: false + - name: port1.0.31 + type: 1000base-t + mgmt_only: false + - name: port1.0.32 + type: 1000base-t + mgmt_only: false + - name: port1.0.33 + type: 1000base-t + mgmt_only: false + - name: port1.0.34 + type: 1000base-t + mgmt_only: false + - name: port1.0.35 + type: 1000base-t + mgmt_only: false + - name: port1.0.36 + type: 1000base-t + mgmt_only: false + - name: port1.0.37 + type: 1000base-t + mgmt_only: false + - name: port1.0.38 + type: 1000base-t + mgmt_only: false + - name: port1.0.39 + type: 1000base-t + mgmt_only: false + - name: port1.0.40 + type: 1000base-t + mgmt_only: false + - name: port1.0.41 + type: 1000base-t + mgmt_only: false + - name: port1.0.42 + type: 1000base-t + mgmt_only: false + - name: port1.0.43 + type: 1000base-t + mgmt_only: false + - name: port1.0.44 + type: 1000base-t + mgmt_only: false + - name: port1.0.45 + type: 1000base-t + mgmt_only: false + - name: port1.0.46 + type: 1000base-t + mgmt_only: false + - name: port1.0.47 + type: 1000base-t + mgmt_only: false + - name: port1.0.48 + type: 1000base-t + mgmt_only: false + - name: port1.0.49 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.50 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.51 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.52 + type: 10gbase-x-sfpp + mgmt_only: false + - name: eth0 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Allied Telesis/x930-52GTX.yaml b/device-types/Allied Telesis/x930-52GTX.yaml new file mode 100644 index 000000000..515584d5c --- /dev/null +++ b/device-types/Allied Telesis/x930-52GTX.yaml @@ -0,0 +1,177 @@ +--- +manufacturer: Allied Telesis +model: x930-52GTX +slug: x930-52gtx +part_number: AT-x930-52GTX +u_height: 1 +is_full_depth: false +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU A + type: iec-60320-c14 + maximum_draw: 95 + - name: PSU B + type: iec-60320-c14 + maximum_draw: 95 +interfaces: + - name: port1.0.1 + type: 1000base-t + mgmt_only: false + - name: port1.0.2 + type: 1000base-t + mgmt_only: false + - name: port1.0.3 + type: 1000base-t + mgmt_only: false + - name: port1.0.4 + type: 1000base-t + mgmt_only: false + - name: port1.0.5 + type: 1000base-t + mgmt_only: false + - name: port1.0.6 + type: 1000base-t + mgmt_only: false + - name: port1.0.7 + type: 1000base-t + mgmt_only: false + - name: port1.0.8 + type: 1000base-t + mgmt_only: false + - name: port1.0.9 + type: 1000base-t + mgmt_only: false + - name: port1.0.10 + type: 1000base-t + mgmt_only: false + - name: port1.0.11 + type: 1000base-t + mgmt_only: false + - name: port1.0.12 + type: 1000base-t + mgmt_only: false + - name: port1.0.13 + type: 1000base-t + mgmt_only: false + - name: port1.0.14 + type: 1000base-t + mgmt_only: false + - name: port1.0.15 + type: 1000base-t + mgmt_only: false + - name: port1.0.16 + type: 1000base-t + mgmt_only: false + - name: port1.0.17 + type: 1000base-t + mgmt_only: false + - name: port1.0.18 + type: 1000base-t + mgmt_only: false + - name: port1.0.19 + type: 1000base-t + mgmt_only: false + - name: port1.0.20 + type: 1000base-t + mgmt_only: false + - name: port1.0.21 + type: 1000base-t + mgmt_only: false + - name: port1.0.22 + type: 1000base-t + mgmt_only: false + - name: port1.0.23 + type: 1000base-t + mgmt_only: false + - name: port1.0.24 + type: 1000base-t + mgmt_only: false + - name: port1.0.25 + type: 1000base-t + mgmt_only: false + - name: port1.0.26 + type: 1000base-t + mgmt_only: false + - name: port1.0.27 + type: 1000base-t + mgmt_only: false + - name: port1.0.28 + type: 1000base-t + mgmt_only: false + - name: port1.0.29 + type: 1000base-t + mgmt_only: false + - name: port1.0.30 + type: 1000base-t + mgmt_only: false + - name: port1.0.31 + type: 1000base-t + mgmt_only: false + - name: port1.0.32 + type: 1000base-t + mgmt_only: false + - name: port1.0.33 + type: 1000base-t + mgmt_only: false + - name: port1.0.34 + type: 1000base-t + mgmt_only: false + - name: port1.0.35 + type: 1000base-t + mgmt_only: false + - name: port1.0.36 + type: 1000base-t + mgmt_only: false + - name: port1.0.37 + type: 1000base-t + mgmt_only: false + - name: port1.0.38 + type: 1000base-t + mgmt_only: false + - name: port1.0.39 + type: 1000base-t + mgmt_only: false + - name: port1.0.40 + type: 1000base-t + mgmt_only: false + - name: port1.0.41 + type: 1000base-t + mgmt_only: false + - name: port1.0.42 + type: 1000base-t + mgmt_only: false + - name: port1.0.43 + type: 1000base-t + mgmt_only: false + - name: port1.0.44 + type: 1000base-t + mgmt_only: false + - name: port1.0.45 + type: 1000base-t + mgmt_only: false + - name: port1.0.46 + type: 1000base-t + mgmt_only: false + - name: port1.0.47 + type: 1000base-t + mgmt_only: false + - name: port1.0.48 + type: 1000base-t + mgmt_only: false + - name: port1.0.49 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.50 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.51 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.52 + type: 10gbase-x-sfpp + mgmt_only: false + - name: eth0 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Allied Telesis/x950-28XSQ.yaml b/device-types/Allied Telesis/x950-28XSQ.yaml new file mode 100644 index 000000000..8579ef3f8 --- /dev/null +++ b/device-types/Allied Telesis/x950-28XSQ.yaml @@ -0,0 +1,105 @@ +--- +manufacturer: Allied Telesis +model: x950-28XSQ +slug: x950-28xsq +part_number: AT-x950-28XSQ +u_height: 1 +is_full_depth: true +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU A + type: iec-60320-c14 + maximum_draw: 300 + - name: PSU B + type: iec-60320-c14 + maximum_draw: 300 +interfaces: + - name: port1.0.1 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.2 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.3 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.4 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.5 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.6 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.7 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.8 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.9 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.10 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.11 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.12 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.13 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.14 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.15 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.16 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.17 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.18 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.19 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.20 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.21 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.22 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.23 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.24 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.25 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.29 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.33 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.37 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: eth0 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Allied Telesis/x950-28XTQm.yaml b/device-types/Allied Telesis/x950-28XTQm.yaml new file mode 100644 index 000000000..2200bb1f3 --- /dev/null +++ b/device-types/Allied Telesis/x950-28XTQm.yaml @@ -0,0 +1,105 @@ +--- +manufacturer: Allied Telesis +model: x950-28XTQm +slug: x950-28xtqm +part_number: AT-x950-28XTQm +u_height: 1 +is_full_depth: true +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU A + type: iec-60320-c14 + maximum_draw: 300 + - name: PSU B + type: iec-60320-c14 + maximum_draw: 300 +interfaces: + - name: port1.0.1 + type: 10gbase-t + mgmt_only: false + - name: port1.0.2 + type: 10gbase-t + mgmt_only: false + - name: port1.0.3 + type: 10gbase-t + mgmt_only: false + - name: port1.0.4 + type: 10gbase-t + mgmt_only: false + - name: port1.0.5 + type: 10gbase-t + mgmt_only: false + - name: port1.0.6 + type: 10gbase-t + mgmt_only: false + - name: port1.0.7 + type: 10gbase-t + mgmt_only: false + - name: port1.0.8 + type: 10gbase-t + mgmt_only: false + - name: port1.0.9 + type: 10gbase-t + mgmt_only: false + - name: port1.0.10 + type: 10gbase-t + mgmt_only: false + - name: port1.0.11 + type: 10gbase-t + mgmt_only: false + - name: port1.0.12 + type: 10gbase-t + mgmt_only: false + - name: port1.0.13 + type: 10gbase-t + mgmt_only: false + - name: port1.0.14 + type: 10gbase-t + mgmt_only: false + - name: port1.0.15 + type: 10gbase-t + mgmt_only: false + - name: port1.0.16 + type: 10gbase-t + mgmt_only: false + - name: port1.0.17 + type: 10gbase-t + mgmt_only: false + - name: port1.0.18 + type: 10gbase-t + mgmt_only: false + - name: port1.0.19 + type: 10gbase-t + mgmt_only: false + - name: port1.0.20 + type: 10gbase-t + mgmt_only: false + - name: port1.0.21 + type: 10gbase-t + mgmt_only: false + - name: port1.0.22 + type: 10gbase-t + mgmt_only: false + - name: port1.0.23 + type: 10gbase-t + mgmt_only: false + - name: port1.0.24 + type: 10gbase-t + mgmt_only: false + - name: port1.0.25 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.29 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.33 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.37 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: eth0 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Allied Telesis/x950-52XSQ.yaml b/device-types/Allied Telesis/x950-52XSQ.yaml new file mode 100644 index 000000000..9fdde3c24 --- /dev/null +++ b/device-types/Allied Telesis/x950-52XSQ.yaml @@ -0,0 +1,177 @@ +--- +manufacturer: Allied Telesis +model: x950-52XSQ +slug: x950-52xsq +part_number: AT-x950-52XSQ +u_height: 1 +is_full_depth: true +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU A + type: iec-60320-c14 + maximum_draw: 300 + - name: PSU B + type: iec-60320-c14 + maximum_draw: 300 +interfaces: + - name: port1.0.1 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.2 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.3 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.4 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.5 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.6 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.7 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.8 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.9 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.10 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.11 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.12 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.13 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.14 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.15 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.16 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.17 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.18 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.19 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.20 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.21 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.22 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.23 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.24 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.25 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.26 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.27 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.28 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.29 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.30 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.31 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.32 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.33 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.34 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.35 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.36 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.37 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.38 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.39 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.40 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.41 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.42 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.43 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.44 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.45 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.46 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.47 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.48 + type: 10gbase-x-sfpp + mgmt_only: false + - name: port1.0.49 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.53 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.57 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.61 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: eth0 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Allied Telesis/x950-52XTQm.yaml b/device-types/Allied Telesis/x950-52XTQm.yaml new file mode 100644 index 000000000..a0b27259b --- /dev/null +++ b/device-types/Allied Telesis/x950-52XTQm.yaml @@ -0,0 +1,177 @@ +--- +manufacturer: Allied Telesis +model: x950-52XTQm +slug: x950-52xtqm +part_number: AT-x950-52XTQm +u_height: 1 +is_full_depth: true +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PSU A + type: iec-60320-c14 + maximum_draw: 300 + - name: PSU B + type: iec-60320-c14 + maximum_draw: 300 +interfaces: + - name: port1.0.1 + type: 10gbase-t + mgmt_only: false + - name: port1.0.2 + type: 10gbase-t + mgmt_only: false + - name: port1.0.3 + type: 10gbase-t + mgmt_only: false + - name: port1.0.4 + type: 10gbase-t + mgmt_only: false + - name: port1.0.5 + type: 10gbase-t + mgmt_only: false + - name: port1.0.6 + type: 10gbase-t + mgmt_only: false + - name: port1.0.7 + type: 10gbase-t + mgmt_only: false + - name: port1.0.8 + type: 10gbase-t + mgmt_only: false + - name: port1.0.9 + type: 10gbase-t + mgmt_only: false + - name: port1.0.10 + type: 10gbase-t + mgmt_only: false + - name: port1.0.11 + type: 10gbase-t + mgmt_only: false + - name: port1.0.12 + type: 10gbase-t + mgmt_only: false + - name: port1.0.13 + type: 10gbase-t + mgmt_only: false + - name: port1.0.14 + type: 10gbase-t + mgmt_only: false + - name: port1.0.15 + type: 10gbase-t + mgmt_only: false + - name: port1.0.16 + type: 10gbase-t + mgmt_only: false + - name: port1.0.17 + type: 10gbase-t + mgmt_only: false + - name: port1.0.18 + type: 10gbase-t + mgmt_only: false + - name: port1.0.19 + type: 10gbase-t + mgmt_only: false + - name: port1.0.20 + type: 10gbase-t + mgmt_only: false + - name: port1.0.21 + type: 10gbase-t + mgmt_only: false + - name: port1.0.22 + type: 10gbase-t + mgmt_only: false + - name: port1.0.23 + type: 10gbase-t + mgmt_only: false + - name: port1.0.24 + type: 10gbase-t + mgmt_only: false + - name: port1.0.25 + type: 10gbase-t + mgmt_only: false + - name: port1.0.26 + type: 10gbase-t + mgmt_only: false + - name: port1.0.27 + type: 10gbase-t + mgmt_only: false + - name: port1.0.28 + type: 10gbase-t + mgmt_only: false + - name: port1.0.29 + type: 10gbase-t + mgmt_only: false + - name: port1.0.30 + type: 10gbase-t + mgmt_only: false + - name: port1.0.31 + type: 10gbase-t + mgmt_only: false + - name: port1.0.32 + type: 10gbase-t + mgmt_only: false + - name: port1.0.33 + type: 10gbase-t + mgmt_only: false + - name: port1.0.34 + type: 10gbase-t + mgmt_only: false + - name: port1.0.35 + type: 10gbase-t + mgmt_only: false + - name: port1.0.36 + type: 10gbase-t + mgmt_only: false + - name: port1.0.37 + type: 10gbase-t + mgmt_only: false + - name: port1.0.38 + type: 10gbase-t + mgmt_only: false + - name: port1.0.39 + type: 10gbase-t + mgmt_only: false + - name: port1.0.40 + type: 10gbase-t + mgmt_only: false + - name: port1.0.41 + type: 10gbase-t + mgmt_only: false + - name: port1.0.42 + type: 10gbase-t + mgmt_only: false + - name: port1.0.43 + type: 10gbase-t + mgmt_only: false + - name: port1.0.44 + type: 10gbase-t + mgmt_only: false + - name: port1.0.45 + type: 10gbase-t + mgmt_only: false + - name: port1.0.46 + type: 10gbase-t + mgmt_only: false + - name: port1.0.47 + type: 10gbase-t + mgmt_only: false + - name: port1.0.48 + type: 10gbase-t + mgmt_only: false + - name: port1.0.49 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.53 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.57 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: port1.0.61 + type: 100gbase-x-qsfp28 + mgmt_only: false + - name: eth0 + type: 1000base-t + mgmt_only: true