sys management-proxy-configΒΆ

sys management-proxy-config(1)			  BIG-IP TMSH Manual		       sys management-proxy-config(1)

NAME
       management-proxy-config - Configures proxy configuration for database download.

MODULE
       sys

SYNTAX
       Configure a management-proxy-config component within the sys module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create management-proxy-config [name]
	modify management-proxy-config [name]
	   options:
	    description [string]
	    proxy-ip-addr [ip address]
	    proxy-port [port]
	    username [string]
	    password [string]

	edit management-proxy-config [name]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list management-proxy-config [name]
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
	delete management-proxy-config [name]

DESCRIPTION
       Configures proxy configuration for database download. The management-proxy-config consists of the object name,
       proxy ip address (proxy-ip), proxy port (proxy-port), username and password. You can have only one proxy
       configuration specified.

EXAMPLES
       create management-proxy-config test-proxy { proxy-ip-addr 10.10.10.10 proxy-port 1010 username test password
       test }

       Creates the proxy configuration with name test-proxy and uses the specified proxy-ip-addr 10.10.10.10 and
       proxy-port 1010 with supplied credentials username/password test/test for database download.

       modify management-proxy-config test-proxy { proxy-port 1012 }

       Modify the proxy configuration for database download to use proxy port 1012.

       delete management-proxy-config test-proxy

       Delete the test-proxy configuration for database download.

OPTIONS
       description
	    User defined description.

       proxy-ip-addr
	    Specifies proxy IP to be used for database download.

       proxy-port
	    Specifies proxy port to be used for database download (default value is 3128).

       username
	    Specifies username for proxy configuration to be used for database download.

       password
	    Specifies password for proxy configuration to be used for database download.

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 2011, 2013-2014, 2016. All rights reserved.

BIG-IP						      2017-01-26		       sys management-proxy-config(1)