mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-21 16:03:23 +01:00
add cisco power supply modules (#1792)
* add cisco power supply modules * correct port type
This commit is contained in:
parent
42acbb530f
commit
7b56fec291
8
module-types/Cisco/PWR-C5-125WAC.yaml
Normal file
8
module-types/Cisco/PWR-C5-125WAC.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: PWR-C5-125WAC
|
||||
part_number: PWR-C5-125WAC
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 125
|
8
module-types/Cisco/PWR-C6-125WAC.yaml
Normal file
8
module-types/Cisco/PWR-C6-125WAC.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: PWR-C6-125WAC
|
||||
part_number: PWR-C6-125WAC
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 125
|
8
module-types/Cisco/PWR-C6-1KWAC.yaml
Normal file
8
module-types/Cisco/PWR-C6-1KWAC.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: PWR-C6-1KWAC
|
||||
part_number: PWR-C6-1KWAC
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 1000
|
8
module-types/Cisco/PWR-C6-600WAC.yaml
Normal file
8
module-types/Cisco/PWR-C6-600WAC.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: PWR-C6-600WAC
|
||||
part_number: PWR-C6-600WAC
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 600
|
14
module-types/Cisco/WS-CAC-6000W.yaml
Normal file
14
module-types/Cisco/WS-CAC-6000W.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: WS-CAC-6000W
|
||||
part_number: WS-CAC-6000W
|
||||
comments: https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-6500-series-switches/product_data_sheet0900aecd801c5c84.html
|
||||
weight: 13.0
|
||||
weight_unit: kg
|
||||
power-ports:
|
||||
- name: PSA{module}
|
||||
type: iec-60320-c20
|
||||
maximum_draw: 3000
|
||||
- name: PSB{module}
|
||||
type: iec-60320-c20
|
||||
maximum_draw: 3000
|
Loading…
Reference in New Issue
Block a user