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

Form factor for 50G QSFP28 #2924

Closed
007shivam opened this issue Feb 22, 2019 · 4 comments
Closed

Form factor for 50G QSFP28 #2924

007shivam opened this issue Feb 22, 2019 · 4 comments
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@007shivam
Copy link

Environment

  • Python version:
  • NetBox version:

Proposed Functionality

Additon of form factor for 50G QSFP28 for interfaces.
Code line change in file netbox/dcim/constants.py, (only addition of two lines, for example)

# Ethernet
IFACE_FF_50GE_QSFP28 = 1450
...
IFACE_FF_CHOICES = [
'Ethernet (modular)',
        [
         [IFACE_FF_50GE_QSFP28, 'QSFP28 (50GE)'],
... 

Use Case

50G is also common like 25G, 40G in Ethernet(modular).

Database Changes

No change in database

External Dependencies

No dependencies

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application and removed status: accepted This issue has been accepted for implementation labels Feb 22, 2019
@jeremystretch
Copy link
Member

I could be mistaken but I don't think 50GE uses SFP28. I'm also having a hard time tracking down a commercially-available transceiver for reference.

@DanSheps
Copy link
Member

@jeremystretch I did check this out myself, I couldn't find any transceivers and couldn't definitively find out whether it is QSFP28 or SFP56/QSFP56 (which is what it seems to suggests).

Doing a little more digging:

According to this, it looks like it might be:

  • QSFP28 (2x25g)
  • SFP56 (1x50g)

@dnyt84
Copy link

dnyt84 commented Feb 24, 2019

http://eoptolink.com/products/qsfp28-pam4-50g
http://www.10gtek.com/QSFP28-to-2x-50G-QSFP28-DAC-283.html
100G QSFP28 is 4 x 25G, you can break it out to 4 x 25, 2 x 50 or 1 x 100G

@007shivam
Copy link
Author

007shivam commented Feb 25, 2019

Thanks @dnyt84
@jeremystretch , would you accept it now?

@DanSheps DanSheps added the status: under review Further discussion is needed to determine this issue's scope and/or implementation label Feb 25, 2019
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation and removed status: under review Further discussion is needed to determine this issue's scope and/or implementation labels Mar 13, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

4 participants