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

Virtual Switch Interfaces #267

Closed
rdujardin opened this issue Jul 12, 2016 · 2 comments
Closed

Virtual Switch Interfaces #267

rdujardin opened this issue Jul 12, 2016 · 2 comments

Comments

@rdujardin
Copy link

It would be interesting to create a VSI object for trunk interfaces. It's useful in the IXP use case.

The VSI would have a foreign key on a vlan, and its own vlan-id (to take into account the mapping between customer vlan id and internal vpls id), and it would have a foreign key on the interface (physical) it belongs to, and a foreign key on a IP (several VSIs on the same physical interface can have different IPs).

Interface should have a new boolean field indicating if it's tagged or not (access mode or trunk mode).

Before implementing this we'd need to take into account how we would handle ethereal channels, because in the case of a new object describing these, VSI should point at such an object and not at a physical interface directly...

@jeremystretch
Copy link
Member

I'm not clear on the concept being conveyed, but it seems a bit too complex to take on in the near term.

@jeremystretch
Copy link
Member

In an effort to clean up the issues backlog, I'm closing all issues labelled as "discussion." If there is interest in continuing this topic, please start a thread on the NetBox subreddit. Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants