From b2b5ac06c589547e8447774f7e48809a6f45f2aa Mon Sep 17 00:00:00 2001 From: adam5isalive Date: Wed, 1 Oct 2025 11:02:34 -0400 Subject: [PATCH] Add SG19200 (#3575) * Add SG19200 * Fix slug * Update SG19200.yaml fix issues --------- Co-authored-by: Adam Yedlin Co-authored-by: Harry --- device-types/Check Point/SG19200.yaml | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 device-types/Check Point/SG19200.yaml diff --git a/device-types/Check Point/SG19200.yaml b/device-types/Check Point/SG19200.yaml new file mode 100644 index 00000000..f126d8e7 --- /dev/null +++ b/device-types/Check Point/SG19200.yaml @@ -0,0 +1,47 @@ +--- +manufacturer: Check Point +model: SG19200 +slug: check-point-sg19200 +part_number: CPAP-SG19200-PLUS-SNBT +u_height: 2 +weight: 36.3 +weight_unit: lb +is_full_depth: true +comments: '[Check Point 19200 Data Sheet](https://www.checkpoint.com/downloads/products/quantum-force-19200-datasheet.pdf)' +airflow: side-to-rear +console-ports: + - name: ttyS0 + label: CONSOLE + type: rj-45 +interfaces: + - name: Mgmt1 + label: MGMT1 + type: 10gbase-t + mgmt_only: true + - name: Mgmt2 + label: MGMT2 + type: 10gbase-t + mgmt_only: true + - name: Sync1 + label: SYNC1 + type: 25gbase-x-sfp28 + - name: Sync2 + label: SYNC2 + type: 25gbase-x-sfp28 + - name: lom + label: LOM + type: 1000base-t + mgmt_only: true +module-bays: + - name: PS1 + position: '1' + - name: PS2 + position: '2' + - name: Interface Card 1 + position: '1' + - name: Interface Card 2 + position: '2' + - name: Interface Card 3 + position: '3' + - name: Interface Card 4 + position: '4'