mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-25 09:54:10 +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
17 lines
318 B
YAML
17 lines
318 B
YAML
---
|
|
manufacturer: Aruba
|
|
model: J9827A
|
|
part_number: J9827A
|
|
comments: HP J9827A Management Module 5400Rzl2
|
|
console-ports:
|
|
- name: Auxiliary Port
|
|
type: usb-a
|
|
- name: Console-RJ45
|
|
type: rj-45
|
|
- name: Console-USB
|
|
type: usb-micro-b
|
|
interfaces:
|
|
- name: Management
|
|
type: 1000base-t
|
|
mgmt_only: true
|