Cisco PoE support (#1041)
* Set PoE capabilities on switch interfaces * SG300 - Fixed PoE on shared uplinks * Update C9200-24P.yaml Removed unneeded mgmt_only definitions Moved StackPorts to module bays, since the 9200 series need stack kits to stack switches * Update C9200-48P.yaml Removed unneeded mgmt_only definitions Moved stack ports to module bays since they require a separate stacking kit * Pre-commit format corrections * Removed not needed mgmt_only: false definitions from Cisco device types * Fixed newlines from the mgmt_only: false removal * Removed cisco from model names, updated cisco module types to have their actual model number in the model field, moved the description to the comment field Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
manufacturer: Cisco
|
||||
model: A9903-20HG-PEC
|
||||
part_number: A9903-20HG-PEC
|
||||
comments: "[Cisco ASR 9000 Series Aggregation Services Routers Data Sheet](https://www.cisco.com/c/en/us/products/collateral/routers/asr-9000-series-aggregation-services-routers/datasheet-c78-744035.html)"
|
||||
comments: '[Cisco ASR 9000 Series Aggregation Services Routers Data Sheet](https://www.cisco.com/c/en/us/products/collateral/routers/asr-9000-series-aggregation-services-routers/datasheet-c78-744035.html)'
|
||||
interfaces:
|
||||
- name: HundredGigE{module}/0
|
||||
type: 400gbase-x-qsfpdd
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
part_number: C9400-LC-24XS
|
||||
model: Cisco Catalyst 9400 Series 24-Port 10 Gigabit Ethernet (SFP+)
|
||||
model: C9400-LC-24XS
|
||||
comments: Cisco Catalyst 9400 Series 24-Port 10 Gigabit Ethernet (SFP+)
|
||||
interfaces:
|
||||
- name: TenGigabitEthernet{module}/0/1
|
||||
type: 10gbase-t
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
part_number: C9400-LC-48S
|
||||
model: Cisco Catalyst 9400 Series 48-Port 1 Gigabit Ethernet (SFP)
|
||||
model: C9400-LC-48S
|
||||
comments: Cisco Catalyst 9400 Series 48-Port 1 Gigabit Ethernet (SFP)
|
||||
interfaces:
|
||||
- name: GigabitEthernet{module}/0/1
|
||||
type: 1000base-t
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
part_number: C9400-LC-48U
|
||||
model: Cisco Catalyst 9400 Series 48-Port UPOE 10/100/1000 (RJ-45)
|
||||
model: C9400-LC-48U
|
||||
comments: Cisco Catalyst 9400 Series 48-Port UPOE 10/100/1000 (RJ-45)
|
||||
interfaces:
|
||||
- name: GigabitEthernet{module}/0/1
|
||||
type: 1000base-t
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
part_number: C9400-LC-48UX
|
||||
model: Cisco Catalyst 9400 Series 48-Port UPOE w/ 24p mGig 24p RJ-45
|
||||
model: C9400-LC-48UX
|
||||
comments: Cisco Catalyst 9400 Series 48-Port UPOE w/ 24p mGig 24p RJ-45
|
||||
interfaces:
|
||||
- name: GigabitEthernet{module}/0/1
|
||||
type: 1000base-t
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
part_number: C9400-SUP-1
|
||||
model: Cisco Catalyst 9400 Series Supervisor 1 Module
|
||||
model: C9400-SUP-1
|
||||
comments: Cisco Catalyst 9400 Series Supervisor 1 Module
|
||||
interfaces:
|
||||
- name: TenGigabitEthernet{module}/0/1
|
||||
type: 10gbase-x-sfpp
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
part_number: C9400-SUP-1XL-Y
|
||||
model: Cisco Catalyst 9400 Series Supervisor 1 XL Module with 25G
|
||||
model: C9400-SUP-1XL-Y
|
||||
comments: Cisco Catalyst 9400 Series Supervisor 1 XL Module with 25G
|
||||
interfaces:
|
||||
- name: TenGigabitEthernet{module}/0/1
|
||||
type: 10gbase-x-sfpp
|
||||
|
||||
@@ -3,6 +3,6 @@ manufacturer: Cisco
|
||||
model: N540-PWR400-A
|
||||
part_number: N540-PWR400-A
|
||||
power-ports:
|
||||
- name: "{module}"
|
||||
- name: '{module}'
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 400
|
||||
|
||||
@@ -3,6 +3,6 @@ manufacturer: Cisco
|
||||
model: PSU2KW-ACPI
|
||||
part_number: PSU2KW-ACPI
|
||||
power-ports:
|
||||
- name: "{module}"
|
||||
- name: '{module}'
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 2000
|
||||
|
||||
@@ -3,6 +3,6 @@ manufacturer: Cisco
|
||||
model: PWR-1.6KW-AC
|
||||
part_number: PWR-1.6KW-AC
|
||||
power-ports:
|
||||
- name: "{module}"
|
||||
- name: '{module}'
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 1600
|
||||
|
||||
Reference in New Issue
Block a user