Forum Discussion
WildWeasel
Cirrus
May 18, 2022How can I deploy disabled Virtual Server using JSON and AS3
I am migrating from an End Of Life hardware to a new vCMP Guest and with the migration I am deploying all the applications using JSON and AS3 (through BIGiQ). So we would like all the applications t...
Amine_Kadimi
MVP
May 18, 2022You should configure your declaration with arp and echo disabled in the VirtualAdress level. Please refer to this link for an example:
{
"class": "ADC",
"schemaVersion": "3.15.0",
"id": "declarationId",
"source_service_address_example": {
"class": "Tenant",
"app": {
"class": "Application",
"my_service_address": {
"class": "Service_Address",
"virtualAddress": "1.1.1.1",
"arpEnabled": false,
"icmpEcho": "disable"
},
"service": {
"class": "Service_Generic",
"virtualAddresses": [
[
{
"use": "my_service_address"
},
"1.2.3.4/32"
]
],
"virtualPort": 1000
}
}
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects