sys icontrol-soapΒΆ

sys icontrol-soap(1)	      BIG-IP TMSH Manual	  sys icontrol-soap(1)



NAME
       icontrol-soap - Configures the iControl SOAP daemon for the BIG-IP(r)
       system.

MODULE
       sys

SYNTAX
       Configure the icontrol-soap component within the sys module using the
       following syntax.

   CREATE/MODIFY
	modify icontrol-soap
	  options:
	    allow [add | delete | none |replace-all-with] {
	      All or IP address ...
	    }

	edit icontrol-soap
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list icontrol-soap
	list icontrol-soap [option name]
	show running-config icontrol-soap
	show running-config icontrol-soap [option name]
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use the icontrol-soap component to configure the iControl SOAP
       for the system.

       Important: F5 Networks recommends that users of the Configuration
       utility exit the utility before changes are made to the system using
       the icontrol-soap component. This is because making changes to the
       system using this component causes a restart of the icontrol-soap
       daemon. Additionally, restarting the icontrol-soap daemon creates the
       necessity for a restart of the Configuration utility.

EXAMPLES
	    modify icontrol-soap allow replace-all-with {9.9.9.9}

	    Reduces the allowed IP address that can access iControl SOAP to
	    9.9.9.9

OPTIONS
       allow
	    Configures IP addresses for iControl SOAP clients from which the
	    icontrol-soap daemon accepts requests. The value may be either a
	    full IP address or a Perl Compatible Regular Expression to allow
	    connections from a specific subnet. The default value is All.

	    Warning: Using the value none resets the icontrol-soap daemon to
	    allow all iControl SOAP clients access to the system; therefore,
	    F5 Networks recommends that you do not use the value none.

SEE ALSO
       edit, list, modify, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2013, 2015. All rights
       reserved.



BIG-IP				  2015-07-14		  sys icontrol-soap(1)