We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
v2.11.9
Data model extension
Add the ability to assign a multiple sites to a prefix.
Prefixes can be used across current boundaries, an example is PtP links.
Prefix - 192.0.2.32/30 SiteA - 192.0.2.33/30 SiteB - 192.0.2.34/30
Prefix - 192.0.2.36/30 SiteA - 192.0.2.37/30 SiteC - 192.0.2.38/30
SiteA - 198.51.100.0/24 SiteB - 203.0.113.0/24
SiteA's router routes traffic for 203.0.113.0/24 to 192.0.2.34. SiteB's router routes traffic for 198.51.100.0/24 to 192.0.2.33.
The prefix is used at both SiteA and SiteB, so should be able to document it.
Not sure on this one.. More UI interface allowing the field multiple times and displaying it when looking at the UI or reports for either 'site'.
No response
The text was updated successfully, but these errors were encountered:
Seems like this would be covered by #6414. What do you think?
Sorry, something went wrong.
Similar yes, sorry I missed that with my searching... I started by trying to figure out how NetBox wanted me to document it.
From I am not convinced that a site-group is the best way.. If someone does a mesh, every combination of sites may need to be created.
No branches or pull requests
NetBox version
v2.11.9
Feature type
Data model extension
Proposed functionality
Add the ability to assign a multiple sites to a prefix.
Use case
Prefixes can be used across current boundaries, an example is PtP links.
Prefix - 192.0.2.32/30
SiteA - 192.0.2.33/30
SiteB - 192.0.2.34/30
Prefix - 192.0.2.36/30
SiteA - 192.0.2.37/30
SiteC - 192.0.2.38/30
SiteA - 198.51.100.0/24
SiteB - 203.0.113.0/24
SiteA's router routes traffic for 203.0.113.0/24 to 192.0.2.34. SiteB's router routes traffic for 198.51.100.0/24 to 192.0.2.33.
The prefix is used at both SiteA and SiteB, so should be able to document it.
Database changes
Not sure on this one.. More UI interface allowing the field multiple times and displaying it when looking at the UI or reports for either 'site'.
External dependencies
No response
The text was updated successfully, but these errors were encountered: