PeterKrike
Dec 21, 2021Nimbostratus
TMSH CLI to modify objects with keyword variables in them
I am curious if there was a way to modify VIPs w/o specifically defining them within the command .. for example :
modify ltm virtual Test-Donkey-HTTPS profiles delete { tcp-600 } profiles add { tcp }
modify ltm virtual Prod-Donkey-HTTPS profiles delete { tcp-600 } profiles add { tcp }
modify ltm virtual Stage-Donkey-HTTPS profiles delete { tcp-600 } profiles add { tcp }
So above, I would like to replace all "Donkey" VIPs in one shot to adjust their profiles.
Thank you!