-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Re order DCS-7358X4 slot and correction on interfaces Management #4110
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
Open
benjaminmonnier
wants to merge
1
commit into
netbox-community:master
Choose a base branch
from
benjaminmonnier:patch-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So your saying that if a port is on linecard 1 it's interfaces are numbered with '2' I'm not a Arista user but that doesn't seem right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a 8 slot chassis, but in fact there is 9 slot, the first slot is dedicated to SUP, so Management interface is numered Management1/1 and 1/2
Then, the first Line card is called in fact Linecard2 to Linecard9, Linecard 2 is on the 1 slot of 8, and it's called Ethernet2/1/1 > 2/16/1
switch(s1)#show inter status
Port Name Status Vlan Duplex Speed Type Flags Encapsulation
Et2/1/1 connected routed full 100G 100GBASE-SRBD
Et2/2/1 connected routed full 100G 100GBASE-LR4
Et2/3/1 connected routed full 100G 100GBASE-LR4
Et2/4/1 connected routed full 100G 100GBASE-LR4
Et2/5/1 connected routed full 100G 100GBASE-SRBD
Et2/6/1 notconnect routed full 100G 100GBASE-LR4
Et2/7/1 disabled routed full 100G 100GBASE-LR4
Et2/8/1 disabled routed full 100G 100GBASE-LR4
Et2/9/1 disabled routed full 100G 100GBASE-LR4
Et2/10/1 disabled routed full 100G 100GBASE-LR4
Et2/11/1 disabled routed full 100G 100GBASE-LR4
Et2/12/1 disabled routed full 100G 100GBASE-LR4
Et2/13/1 disabled routed full 100G 100GBASE-LR4
Et2/14/1 disabled routed full 100G Not Present
Et2/15/1 disabled routed full 100G Not Present
Et2/16/1 disabled routed full 100G Not Present
Et3/1/1 connected routed full 100G 100GBASE-LR4
Et3/2/1 connected routed full 100G 100GBASE-LR4
Et3/3/1 connected routed full 100G 100GBASE-LR4
Et3/4/1 connected routed full 100G 100GBASE-LR4
Et3/5/1 connected routed full 100G 100GBASE-SRBD
Et3/6/1 notconnect routed full 100G 100GBASE-LR4
Et3/7/1 disabled routed full 100G 100GBASE-LR4
System has 10 card slots
Module Model HW Version Serial Number Mfg Date Epoch
Supervisor1 7368-SUP-D XX.XX XXXXXXXXXXX 202X-XX-XX 01.00
Linecard2 7358-16C XX.XX XXXXXXXXXXX 202X-XX-XX 01.00
Linecard3 7358-16C XX.XX XXXXXXXXXXX 202X-XX-XX 01.00
Linecard4 7358-16C XX.XX XXXXXXXXXXX 202X-XX-XX 01.00
Linecard5 7358-16C XX.XX XXXXXXXXXXX 202X-XX-XX 01.00
Linecard6 Not Inserted
Linecard7 Not Inserted
Linecard8 Not Inserted
Linecard9 Not Inserted
Switchcard1 7358X4-SC XX.XX XXXXXXXXXXX 202X-XX-XX 01.00
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay so for linecard 2 its position number should be '2' so that when a module is installed the interfaces start et2/x rather than et1/x
Then all line cards should follow the same position numbering.