f5-appsvcs-extension icon indicating copy to clipboard operation
f5-appsvcs-extension copied to clipboard

Adding server-scope property in Service_Address

Open leondelyon3 opened this issue 4 years ago • 3 comments

Is your feature request related to a problem? Please describe.

An ISP customer, Orange, would like the possibility to configure the the server-scope property in Service_Address

Describe the solution you'd like

It should be supported in the DO schema: serverScope(string) can be "all", "any", "none"

Describe alternatives you've considered

It can be configured either with GUI or tmsh as shown below: ltm virtual-address 10.0.1.100 {
address 10.0.1.100
app-service none
arp enabled
auto-delete true
connection-limit 0
description none
enabled yes
floating enabled
icmp-echo enabled
inherited-traffic-group false
mask 255.255.255.255
metadata none
partition Common
route-advertisement disabled
server-scope any ( Availability calculation parameter with GUI )
spanning disabled
traffic-group traffic-group-1
unit 1
}

Additional context

Add any other context, such as the desired tmsh configuration, about the feature request here.

leondelyon3 avatar Nov 14 '21 11:11 leondelyon3

It should be supported in the AS3 schema: serverScope(string) can be "all", "any", "none"

leondelyon3 avatar Nov 30 '21 14:11 leondelyon3

This is very much needed especially for the class Service_Forwarding. This type of virtual server has no pool attached by design, therefore it is always "unchecked" for availability. This causes the corresponding virtual address to be "Offline" right after being created. The proposed serverScope property should be available under the class ServiceAddress as suggested by @leondelyon3 but it would be great if it could also be implicitly set to none when class Service_Forwarding is defined in a declaration, same as the other implicitly set properties (ARP and ICMP echo).

m-kratochvil avatar Feb 01 '23 15:02 m-kratochvil

Thanks for reaching out, have created an internal backlog item AUTOTOOL-4262. In order to prioritize this issue, please reach out to us at [email protected]

sunitharonan avatar Feb 22 '24 21:02 sunitharonan