You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We assign addresses in numerical order. When a member leaves we remove the IPs from the virtual interface and then remove the interface. The numbers go back into the pool. Currently there is no way within IXP Manager to tell how long the IPs has aged. It appears the IP assignments are indexed by number for selection.
We would like either a date of last use shown when selecting the IP address
or
Have the IP address moved to the end of the available list
The text was updated successfully, but these errors were encountered:
Currently we do this - kinda - because IPv4 addresses are "sponged" - bound to an interface to take up excessive ARP to the IP address. So they are not just deleted, but instead moved to a special VLAN.
In the Virtual Interfaces page for the member, I use IXPM's "duplicate VLAN interface" button to duplicate the peering VLAN IP to a special (not-private) VLAN, 4096 "Sponged", and then delete the peering VLAN interface and also the physical interfaces.
If the member is leaving, I enter the date the member left in IXP Manager.
I have a simple cgi script, json_arpsponges which just generates JSON output.
This is part of IXP-Watch, along with auto_sponge which automatically adds and removes the sponged IP addresses from the interface.
But you can just use it by itself, or use it for inspiration. You end up with a list of IP addresses together with the date the member left (if they left). To remove them, IXP manager hides the "Ports" tab on left members, but you can search for it by IP and edit it there and delete it.
IXP Manager does have a concept of a change log, but the logs are only retained for 6 months or so, so I don't think it will capture enough useful information.
We assign addresses in numerical order. When a member leaves we remove the IPs from the virtual interface and then remove the interface. The numbers go back into the pool. Currently there is no way within IXP Manager to tell how long the IPs has aged. It appears the IP assignments are indexed by number for selection.
We would like either a date of last use shown when selecting the IP address
or
Have the IP address moved to the end of the available list
The text was updated successfully, but these errors were encountered: