mirror of
https://github.com/netravnen/devicetype-library.git
synced 2024-05-10 07:55:01 +00:00
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
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user