mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +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
27 lines
763 B
YAML
27 lines
763 B
YAML
---
|
|
manufacturer: ZTE
|
|
model: SCTM
|
|
comments: Implement the non-blocking switching for all service cards in the ZXA10 C300 and supports 1.28Tbps switching capacity and 288K MAC address table.
|
|
interfaces:
|
|
- name: xgei_1/{module}/1
|
|
type: 10gbase-x-sfpp
|
|
- name: xgei_1/{module}/2
|
|
type: 10gbase-x-sfpp
|
|
- name: xgei_1/{module}/3
|
|
type: 10gbase-x-sfpp
|
|
- name: xgei_1/{module}/4
|
|
type: 10gbase-x-sfpp
|
|
- name: gei_1/{module}/5
|
|
comments: For out-of-band network management
|
|
type: 1000base-t
|
|
mgmt_only: true
|
|
- name: gei_1/{module}/6
|
|
comments: For mirroring service traffic
|
|
type: 1000base-t
|
|
mgmt_only: true
|
|
console-ports:
|
|
- name: CLI {module}
|
|
comments: RS-232 port,for local debugging
|
|
type: rj-45
|
|
mgmt_only: true
|