Last Modified: Oct 19, 2025
Affected Product(s):
BIG_IP_NEXT(VE/HW) TMOS
Fixed In:
20.1.0
Opened: Jul 25, 2023 Severity: 3-Major
Objects of a type: "net address-list" are incorrectly marked as unsupported, while virtual servers in AS3 output contain the property "virtualAddresses".
- The object is translated to virtualAddresses property in the AS3, but an application is marked as yellow. - The object is translated, but one of the values from the address list is not supported on BIG-IP Next (IPv6 value range)
If an address list is used to configure a virtual server, it will be highlighted as unsupported in the configuration editor even if it is properly translated to AS3 "virtualAddresses" property. Example of the object: net address-list /tenant3892a81b1f9e6/application_11/IPv6AddressList { addresses { fe80::1ff:fe23:4567:890a-fe80::1ff:fe23:4567:890b { } fe80::1ff:fe23:4567:890c { } fe80::1ff:fe23:4567:890d { } } description IPv6 } Example of an AS3 property: "virtualAddresses": [ "fe80::1ff:fe23:4567:890a-fe80::1ff:fe23:4567:890b", "fe80::1ff:fe23:4567:890c", "fe80::1ff:fe23:4567:890d" ],
Verify that all addresses from 'net address-list' object are configured as "virtualAddresses" property value list in the AS3 output.
None