mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 08:23:33 +01:00
f2709fed8b
* Updated module types to have proper model names * Updated Aruba module-types so that the model name is accurate * fixing Broadcom part number * updated comments to description * fixed checkpoint model names * moved generic keystone modules to a generic module folder * according to FS datasheets, each item has an Item ID (unique part number) and their associated model name * fixing the other module types * removed mgmt_false definition * removed newlines * removed extra definitions * fixed description, changed to comments * fixing fs part numbers to be strings * removed extra newlines * Removed extra newlines * reemoved blank definition
19 lines
386 B
YAML
19 lines
386 B
YAML
---
|
|
manufacturer: Check Point
|
|
model: CPAC-8-1C-C
|
|
part_number: CPAC-8-1C-C
|
|
comments: 8 Port 10/100/1000 Base-T RJ45 interface card
|
|
interfaces:
|
|
- name: eth{module}-01
|
|
label: '1'
|
|
type: 1000base-t
|
|
- name: eth{module}-02
|
|
label: '2'
|
|
type: 1000base-t
|
|
- name: eth{module}-03
|
|
label: '3'
|
|
type: 1000base-t
|
|
- name: eth{module}-04
|
|
label: '4'
|
|
type: 1000base-t
|