mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-21 16:03:23 +01:00
CISCO ASR1001-x modular power and SPA (#1946)
* Modify ASR1001-x slot and add weight params * Add 10G SPA 1001-x LC and move PW to bays * Fix missing blank lines * Moving power bays positions to string * Use quote instead of double-quotes --------- Co-authored-by: loic.chabert <loic.chabert@jaguar-network.com>
This commit is contained in:
parent
082599331d
commit
b5f3a878c6
@ -5,6 +5,9 @@ slug: cisco-asr1001-x
|
||||
part_number: ASR1001-X
|
||||
u_height: 1
|
||||
is_full_depth: true
|
||||
airflow: front-to-rear
|
||||
weight: 25
|
||||
weight_unit: lb
|
||||
interfaces:
|
||||
- name: GigabitEthernet0
|
||||
type: 1000base-t
|
||||
@ -28,10 +31,13 @@ interfaces:
|
||||
console-ports:
|
||||
- name: con 0
|
||||
type: rj-45
|
||||
power-ports:
|
||||
module-bays:
|
||||
- name: ASR1001-X-SPA
|
||||
label: SPA
|
||||
position: 0/1
|
||||
- name: PSU0
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 250
|
||||
position: '0'
|
||||
description: Power module
|
||||
- name: PSU1
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 250
|
||||
position: '1'
|
||||
description: Power module
|
||||
|
@ -4,5 +4,5 @@ model: ASR1001-X-PWR-AC
|
||||
part_number: ASR1001-X-PWR-AC
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: iec-60320-c16
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 250
|
||||
|
8
module-types/Cisco/SPA-1X10GE-L-V2.yaml
Normal file
8
module-types/Cisco/SPA-1X10GE-L-V2.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
part_number: SPA-1X10GE-L-V2
|
||||
model: SPA-1X10GE-L-V2
|
||||
comments: 1-port 10 Gigabit Ethernet Shared Port Adapter XFP based
|
||||
interfaces:
|
||||
- name: TenGigabitEthernet{module}/0
|
||||
type: 10gbase-x-xfp
|
Loading…
Reference in New Issue
Block a user