mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +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
33 lines
1004 B
YAML
33 lines
1004 B
YAML
---
|
|
manufacturer: Cisco
|
|
model: A9K-RSP440-TR
|
|
part_number: A9K-RSP440-TR
|
|
comments: '[RSP-440 and RSP-440 Lite Front Panel and Access Ports](https://www.cisco.com/c/en/us/td/docs/iosxr/asr9000/hardware-install/overview-reference/b-asr9k-overview-reference-guide/b-asr9k-overview-reference-guide_chapter_01.html#con_829467)'
|
|
interfaces:
|
|
- name: MgmtEth0/RSP{module}/CPU0/0
|
|
type: 1000base-t
|
|
mgmt_only: true
|
|
comments: Out-of-Band Management Interface
|
|
- name: MgmtEth0/RSP{module}/CPU0/1
|
|
type: 1000base-t
|
|
mgmt_only: true
|
|
comments: Out-of-Band Management Interface
|
|
- name: External USB2 class-A port
|
|
type: other
|
|
mgmt_only: true
|
|
- name: SFP+_00_10GE
|
|
type: 10gbase-x-sfpp
|
|
comments: Virtualization Cluster Port
|
|
mgmt_only: true
|
|
- name: SFP+_01_10GE
|
|
type: 10gbase-x-sfpp
|
|
mgmt_only: true
|
|
comments: Virtualization Cluster Port
|
|
console-ports:
|
|
- name: Console
|
|
type: rj-45
|
|
mgmt_only: true
|
|
- name: Auxiliary
|
|
type: rj-45
|
|
mgmt_only: true
|