Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

3 Replies

  •  

    curl -sk -u 'user:password' -H 'Content-Type: application/json' -X PUT https://BIG_IP/mgmt/tm/ltm/virtual-address -d '{ "name" : "ADDRESS_IP", "routeAdvertisement" : "enabled"}'

     

     

    curl -sk -u 'user:password' -H 'Content-Type: application/json' -X PATCH https://BIG_IP/mgmt/tm/ltm/virtual-address -d '{ "name" : "ADDRESS_IP", "routeAdvertisement" : "enabled"}'

     

  • Never mind, I was approaching this the wrong way.

    Should be:

     

    curl -sk -u 'user:password' -H 'Content-Type: application/json' -X PUT https://BIG_IP/mgmt/tm/ltm/virtual-address/ADDRESS_IP -d '{"routeAdvertisement" : "enabled"}'