f5-declarative-onboarding
f5-declarative-onboarding copied to clipboard
DO management-ip is not working for dualstack
BIG-IP supports dualstack few releases already: https://fpweb.olympus.f5net.com/fptopic.asp?REQ=RQ-TMOS-0003962
So DO should support declarations with both IPv4 and IPv6 the same time:
Right now it is working only when I left one ipv6 address inside declaration. When I use declaration only with IPv4 address, it is working time to time. IPv4 address is not always applied.
{
"schemaVersion": "1.0.0",
"class": "Device",
"async": true,
"Common": {
"class": "Tenant",
"ManagementIp_v4": {
"class": "ManagementIp",
"address": "10.144.110.57/22",
"remark": "test ipv4"
},
"ManagementIp_v6": {
"class": "ManagementIp",
"address": "2003::88/64",
"remark": "test ipv6"
}
}
}
-- DO with IPv6 result:
[root@ltm-50_charon:Active:Standalone] config # tmsh list sys management-ip
sys management-ip 10.144.110.50/22 {
description configured-statically
}
sys management-ip 2003::77/64 {
description test
}
[root@ltm-50_charon:Active:Standalone] config #