mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 08:23:33 +01:00
4be42baddc
* Create WAN devices * Add mgmt interfaces * Remove unused parameter * Linter * Update PSU type to match schema * Address feedback re weight, airflow, and PSUs * Fix linting for new files
39 lines
727 B
YAML
39 lines
727 B
YAML
---
|
|
manufacturer: Arista
|
|
model: AWE-5310
|
|
slug: arista-awe-5310
|
|
part_number: AWE-5310
|
|
u_height: 1
|
|
is_full_depth: true
|
|
airflow: front-to-rear
|
|
weight: 9.3
|
|
weight_unit: kg
|
|
console-ports:
|
|
- name: Console
|
|
type: rj-45
|
|
module-bays:
|
|
- name: PS1
|
|
position: '0'
|
|
- name: PS2
|
|
position: '1'
|
|
interfaces:
|
|
- name: Ethernet1/1
|
|
type: 10gbase-t
|
|
- name: Ethernet1/2
|
|
type: 10gbase-t
|
|
- name: Ethernet1/3
|
|
type: 10gbase-t
|
|
- name: Ethernet1/4
|
|
type: 10gbase-t
|
|
- name: Ethernet1/5
|
|
type: 10gbase-x-sfpp
|
|
- name: Ethernet1/6
|
|
type: 10gbase-x-sfpp
|
|
- name: Ethernet1/7
|
|
type: 10gbase-x-sfpp
|
|
- name: Ethernet1/8
|
|
type: 10gbase-x-sfpp
|
|
- name: Management1/1
|
|
type: 1000base-t
|
|
mgmt_only: true
|