mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-06-25 14:31:30 +02:00
feat: add Cisco power supply modules (#3203)
* feat: add Cisco C9K-PWR-1600WAC-R power supply module * refactor: add comments to Cisco C9K-PWR-650WAC-R power supply module * feat: add Cisco C9K-PWR-930WDC-R power supply module * fix: unexpected mapping in C9K-PWR-1600WAC-R.yaml * fix: unexpected mapping in C9K-PWR-650WAC-R.yaml * fix: unexpected mapping in C9K-PWR-930WDC-R.yaml * feat: add Cisco C9K-PWR-1600WDC-R power supply module * feat: add Cisco C9K-PWR-1500WAC power supply module
This commit is contained in:
parent
4590a98382
commit
5844eb4e2d
9
module-types/Cisco/C9K-PWR-1500WAC.yaml
Normal file
9
module-types/Cisco/C9K-PWR-1500WAC.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: C9K-PWR-1500WAC
|
||||
part_number: C9K-PWR-1500WAC
|
||||
comments: '[Cisco Catalyst 9500 Series Switches Data Sheet](https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-9500-series-switches/nb-06-cat9500-ser-data-sheet-cte-en.html)'
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: iec-60320-c22
|
||||
maximum_draw: 1500
|
9
module-types/Cisco/C9K-PWR-1600WAC-R.yaml
Normal file
9
module-types/Cisco/C9K-PWR-1600WAC-R.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: C9K-PWR-1600WAC-R
|
||||
part_number: C9K-PWR-1600WAC-R
|
||||
comments: '[Cisco Catalyst 9500 Series Switches Data Sheet](https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-9500-series-switches/nb-06-cat9500-ser-data-sheet-cte-en.html)'
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 1600
|
9
module-types/Cisco/C9K-PWR-1600WDC-R.yaml
Normal file
9
module-types/Cisco/C9K-PWR-1600WDC-R.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: C9K-PWR-1600WDC-R
|
||||
part_number: C9K-PWR-1600WDC-R
|
||||
comments: 'DC terminal type: Amphenol C10-638976-000 / [Cisco Catalyst 9500 Series Switches Data Sheet](https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-9500-series-switches/nb-06-cat9500-ser-data-sheet-cte-en.html)'
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: dc-terminal
|
||||
maximum_draw: 1600
|
@ -2,6 +2,7 @@
|
||||
manufacturer: Cisco
|
||||
model: C9K-PWR-650WAC-R
|
||||
part_number: C9K-PWR-650WAC-R
|
||||
comments: '[Cisco Catalyst 9500 Series Switches Data Sheet](https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-9500-series-switches/nb-06-cat9500-ser-data-sheet-cte-en.html)'
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: iec-60320-c16
|
||||
|
9
module-types/Cisco/C9K-PWR-930WDC-R.yaml
Normal file
9
module-types/Cisco/C9K-PWR-930WDC-R.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: C9K-PWR-930WDC-R
|
||||
part_number: C9K-PWR-930WDC-R
|
||||
comments: 'DC terminal type: Molex Minifit 44540-1001 / [Cisco Catalyst 9500 Series Switches Data Sheet](https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-9500-series-switches/nb-06-cat9500-ser-data-sheet-cte-en.html)'
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: dc-terminal
|
||||
maximum_draw: 930
|
Loading…
x
Reference in New Issue
Block a user