From be5317f5d3808224da77016c8627d26181145d6f Mon Sep 17 00:00:00 2001 From: teunbruijnen Date: Fri, 16 May 2025 17:45:50 +0800 Subject: [PATCH] Add netgate 4100 (#3152) * Create 8300-Security-Gateway.yaml * Create 6100-Security-Gateway.yaml * Create 1100-Security-Gateway.yaml * Fixed issues * Update 1100-Security-Gateway.yaml Fix description of console port * Update 1100-Security-Gateway.yaml Added weight & weigh_unit * Update 6100-Security-Gateway.yaml Added weight & weight_unit * Update 6100-Security-Gateway.yaml Corrected weight * Update 8300-Security-Gateway.yaml Added weight & weight_unit * Removed console-server-ports * Removed console-server-ports * Removed console-server-ports * Removed console-server-ports * Add Netgate 4100 * Update 4100-Security-Gateway.yaml --------- Co-authored-by: Harry --- .../Netgate/4100-Security-Gateway.yaml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 device-types/Netgate/4100-Security-Gateway.yaml diff --git a/device-types/Netgate/4100-Security-Gateway.yaml b/device-types/Netgate/4100-Security-Gateway.yaml new file mode 100644 index 000000000..ea87a2776 --- /dev/null +++ b/device-types/Netgate/4100-Security-Gateway.yaml @@ -0,0 +1,44 @@ +--- +manufacturer: Netgate +model: 4100 Security Gateway +slug: netgate-4100-security-gateway +u_height: 1 +weight: 1.9 +weight_unit: kg +is_full_depth: false +airflow: front-to-rear +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: ix3 + type: 1000base-x-sfp + label: WAN1 + - name: ix2 + type: 1000base-x-sfp + label: WAN2 + - name: igc0 + type: 2.5gbase-t + label: LAN1 + - name: igc1 + type: 2.5gbase-t + label: LAN2 + - name: igc2 + type: 2.5gbase-t + label: LAN3 + - name: igc3 + type: 2.5gbase-t + label: LAN4