sys internal-proxyΒΆ

sys internal-proxy(1)	      BIG-IP TMSH Manual	 sys internal-proxy(1)



NAME
       internal-proxy - Configuration of the internal proxy.

MODULE
       sys

SYNTAX
       Configure the internal-proxy component within the sys.internal-proxy
       module using the syntax shown in the following sections. This object is
       used by other services such as CRL cert-validator, for defining how to
       send/receive the outbound traffic for the service.

   CREATE/MODIFY
	 create internal-proxy [name]
	 modify internal-proxy [name]
	   options:
	     description [string]
	     dns-resolver [name]
	     proxy-server-pool [name]
	     route-domain [name]

   DISPLAY
	 list internal-proxy [name]

   DELETE
	 delete  [all | [name]]
	   options:
	     recursive

DESCRIPTION
       You can use the internal-proxy component to configure a custom internal
       proxy.

EXAMPLES
       create sys internal-proxy my_intp dns-resolver my_dnsr

       Creates an internal proxy named my_intp using the DNS resolver my_dnsr.

OPTIONS
       dns-resolver
	    Specifies the DNS resolver object used for sending out the
	    traffic.

       proxy-server-pool
	    Specifies the proxy server pool used for reaching servers.

       route-domain
	    Specifies the route domain for for reaching servers using HTTP
	    forward proxy.

SEE ALSO
       sys crypto cert-validator crl

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 2008-2010, 2017. All rights
       reserved.



BIG-IP				  2017-12-11		 sys internal-proxy(1)