From 2fa7e99f35f2a708a2f1747aa1792b6d879fc11b Mon Sep 17 00:00:00 2001 From: Joe Nichols Date: Tue, 23 Jan 2024 09:15:29 -0500 Subject: [PATCH] Add Netgate 8200-max devicetype (#1872) * add netgate 8200 devicetype * update to dc-terminal * remove description and draw * change model name and add airflow * rename file --- ...00-max-pfsense-plus--security-gateway.yaml | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 device-types/Netgate/8200-max-pfsense-plus--security-gateway.yaml diff --git a/device-types/Netgate/8200-max-pfsense-plus--security-gateway.yaml b/device-types/Netgate/8200-max-pfsense-plus--security-gateway.yaml new file mode 100644 index 000000000..5c1724d29 --- /dev/null +++ b/device-types/Netgate/8200-max-pfsense-plus--security-gateway.yaml @@ -0,0 +1,53 @@ +--- +manufacturer: Netgate +model: 8200 Max PFSense+ Security Gateway +slug: netgate-8200-max-pfsense-plus-security-gateway +u_height: 1 +is_full_depth: false +airflow: front-to-rear +console-server-ports: + - name: usb1 + type: usb-a + - name: usb2 + type: usb-a +console-ports: + - name: console-usb + type: usb-micro-b + description: | + Auto-detect console port: use RJ-45 -OR- micro-USB. + 115200 baud rate, 8 data bits, no parity, 1 stop bit, no flow control + or XON/OFF + - name: console-rj45 + type: rj-45 + description: | + Auto-detect console port: use RJ-45 -OR- micro-USB. + 115200 baud rate, 8 data bits, no parity, 1 stop bit, no flow control + or XON/OFF +power-ports: + - name: psu1 + type: dc-terminal +interfaces: + - name: ix0 + type: 10gbase-x-sfpp + description: WAN1 + - name: ix1 + type: 10gbase-x-sfpp + description: WAN2 + - name: ix2 + type: 1000base-x-sfp + description: WAN3 + - name: ix3 + type: 1000base-x-sfp + description: WAN4 + - name: igc0 + type: 2.5gbase-t + description: LAN1 + - name: igc1 + type: 2.5gbase-t + description: LAN2 + - name: igc2 + type: 2.5gbase-t + description: LAN3 + - name: igc3 + type: 2.5gbase-t + description: LAN4