-
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
Allow ip address to be assigned to multiple devices #1405
Comments
How are you proposing we alter the data model? |
We talked about this with college and got to point that we don't know the right solution, but one can be: I don't know how easy or hard implementation and validation of this could be. In Frontend for ip address which is for this role can be some link to assign more devices to this ip or something like that. |
Since I am no programmer, from what I can tell is...the IP address is assigned to an interface. If you coded it such that an object (the IP address in this case) can have multiple assigned interfaces, that would allow for VIPs, HSRPs, etc to more easily assigned across multiple physical devices. |
The assignment of VIPs to interfaces isn't as simple as modifying the relationship. VIP assignment typically encompasses additional data as well (e.g. VRRP group and priority). I want to keep the direct relationship of IP address to interface. The representation of VIP associations is probably better achieved by introducing a new |
The issue of VIP group tracking can be addressed at a later time. We're going to keep the direct assignment of other IPs to interfaces. |
Any update on this ? |
@Phhere It was closed with a reasoning. I am not sure what kind of update you want. |
Feature Request
When UNIQ ip addresses is enabled there is no possibility to add one ip address to multiple devices (with disabled uniq you can add 2 times one address with different device), when ip address role is VIP/Anycast/VRRP/HSRP/GLBP
When i find ip address and it's role is one of those mentioned, i want to see devices it can float around.
The text was updated successfully, but these errors were encountered: