mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 16:33:57 +01:00
d140c9ed43
* Improvements to PA-220 model * Connect power outlet to power port * Lint fixup * Fixup slugs * Removing modelling of power brick * Add missing newline at EOF * Rename file to match naming standard * Explicitly specify that rack trays aren't powered * Added airflow and weight info (Unfortunately no weight info available for the rack trays) * File name, device name and slug fixups --------- Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
43 lines
875 B
YAML
43 lines
875 B
YAML
---
|
|
manufacturer: Palo Alto
|
|
model: PA-220
|
|
slug: palo-alto-pa-220
|
|
part_number: PA-220
|
|
u_height: 0
|
|
subdevice_role: child
|
|
is_full_depth: false
|
|
comments: '[PA-220 Datasheet](https://www.paloaltonetworks.com/resources/datasheets/pa-220-specsheet)'
|
|
airflow: passive
|
|
weight: 3
|
|
weight_unit: lb
|
|
power-ports:
|
|
- name: PS1
|
|
type: dc-terminal
|
|
- name: PS2
|
|
type: dc-terminal
|
|
console-ports:
|
|
- name: console
|
|
type: rj-45
|
|
interfaces:
|
|
- name: management
|
|
type: 1000base-t
|
|
mgmt_only: true
|
|
- name: ethernet1/1
|
|
type: 1000base-t
|
|
- name: ethernet1/2
|
|
type: 1000base-t
|
|
- name: ethernet1/3
|
|
type: 1000base-t
|
|
- name: ethernet1/4
|
|
type: 1000base-t
|
|
- name: ethernet1/5
|
|
type: 1000base-t
|
|
- name: ethernet1/6
|
|
type: 1000base-t
|
|
- name: ethernet1/7
|
|
type: 1000base-t
|
|
- name: ethernet1/8
|
|
type: 1000base-t
|
|
- name: loopback
|
|
type: virtual
|