Skip to content

Add N77-SUP2E #1124

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

Closed
Closed
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
11 changes: 11 additions & 0 deletions module-types/Cisco/N77-SUP2E.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
manufacturer: Cisco
model: N77-SUP2E
part_number: N77-SUP2E
interfaces:
- name: mgmt0
Copy link
Member

Choose a reason for hiding this comment

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

This will cause a problem when inserting it into a chassis where there is two mgmt0 interfaces. I believe it actually throws an exception.

Choose a reason for hiding this comment

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

I added the following to my documents to address this issue.
interfaces:

  • name: Sup{module} mgmt0
    type: 1000base-t
    mgmt_only: true
    console-ports:
  • name: Sup{module} Con0
    type: rj-45

Copy link
Member

Choose a reason for hiding this comment

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

@scoffman77 The change needs to be made on the module, not the upstream

type: 1000base-t
mgmt_only: true
console-ports:
- name: Console
type: rj-45