Skip to content

Commit f25c5bf

Browse files
Adds a new CheckPoint Device Type: Quantum 16000 Security Gateway (#3540)
* Adds 'check-point-quantum-16000-security-gateway.front.png' * Adds 'check-point-quantum-16000-security-gateway.rear.png' * Adds 'Quantum-16000-Security-Gateway.yaml' * Remove interfaces from cards + adds modules * Fix: renames module filenames * Fixed issues --------- Co-authored-by: Harry <[email protected]>
1 parent 12aa0e4 commit f25c5bf

File tree

6 files changed

+71
-0
lines changed

6 files changed

+71
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
manufacturer: Check Point
3+
model: SG16000
4+
slug: check-point-sg16000
5+
part_number: CPAP-SG16000-PLUS-SNBT
6+
u_height: 2.0
7+
is_full_depth: true
8+
weight: 18
9+
weight_unit: kg
10+
airflow: side-to-rear
11+
front_image: true
12+
rear_image: true
13+
comments: '[Check Point Quantum 16000 Security Gateway DATASHEET](https://www.checkpoint.com/downloads/products/16000-security-gateway-datasheet.pdf)'
14+
console-ports:
15+
- name: ttyS0
16+
label: CONSOLE
17+
type: rj-45
18+
- name: ttyS1
19+
label: CONSOLE
20+
type: usb-c
21+
module-bays:
22+
- name: PSU 1
23+
position: '1'
24+
description: Power Supply Unit 1 with Fan
25+
- name: PSU 2
26+
position: '2'
27+
description: Power Supply Unit 2 with Fan
28+
- name: Line card 1
29+
position: '1'
30+
- name: Line card 2
31+
position: '2'
32+
- name: Line card 3
33+
position: '3'
34+
- name: Line card 4
35+
position: '4'
36+
interfaces:
37+
- name: Mgmt
38+
label: MGMT
39+
type: 1000base-t
40+
mgmt_only: true
41+
- name: lom
42+
label: LOM
43+
type: 1000base-t
44+
mgmt_only: true
45+
- name: sync
46+
label: SYNC
47+
type: 1000base-t
213 KB
Loading
353 KB
Loading
103 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
manufacturer: Check Point
3+
model: CPAC-2-100/25F
4+
part_number: CPAC-2-100/25F
5+
comments: 2 Port 100/25G QSFP28 interface card
6+
interfaces:
7+
- name: eth{module}-01
8+
label: '1'
9+
type: 100gbase-x-qsfp28
10+
- name: eth{module}-02
11+
label: '2'
12+
type: 100gbase-x-qsfp28
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
manufacturer: Check Point
3+
model: CPAC-2-40F
4+
part_number: CPAC-2-40F
5+
comments: 2 Port 40G QSFP28 interface card
6+
interfaces:
7+
- name: eth{module}-01
8+
label: '1'
9+
type: 40gbase-x-qsfpp
10+
- name: eth{module}-02
11+
label: '2'
12+
type: 40gbase-x-qsfpp

0 commit comments

Comments
 (0)