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

Dev/avicot/add n9 k c9400 #2265

Closed
Closed
Show file tree
Hide file tree
Changes from 2 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
49 changes: 49 additions & 0 deletions device-types/Cisco/N9K-C9408.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
manufacturer: Cisco
model: N9K-C9408
slug: cisco-n9k-c9408
part_number: N9K-C9408
u_height: 4
is_full_depth: false
comments: '[Cisco Nexus 9400 Series Switches Data Sheet](https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/nexus9400-series-switches-ds.html'
harryajc marked this conversation as resolved.
Show resolved Hide resolved
power-ports:
- name: PS1
type: iec-60320-c20
maximum_draw: 2000
- name: PS2
type: iec-60320-c20
maximum_draw: 2000
- name: PS3
type: iec-60320-c20
maximum_draw: 2000
- name: PS4
type: iec-60320-c20
maximum_draw: 2000
module-bays:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These chassis have removable PSU so please model them as 'module-bays' and then add the required PSU modules

- name: Slot 1
position: '1'
label: Line Card
- name: Slot 2
position: '2'
label: Line Card
- name: Slot 3
position: '3'
label: Line Card
- name: Slot 4
position: '4'
label: Line Card
- name: Slot 5
position: '5'
label: Line Card
- name: Slot 6
position: '6'
label: Line Card
- name: Slot 7
position: '7'
label: Line Card
- name: Slot 8
position: '8'
label: Line Card
- name: Slot 9
position: '9'
label: Supervisor
Binary file added elevation-images/Cisco/cisco-n9k-c9408.back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added elevation-images/Cisco/cisco-n9k-c9408.front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions module-types/Cisco/N9K-C9400-SUP-A.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
manufacturer: Cisco
model: N9K-C9400-SUP-A
part_number: N9K-C9400-SUP-A
description: Cisco Nexus 9400 sup
comments: '[Cisco Nexus 9400 Series Switches Data Sheet](https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/nexus9400-series-switches-ds.html)'
weight: 2.00
weight_unit: kg
interfaces:
- name: mgmt
type: 1000base-t
mgmt_only: true
console-ports:
- name: console
type: rj-45
25 changes: 25 additions & 0 deletions module-types/Cisco/N9K-X9400-8D.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
manufacturer: Cisco
model: N9K-X9400-8D
part_number: N9K-X9400-8D
description: Cisco Nexus 9400 8p 400G QSFPDD line card
comments: '[Cisco Nexus 9400 Classic Line Cards and Fabric Modules Data Sheet](https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/nexus9400-series-switches-ds.html)'
weight: 2.00
weight_unit: kg
interfaces:
- name: Ethernet{module}/1
type: 400gbase-x-qsfpdd
- name: Ethernet{module}/2
type: 400gbase-x-qsfpdd
- name: Ethernet{module}/3
type: 400gbase-x-qsfpdd
- name: Ethernet{module}/4
type: 400gbase-x-qsfpdd
- name: Ethernet{module}/5
type: 400gbase-x-qsfpdd
- name: Ethernet{module}/6
type: 400gbase-x-qsfpdd
- name: Ethernet{module}/7
type: 400gbase-x-qsfpdd
- name: Ethernet{module}/8
type: 400gbase-x-qsfpdd
Loading