sys management-proxy-configΒΆ

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



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

MODULE
       sys management-proxy-config

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

   MODIFY
       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.

	modify management-proxy-config 
	    proxy-ip [IpAddress]
	    proxy-port [IpPort]
	    username [string]
	    password [string]

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

DESCRIPTION
       Configures proxy configuration for database download.

EXAMPLES
       create management-proxy-config test-proxy { proxy-ip 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 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.

OPTIONS
       proxy-ip
	    Specifies proxy ip to be used for database download.

       proxy-port
	    Specifies proxy port to be used for database download.

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

       password
	    Specified 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-20	sys management-proxy-config(1)