From edebb203dae284d8e434111962065b8e923ba8da Mon Sep 17 00:00:00 2001 From: rtm516 Date: Thu, 4 Apr 2024 15:34:00 +0100 Subject: [PATCH] Add Fortinet FSM-2000F (#1905) * Add Fortinet FSM-2000F * Update FSM-2000F.yaml * Update FSM-2000F * Add airflow and weight --------- Co-authored-by: Daniel W. Anner --- device-types/Fortinet/FSM-2000F.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 device-types/Fortinet/FSM-2000F.yaml diff --git a/device-types/Fortinet/FSM-2000F.yaml b/device-types/Fortinet/FSM-2000F.yaml new file mode 100644 index 00000000..21cc7eb5 --- /dev/null +++ b/device-types/Fortinet/FSM-2000F.yaml @@ -0,0 +1,27 @@ +--- +manufacturer: Fortinet +model: FortiSIEM 2000F +slug: fortinet-fsm-2000f +part_number: FSM-2000F +u_height: 2 +is_full_depth: false +airflow: front-to-rear +weight: 58 +weight_unit: lb +console-ports: + - name: Console + type: de-9 +power-ports: + - name: PS1 + type: iec-60320-c14 + - name: PS2 + type: iec-60320-c14 +interfaces: + - name: port1 + type: 1000base-t + - name: port2 + type: 1000base-t + - name: port3 + type: 1000base-t + - name: port4 + type: 1000base-t