Forum Discussion
rfc19
Sep 04, 2012Nimbostratus
Defining SNAT Pool to "Auto Map"
Hi all,
I am having trouble setting a Virtual Server to use Auto Map as its SNAT Pool. I am using PHP with the following function which I have sourced from the SDK:
function set_snat...
rfc19
Sep 05, 2012Nimbostratus
This has been sorted. The set_snat_automap needed the $name to be in an array():
function set_snat($name, $server)
{
$client = getSoap('LocalLB.VirtualServer', "$server");
$client->set_snat_automap(array($name));
}
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