f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
AS3 functionality to define 'server-scope' attribute under 'virtual-address' LTM object
We are using 'server-scope' attribute to accommodate app functionality under 'virtual-address' LTM object in our architecture. I don't find it in the AS3 schema under 'Service_Address' class.
By default it's value is 'any', but we have cases where we want to configure it to 'all'. This allows us to mark down all the VIPs related to one app if one of the port is unavailable. These are LTM-Only Anycast configs so we can't use the 'depends-on' functionality on GTM.
Any other available option to achieve this configuration in AS3 can also be considered.
Here is the CLI command to check this config detail: tmsh modify ltm virtual-address <xx.xx.xx.xx> server-scope all