-
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 etherchannel interface type #105
Comments
We should think about this carefully to include things like MLAG. |
An idea : simply add a boolean field "lag" to Interface. |
I'd say that this needs to be a seperate model, in that it needs to have a relationship to it's component interfaces. I like the LAG "name" as it's generic, and is used with many platforms. I'd suggest fields would need to include LAG type (e.g. LACP, PAGP, "Vanilla Etherchannel", VPC, VPC+, etc...). |
Yay :) |
* Initial work on interface groups * Simplify to a single LAG form factor * Correct interface serializer * Allow for bulk editing of interface LAG * Additional LAG interface validation * Fixed API tests
Please may we be able to create an etherchannel interface type with the ability to add physical interfaces to them
Amazing work so far. Most comprehensive IPAM I've seen
The text was updated successfully, but these errors were encountered: