Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cisco: Modify C6807-XL and add 2 different modules #2875

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions device-types/Cisco/C6807-XL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,26 @@ model: Catalyst 6807-XL
part_number: C6807-XL
slug: cisco-catalyst-6807-xl
u_height: 10
weight: 62
weight_unit: lb
airflow: right-to-left
is_full_depth: false
console-ports:
- name: con 0
type: rj-45
comments: '[Cisco Catalyst 6807-XL Modular Switch Data Sheet](https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-6807-xl-switch/datasheet-c78-728229.html)'
module-bays:
- name: Slot 1
position: '1'
- name: Slot 2
position: '2'
- name: Slot 3
position: '3'
- name: Slot 4
position: '4'
- name: Slot 5
position: '5'
- name: Slot 6
position: '6'
- name: Slot 7
position: '7'
power-ports:
- name: PS-1
type: iec-60320-c14
Expand Down
24 changes: 24 additions & 0 deletions module-types/Cisco/VS-S2T-10G.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
manufacturer: Cisco
model: VS-S2T-10G
part_number: VS-S2T-10G
weight: 12.0
weight_unit: lb
comments: '[Cisco Catalyst 6500 Series Supervisor Engine 2T Data Sheet](https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/catalyst-6500-series-supervisor-engine-2t/data_sheet_c78-648214.html)'
console-ports:
- name: con{module}
type: rj-45
interfaces:
- name: GigabitEthernet{module}/1
type: 1000base-x-sfp
- name: GigabitEthernet{module}/2
type: 1000base-x-sfp
- name: GigabitEthernet{module}/3
type: 1000base-x-sfp
- name: TenGigabitEthernet{module}/4
type: 10gbase-x-x2
- name: TenGigabitEthernet{module}/5
type: 10gbase-x-x2
- name: Mgmt{module}/0
type: 1000base-t
mgmt_only: true
49 changes: 49 additions & 0 deletions module-types/Cisco/WS-X6904-40G.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
manufacturer: Cisco
model: WS-X6904-40G
part_number: WS-X6904-40G
weight: 12.0
weight_unit: lb
comments: '[Cisco Catalyst 6900 Series 40 Gigabit Ethernet Interface Module for Cisco Catalyst 6500 Series Switches Data Sheet](https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-6500-series-switches/data_sheet_c78-696623.html)'
interfaces:
# Two possible optical modes for 4 optical slots (40GE using a CFP-40G or 10GE using a CVR-CFP-4SFP10G):
# - name: FortyGigabitEthernet{module}/1
# type: 40gbase-x-qsfpp
- name: TenGigabitEthernet{module}/5
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/6
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/7
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/8
type: 10gbase-x-sfpp
# - name: FortyGigabitEthernet{module}/2
# type: 40gbase-x-qsfpp
- name: TenGigabitEthernet{module}/9
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/10
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/11
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/12
type: 10gbase-x-sfpp
# - name: FortyGigabitEthernet{module}/3
# type: 40gbase-x-qsfpp
- name: TenGigabitEthernet{module}/13
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/14
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/15
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/16
type: 10gbase-x-sfpp
# - name: FortyGigabitEthernet{module}/4
# type: 40gbase-x-qsfpp
- name: TenGigabitEthernet{module}/17
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/18
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/19
type: 10gbase-x-sfpp
- name: TenGigabitEthernet{module}/20
type: 10gbase-x-sfpp
Loading