net tunnels tcp-forwardΒΆ

net tunnels tcp-forward(1)			  BIG-IP TMSH Manual			   net tunnels tcp-forward(1)

NAME
       tcp-forward - Configures a tcp-forward tunnel profile.

MODULE
       net tunnels

SYNTAX
       Configure the tcp-forward component within the net tunnels module using the syntax in the following sections.

   CREATE/MODIFY
	create tcp-forward [name]
	modify tcp-forward [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]

	edit  [ [name] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list tcp-forward
	list tcp-forward [ [ [name] ... ]
	show running-config tcp-forward
	show running-config tcp-forward [ [name] ... ]
	  options:
	    all-properties
	    app-service
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete tcp-forward [ all | [name] ]

DESCRIPTION
       You can use the tcp-forward component to create a TCP-FORWARD profile that you associate with a tunnel using
       the tunnel component. For more information about creating a tunnel see net tunnel.

EXAMPLES
       create tcp-forward my_tcp_forward

       Creates a TCP_FORWARD profile called my_tcp_forward.

       list tcp-forward all-properties

       Displays all the properties of all the TCP-FORWARD profiles.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object belongs. The default value is none.
	    Note: If the strict-updates option is enabled on the application service that owns the object, you cannot
	    modify or delete the object. Only the application service can modify or delete the object.

       defaults-from
	    Specifies the existing profile from which the system imports settings for the new profile. The default
	    value is tcp-forward.

       description
	    User defined description.

       name Specifies a unique name for the component. This option is required for the commands create and modify.

       partition
	    Displays the administrative partition within which this component resides.

SEE ALSO
       create, delete, edit, glob, list, modify, net tunnels tunnel, regex, 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 2011-2015, 2017. All rights reserved.

BIG-IP						      2018-10-20			   net tunnels tcp-forward(1)