-
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 option to limit IP Addresses displayed in interface tables #14645
Comments
This occurs because you're incorrectly modeling IP address assignments. IP addresses belonging to a NAT pool should not be assigned to an interface. |
So what is you suggestion on how to model the link of the NAT pool to the device performing the NAT? |
Hi there, product manager weighing in here. I've labeled this FR with For what it's worth, I suggest looking into using IP ranges to model your NAT pools. You can find details in the IPAM docs. |
Would it make sense to just show the count of IP addresses? If so, I can take onwership of this issue. |
I personally would display IPs if there are only 1 or 2 assigned and otherwise say e.g. 30 IP addresses assigned. |
NetBox version
v3.6.9
Feature type
Change to existing functionality
Proposed functionality
Allow to limit the list of IP Addresses to e.g. 10, so interfaces with many assigned IPs won't clog the table.
Use case
When having e.g. NAT interfaces with 256 assigned IPs on a central firewall on a virtual interface this will clog the table, e.g. making it hard to find the next interface and also the name for the current interface. So an option to limit the viewed addresses would be handy.
Possible look, when limited to 10 addresses:
Database changes
N/A
External dependencies
No response
The text was updated successfully, but these errors were encountered: