From 20cf5a807c26560fd8f7bd3098f6d009d62273d2 Mon Sep 17 00:00:00 2001 From: fihelu <70428654+fihelu@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:54:03 +0100 Subject: [PATCH 1/5] Create XGS-116 Added the XGS-116 --- device-types/Sophos/XGS-116 | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 device-types/Sophos/XGS-116 diff --git a/device-types/Sophos/XGS-116 b/device-types/Sophos/XGS-116 new file mode 100644 index 0000000000..8d341e210e --- /dev/null +++ b/device-types/Sophos/XGS-116 @@ -0,0 +1,49 @@ +manufacturer: Sophos +model: XGS 116 +slug: sophos-xgs-116 +comments: '[Sophos XGS Series Firewall Brochure](https://assets.sophos.com/X24WTUEQ/at/7wf85vbnnqf939bbhtxgfk/sophos-firewall-br.pdf)' +u_height: 1 +weight: 2.2 +weight_unit: kg +is_full_depth: false +front_image: xgs116 +rear_image: xgs116rueck +airflow: left-to-right +console-ports: + - name: COM Serial + type: rj-45 + - name: COM USB + type: usb-micro-b +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 + poe_mode: pse + poe_type: type2-ieee802.3at + - name: Port9 + type: 1000base-x-sfp +module-bays: + - name: A + position: A +power-ports: + - name: DC In 1 + type: other + maximum_draw: 150 + allocated_draw: 28 + - name: DC In 2 + type: other + maximum_draw: 150 + allocated_draw: 28 From baac3ab4d6b31fa8e2d138020eb68f0d856382f1 Mon Sep 17 00:00:00 2001 From: fihelu <70428654+fihelu@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:21:37 +0100 Subject: [PATCH 2/5] Rename XGS-116 to XGS-116.yaml --- device-types/Sophos/{XGS-116 => XGS-116.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename device-types/Sophos/{XGS-116 => XGS-116.yaml} (100%) diff --git a/device-types/Sophos/XGS-116 b/device-types/Sophos/XGS-116.yaml similarity index 100% rename from device-types/Sophos/XGS-116 rename to device-types/Sophos/XGS-116.yaml From 1f1da3e6eab183f86963ddc27fe415197ab86346 Mon Sep 17 00:00:00 2001 From: fihelu <70428654+fihelu@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:27:24 +0100 Subject: [PATCH 3/5] Update XGS-116.yaml --- device-types/Sophos/XGS-116.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/device-types/Sophos/XGS-116.yaml b/device-types/Sophos/XGS-116.yaml index 8d341e210e..889196943d 100644 --- a/device-types/Sophos/XGS-116.yaml +++ b/device-types/Sophos/XGS-116.yaml @@ -1,3 +1,4 @@ +--- manufacturer: Sophos model: XGS 116 slug: sophos-xgs-116 From f7ae4c0bc77e3d834498e999046f14e3227f10d3 Mon Sep 17 00:00:00 2001 From: fihelu <70428654+fihelu@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:35:45 +0100 Subject: [PATCH 4/5] Update XGS-116.yaml --- device-types/Sophos/XGS-116.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device-types/Sophos/XGS-116.yaml b/device-types/Sophos/XGS-116.yaml index 889196943d..38f74cd195 100644 --- a/device-types/Sophos/XGS-116.yaml +++ b/device-types/Sophos/XGS-116.yaml @@ -7,8 +7,8 @@ u_height: 1 weight: 2.2 weight_unit: kg is_full_depth: false -front_image: xgs116 -rear_image: xgs116rueck +front_image: false +rear_image: false airflow: left-to-right console-ports: - name: COM Serial From 4d2bfd7dc8797015f1c6d18541309c1a5ae6f00e Mon Sep 17 00:00:00 2001 From: Harry Date: Wed, 1 Jan 2025 21:21:22 +0000 Subject: [PATCH 5/5] Update XGS-116.yaml Set power port types to dc-terminal --- device-types/Sophos/XGS-116.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device-types/Sophos/XGS-116.yaml b/device-types/Sophos/XGS-116.yaml index 38f74cd195..3f117ff59a 100644 --- a/device-types/Sophos/XGS-116.yaml +++ b/device-types/Sophos/XGS-116.yaml @@ -41,10 +41,10 @@ module-bays: position: A power-ports: - name: DC In 1 - type: other + type: dc-terminal maximum_draw: 150 allocated_draw: 28 - name: DC In 2 - type: other + type: dc-terminal maximum_draw: 150 allocated_draw: 28