Forum Discussion
Michel_van_der_
Jun 03, 2003Nimbostratus
How do I specify the equivalent of 0.0.0.0 from SOAP/perl?
I want to do the equivalent of:
bigpipe virtual 0.0.0.0:0 use pool defaultRoutePool
I tried:
$soapResponse = $soap->create_from_pool(
SOAP::Data->name(virtual_server => { address => '0.0.0.0',
port => '0' }),
SOAP::Data->name(unit_id => 1),
SOAP::Data->name(pool_name => 'defaultRoutePool'));
But I get "IP is not valid on network, address/mask do not conform to true IP"
Thoughts?
- Michel_van_der_NimbostratusI create it with:
bigpipe pool defaultRoutePool { \ snat disable \ nat disable \ member 1.2.3.4:0 \ }
- Is "defaultRoutePool" a default gateway pool? If you could post the configuration of "defaultRoutePool" (type, attributes, members, etc) we could try to recreate it. I've just tried this method and it works for me.
- I just verified with our test group that you did indeed find a bug on the 4.2 product line (4.2.3 was tested). We've verified that this is fixed in version 4.5. I will submit a Change Request for this to be corrected in the next PTF.
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