-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add stacking interfaces for stackable switches #326
Comments
What type of cabling/port do these use? E.g. what should we call it in the list of interface types? |
Cisco calls them StackWise & StackWise Plus ports. Juniper calls them Virtual Chassis Ports. Looking through IOS devices that are stacked, I see no special port labels, just switch status and # of the member in the stack. I am pretty sure only stack cable ports can be used here. In JUNOS I see port labeling like vcp-1/3/0. With some JUNOS platforms a special VC port can be used or any regular port can be used. |
Is it worth enumerating the various types of proprietary stacking interfaces? Should we just define a "stacking" or "virtual chassis" interface type? |
IBM/Lenovo Bladecenter switches are usually stacked by a bonded 2x 10G DAC-Cable or SFP+ |
Similarly, Juniper EX4300s use normal QSFP+ interfaces. In those cases I'd suggest people just use the existing interface types. |
Yea I would agree with @jeremystretch. Would a custom port attribute help to identify it as a stack/VC port? This could be addressed by custom fields #129. If it was not a custom attribute, then it would be more obvious to users and prevent these future requests, but a field would meet this need to identify this special port. |
We need to define at least one interface type to cover the proprietary types. It could be a generic "Stacking" type (similar to the existing "Virtual" type) or we could create one for each physical specifiction (e.g. "Cisco StackWise," "Cisco StackWise Plus," etc.). |
@jeremystretch That'e fine with me. I did not figure you wanted to support that given potential creep towards cluster/stack support requests on the nodes/devices themselves. Can you also add a POE type also? |
On HP Procurves they are called "Stacking Ports" and they are modules in seperate cards. |
duplicate of #99 |
This is just for adding one or more new interface form factors for "stacking" ports. #99 deals with treating multiple devices as a single logical entity. |
Folding this into #167 as part of a larger initiative to add more interface form factors. |
Is it possible to add a switchport type of "stacking" to allow network diagrams etc to show when switches are stacked in the topography. I have currently just added the module ports as network ports, and linked them as 1gb ethernet, but they are really stacking cables. It all works, it just doesn't site nice with my OCD ;-)
I have to do it this way, as the stacked switches are in separate racks.
The text was updated successfully, but these errors were encountered: