f5-declarative-onboarding icon indicating copy to clipboard operation
f5-declarative-onboarding copied to clipboard

DO management-ip is not working for dualstack

Open p-semenov-f5 opened this issue 4 years ago • 0 comments

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 #

p-semenov-f5 avatar Oct 12 '21 21:10 p-semenov-f5