From efc391aa7c0582b6be8d95729e0c4f0a1d5659af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20Limb=C4=83=C8=99an?= Date: Mon, 20 Nov 2023 20:11:41 +0200 Subject: [PATCH] Add some more Fortinet devices (#1668) * Add FortiGate 401E * Add FortiSwitch 224E * Add PoE decl to FortiSwitch 248E-FPOE interfaces, link datasheet and QG * Add FortiSwitch 424E-Fiber * Add FortiAP 221E * Add FortiAP C24JE * Add PoE decl to FortiSwitch 224D-FPOE interfaces, link datasheet and QG * Add PoE decl to FortiSwitch 424E-FPOE interfaces, fix power decl, link datasheet and QG * Add weight and airflow specs for FG-401E and FG-400E * Add PoE decl to FortiSwitch 224E-POE interfaces, link datasheet and QG * FG-400E/401E power ports to module bays --------- Co-authored-by: Daniel W. Anner --- device-types/Fortinet/FAP-221E.yaml | 21 +++++ device-types/Fortinet/FAP-C24JE.yaml | 36 +++++++++ device-types/Fortinet/FG-400E.yaml | 19 ++--- device-types/Fortinet/FG-401E.yaml | 90 ++++++++++++++++++++++ device-types/Fortinet/FS-224D-FPOE.yaml | 50 ++++++++++++ device-types/Fortinet/FS-224E-POE.yaml | 26 +++++++ device-types/Fortinet/FS-224E.yaml | 84 ++++++++++++++++++++ device-types/Fortinet/FS-248E-FPOE.yaml | 98 ++++++++++++++++++++++++ device-types/Fortinet/FS-424E-FPOE.yaml | 59 ++++++++++++-- device-types/Fortinet/FS-424E-Fiber.yaml | 84 ++++++++++++++++++++ 10 files changed, 553 insertions(+), 14 deletions(-) create mode 100644 device-types/Fortinet/FAP-221E.yaml create mode 100644 device-types/Fortinet/FAP-C24JE.yaml create mode 100644 device-types/Fortinet/FG-401E.yaml create mode 100644 device-types/Fortinet/FS-224E.yaml create mode 100644 device-types/Fortinet/FS-424E-Fiber.yaml diff --git a/device-types/Fortinet/FAP-221E.yaml b/device-types/Fortinet/FAP-221E.yaml new file mode 100644 index 000000000..d6cb957c2 --- /dev/null +++ b/device-types/Fortinet/FAP-221E.yaml @@ -0,0 +1,21 @@ +--- +manufacturer: Fortinet +model: FortiAP 221E +slug: fortinet-fap-221e +part_number: FAP-221E +u_height: 0.0 +is_full_depth: false +airflow: passive +weight: 1.1 +weight_unit: lb +comments: '[FortiAP Series Datasheet](https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/fortiap-series.pdf), [FortiAP 221E/223E, FAP-221E+/223E+ + QuickStart Guide](https://docs.fortinet.com/document/fortiap/hardware/fortiap-221e-223e-fap-221e-223e-quickstart-guide-gen-2)' +interfaces: + - name: wan-poe + type: 1000base-t + poe_mode: pd + poe_type: type1-ieee802.3af + - name: radio-1 + type: ieee802.11n + - name: radio-2 + type: ieee802.11ac diff --git a/device-types/Fortinet/FAP-C24JE.yaml b/device-types/Fortinet/FAP-C24JE.yaml new file mode 100644 index 000000000..5b3c477d9 --- /dev/null +++ b/device-types/Fortinet/FAP-C24JE.yaml @@ -0,0 +1,36 @@ +--- +manufacturer: Fortinet +model: FortiAP C24JE +slug: fortinet-fap-c24je +part_number: FAP-C24JE +u_height: 0.0 +is_full_depth: false +airflow: passive +weight: 1.3 +weight_unit: lb +comments: '[FortiAP C Series Datasheet](https://fortinet.globalgate.com.ar/pdfs/FortiAP/FortiAP_C_Series.pdf), [FortiAP C24JE QuickStart Guide](https://docs.fortinet.com/document/fortiap/hardware/fortiap-c24je-quickstart-guide)' +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: DC-In + type: other + maximum_draw: 15 + allocated_draw: 15 +interfaces: + - name: wan-poe + type: 1000base-t + poe_mode: pd + poe_type: type1-ieee802.3af + - name: lan1 + type: 1000base-t + - name: lan2 + type: 1000base-t + - name: lan3 + type: 1000base-t + poe_mode: pse + poe_type: type1-ieee802.3af + - name: radio-1 + type: ieee802.11n + - name: radio-2 + type: ieee802.11ac diff --git a/device-types/Fortinet/FG-400E.yaml b/device-types/Fortinet/FG-400E.yaml index 99b67a2f2..e1bae32a0 100644 --- a/device-types/Fortinet/FG-400E.yaml +++ b/device-types/Fortinet/FG-400E.yaml @@ -4,19 +4,20 @@ model: FortiGate 400E slug: fortinet-fg-400e part_number: FG-400E u_height: 1 +weight: 16.4 +weight_unit: lb is_full_depth: false +airflow: side-to-rear +comments: '[FortiGate 400E Series Datasheet](https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiGate_400E.pdf). Compatible PSU module: + SP-FG300E-PS, maximum power draw 214W, average power draw 109W.' console-ports: - name: Console type: rj-45 -power-ports: - - name: PS1 - type: iec-60320-c14 - maximum_draw: 214 - allocated_draw: 109 - - name: PS2 - type: iec-60320-c14 - maximum_draw: 214 - allocated_draw: 109 +module-bays: + - name: PSU1 + position: '1' + - name: PSU2 + position: '2' interfaces: - name: ha type: 1000base-t diff --git a/device-types/Fortinet/FG-401E.yaml b/device-types/Fortinet/FG-401E.yaml new file mode 100644 index 000000000..9295c0efc --- /dev/null +++ b/device-types/Fortinet/FG-401E.yaml @@ -0,0 +1,90 @@ +--- +manufacturer: Fortinet +model: FortiGate 401E +slug: fortinet-fg-401e +part_number: FG-401E +u_height: 1 +weight: 16.9 +weight_unit: lb +is_full_depth: false +airflow: side-to-rear +comments: 'Same as FG-400E, but **WITH** 2 x 240GB SSD onboard storage. [FortiGate 400E Series Datasheet](https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiGate_400E.pdf). + Compatible PSU module: SP-FG300E-PS, maximum power draw 221W, average power draw 115W.' +console-ports: + - name: Console + type: rj-45 +module-bays: + - name: PSU1 + position: '1' + - name: PSU2 + position: '2' +interfaces: + - name: ha + type: 1000base-t + - name: mgmt + type: 1000base-t + mgmt_only: true + - name: port1 + type: 1000base-t + - name: port2 + type: 1000base-t + - name: port3 + type: 1000base-t + - name: port4 + type: 1000base-t + - name: port5 + type: 1000base-t + - name: port6 + type: 1000base-t + - name: port7 + type: 1000base-t + - name: port8 + type: 1000base-t + - name: port9 + type: 1000base-t + - name: port10 + type: 1000base-t + - name: port11 + type: 1000base-t + - name: port12 + type: 1000base-t + - name: port13 + type: 1000base-t + - name: port14 + type: 1000base-t + - name: port15 + type: 1000base-t + - name: port16 + type: 1000base-t + - name: port17 + type: 1000base-x-sfp + - name: port18 + type: 1000base-x-sfp + - name: port19 + type: 1000base-x-sfp + - name: port20 + type: 1000base-x-sfp + - name: port21 + type: 1000base-x-sfp + - name: port22 + type: 1000base-x-sfp + - name: port23 + type: 1000base-x-sfp + - name: port24 + type: 1000base-x-sfp + - name: port25 + type: 1000base-x-sfp + - name: port26 + type: 1000base-x-sfp + - name: port27 + type: 1000base-x-sfp + - name: port28 + type: 1000base-x-sfp + - name: s1 + type: 1000base-x-sfp + - name: s2 + type: 1000base-x-sfp + - name: vw1 + type: 1000base-x-sfp + - name: vw2 + type: 1000base-x-sfp diff --git a/device-types/Fortinet/FS-224D-FPOE.yaml b/device-types/Fortinet/FS-224D-FPOE.yaml index 054b4c277..8c7fe1662 100644 --- a/device-types/Fortinet/FS-224D-FPOE.yaml +++ b/device-types/Fortinet/FS-224D-FPOE.yaml @@ -8,6 +8,8 @@ weight: 10.64 weight_unit: lb is_full_depth: false airflow: side-to-rear +comments: '[FortiSwitch Secure Access Series Datasheet](https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiSwitch_Secure_Access_Series.pdf), + [FortiSwitch 224D-FPOE QuickStart Guide](https://docs.fortinet.com/document/fortiswitch/hardware/224d-fpoe-quickstart-guide)' console-ports: - name: Console type: rj-45 @@ -23,52 +25,100 @@ module-bays: interfaces: - name: port1 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port2 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port3 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port4 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port5 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port6 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port7 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port8 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port9 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port10 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port11 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port12 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port13 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port14 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port15 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port16 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port17 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port18 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port19 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port20 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port21 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port22 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port23 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port24 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port25 type: 1000base-x-sfp - name: port26 diff --git a/device-types/Fortinet/FS-224E-POE.yaml b/device-types/Fortinet/FS-224E-POE.yaml index d73513793..99987149c 100644 --- a/device-types/Fortinet/FS-224E-POE.yaml +++ b/device-types/Fortinet/FS-224E-POE.yaml @@ -8,6 +8,8 @@ weight: 5.37 weight_unit: lb is_full_depth: false airflow: side-to-rear +comments: '[FortiSwitch Secure Access Series Datasheet](https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiSwitch_Secure_Access_Series.pdf), + [FortiSwitch 224E Series QuickStart Guide](https://docs.fortinet.com/document/fortiswitch/hardware/fortiswitch-224e-series-quickstart-guide)' console-ports: - name: Console type: rj-45 @@ -23,28 +25,52 @@ power-ports: interfaces: - name: port1 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port2 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port3 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port4 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port5 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port6 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port7 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port8 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port9 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port10 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port11 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port12 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port13 type: 1000base-t - name: port14 diff --git a/device-types/Fortinet/FS-224E.yaml b/device-types/Fortinet/FS-224E.yaml new file mode 100644 index 000000000..ce2cf810f --- /dev/null +++ b/device-types/Fortinet/FS-224E.yaml @@ -0,0 +1,84 @@ +--- +manufacturer: Fortinet +model: FortiSwitch 224E +slug: fortinet-fs-224e +part_number: FS-224E +u_height: 1 +weight: 4.78 +weight_unit: lb +is_full_depth: false +airflow: side-to-rear +comments: '[FortiSwitch Secure Access Series Datasheet](https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiSwitch_Secure_Access_Series.pdf), + [FortiSwitch 224E Series QuickStart Guide](https://docs.fortinet.com/document/fortiswitch/hardware/224e-series-quickstart-guide)' +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PS1 + type: iec-60320-c14 + maximum_draw: 17 + allocated_draw: 17 + - name: PS2 + type: iec-60320-c14 + maximum_draw: 17 + allocated_draw: 17 +interfaces: + - name: port1 + type: 1000base-t + - name: port2 + type: 1000base-t + - name: port3 + type: 1000base-t + - name: port4 + type: 1000base-t + - name: port5 + type: 1000base-t + - name: port6 + type: 1000base-t + - name: port7 + type: 1000base-t + - name: port8 + type: 1000base-t + - name: port9 + type: 1000base-t + - name: port10 + type: 1000base-t + - name: port11 + type: 1000base-t + - name: port12 + type: 1000base-t + - name: port13 + type: 1000base-t + - name: port14 + type: 1000base-t + - name: port15 + type: 1000base-t + - name: port16 + type: 1000base-t + - name: port17 + type: 1000base-t + - name: port18 + type: 1000base-t + - name: port19 + type: 1000base-t + - name: port20 + type: 1000base-t + - name: port21 + type: 1000base-t + - name: port22 + type: 1000base-t + - name: port23 + type: 1000base-t + - name: port24 + type: 1000base-t + - name: port25 + type: 1000base-x-sfp + - name: port26 + type: 1000base-x-sfp + - name: port27 + type: 1000base-x-sfp + - name: port28 + type: 1000base-x-sfp + - name: mgmt + type: 1000base-t + mgmt_only: true diff --git a/device-types/Fortinet/FS-248E-FPOE.yaml b/device-types/Fortinet/FS-248E-FPOE.yaml index 5a6f68ba7..182a2fd9c 100644 --- a/device-types/Fortinet/FS-248E-FPOE.yaml +++ b/device-types/Fortinet/FS-248E-FPOE.yaml @@ -8,6 +8,8 @@ weight: 13.44 weight_unit: lb is_full_depth: false airflow: side-to-rear +comments: '[FortiSwitch Secure Access Series Datasheet](https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiSwitch_Secure_Access_Series.pdf), + [FortiSwitch 248E Series QuickStart Guide](https://docs.fortinet.com/document/fortiswitch/hardware/248e-series-quickstart-guide)' console-ports: - name: Console type: rj-45 @@ -23,100 +25,196 @@ power-ports: interfaces: - name: port1 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port2 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port3 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port4 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port5 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port6 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port7 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port8 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port9 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port10 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port11 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port12 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port13 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port14 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port15 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port16 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port17 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port18 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port19 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port20 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port21 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port22 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port23 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port24 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port25 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port26 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port27 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port28 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port29 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port30 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port31 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port32 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port33 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port34 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port35 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port36 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port37 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port38 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port39 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port40 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port41 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port42 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port43 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port44 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port45 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port46 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port47 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port48 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port49 type: 1000base-x-sfp - name: port50 diff --git a/device-types/Fortinet/FS-424E-FPOE.yaml b/device-types/Fortinet/FS-424E-FPOE.yaml index 42929e287..a8a1350de 100644 --- a/device-types/Fortinet/FS-424E-FPOE.yaml +++ b/device-types/Fortinet/FS-424E-FPOE.yaml @@ -7,69 +7,118 @@ u_height: 1 weight: 12.72 weight_unit: lb is_full_depth: false -comments: '[Datasheet](https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiSwitch_Secure_Access_Series.pdf)' airflow: side-to-rear +comments: '[FortiSwitch Secure Access Series Datasheet](https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiSwitch_Secure_Access_Series.pdf), + [FortiSwitch 424E Series QuickStart Guide](https://docs.fortinet.com/document/fortiswitch/hardware/fortiswitch-424e-series-quickstart-guide)' console-ports: - name: Console type: rj-45 power-ports: - name: PS1 type: iec-60320-c14 - maximum_draw: 283 - allocated_draw: 281 + maximum_draw: 434 + allocated_draw: 431 - name: PS2 type: iec-60320-c14 - maximum_draw: 283 - allocated_draw: 281 + maximum_draw: 434 + allocated_draw: 431 interfaces: - name: port1 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port2 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port3 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port4 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port5 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port6 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port7 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port8 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port9 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port10 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port11 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port12 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port13 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port14 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port15 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port16 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port17 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port18 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port19 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port20 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port21 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port22 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port23 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port24 type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at - name: port25 type: 10gbase-x-sfpp - name: port26 diff --git a/device-types/Fortinet/FS-424E-Fiber.yaml b/device-types/Fortinet/FS-424E-Fiber.yaml new file mode 100644 index 000000000..2f019bd6f --- /dev/null +++ b/device-types/Fortinet/FS-424E-Fiber.yaml @@ -0,0 +1,84 @@ +--- +manufacturer: Fortinet +model: FortiSwitch 424E-Fiber +slug: fortinet-fs-424e-fiber +part_number: FS-424E-Fiber +u_height: 1 +weight: 5.62 +weight_unit: lb +is_full_depth: false +comments: '[FortiSwitch Secure Access Series Datasheet](https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiSwitch_Secure_Access_Series.pdf), + [FortiSwitch 424E Series QuickStart Guide](https://docs.fortinet.com/document/fortiswitch/hardware/fortiswitch-424e-series-quickstart-guide)' +airflow: side-to-rear +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PS1 + type: iec-60320-c14 + maximum_draw: 38 + allocated_draw: 36 + - name: PS2 + type: iec-60320-c14 + maximum_draw: 38 + allocated_draw: 36 +interfaces: + - name: port1 + type: 1000base-x-sfp + - name: port2 + type: 1000base-x-sfp + - name: port3 + type: 1000base-x-sfp + - name: port4 + type: 1000base-x-sfp + - name: port5 + type: 1000base-x-sfp + - name: port6 + type: 1000base-x-sfp + - name: port7 + type: 1000base-x-sfp + - name: port8 + type: 1000base-x-sfp + - name: port9 + type: 1000base-x-sfp + - name: port10 + type: 1000base-x-sfp + - name: port11 + type: 1000base-x-sfp + - name: port12 + type: 1000base-x-sfp + - name: port13 + type: 1000base-x-sfp + - name: port14 + type: 1000base-x-sfp + - name: port15 + type: 1000base-x-sfp + - name: port16 + type: 1000base-x-sfp + - name: port17 + type: 1000base-x-sfp + - name: port18 + type: 1000base-x-sfp + - name: port19 + type: 1000base-x-sfp + - name: port20 + type: 1000base-x-sfp + - name: port21 + type: 1000base-x-sfp + - name: port22 + type: 1000base-x-sfp + - name: port23 + type: 1000base-x-sfp + - name: port24 + type: 1000base-x-sfp + - name: port25 + type: 10gbase-x-sfpp + - name: port26 + type: 10gbase-x-sfpp + - name: port27 + type: 10gbase-x-sfpp + - name: port28 + type: 10gbase-x-sfpp + - name: mgmt + type: 1000base-t + mgmt_only: true