mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
7b303a5ace
* leverage yamllint in GitHub actions * add pre-commits * validation updates * Update README.md * Update CONTRIBUTING.md
29 lines
594 B
YAML
29 lines
594 B
YAML
---
|
|
manufacturer: Palo Alto
|
|
model: PA-200
|
|
slug: pa-200
|
|
part_number: PA-200
|
|
u_height: 1
|
|
is_full_depth: false
|
|
comments: '[PA-200 Datasheet](https://www.paloaltonetworks.com/resources/datasheets/pa-200-specsheet)'
|
|
power-ports:
|
|
- name: PS1
|
|
type: iec-60320-c14
|
|
console-ports:
|
|
- name: console
|
|
type: rj-45
|
|
interfaces:
|
|
- name: management
|
|
type: 100base-tx
|
|
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: loopback
|
|
type: virtual
|