Forum Discussion
Paulo_Vinicius_
Altocumulus
Feb 13, 2023Implementing new IP forwarding virtual servers using IP Address Lists (shared objects).
Hi Dear F5 DevCentral community! We have a client that already uses IP forwarding virtual servers using as a source an IP Address /32, especifying exactly the source that these IP forwarding virt...
Hi Andreas,
You could potentially write a tmsh script to do this. I think you'd need to map out all of the related objects, save them, delete them in the correct order based on references and then add them back in the reverse order using the correct partition.
Or you could just edit the bigip.conf and reload it to make the changes. A tmsh script might make sense if you have to do this a lot.
tmsh wiki index page
http://devcentral.f5.com/wiki/default.aspx/tmsh.HomePage
Aaron