apm resource app-tunnelΒΆ

apm resource app-tunnel(1)    BIG-IP TMSH Manual    apm resource app-tunnel(1)



NAME
       app-tunnel - Configures an application tunnel.

MODULE
       apm resource

SYNTAX
       Configure the app-tunnel component within the resource module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create app-tunnel [name]
	modify app-tunnel [name]
	  options:
	    acl-order [integer]
	    app-service [[string] | none]
	    application-launch-warning [true | false]
	    apps [add | delete | modify | replace-all-with] {
	      [name]
	    }
	    customization-group [add | delete | modify | replace-all-with] {
	      [name]
	    }
	    description [[string] | none]
	    location-specific [true | false]
	    type [app-tunnel | last | network-access | remote-desktop | web-application]

	edit app-tunnel [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list app-tunnel
	list app-tunnel [ [ [name] | [glob] | [regex] ] ... ]
	show running-config app-tunnel
	show running-config app-tunnel [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

	show app-tunnel
	show app-tunnel [name]

   DELETE
	delete app-tunnel [name]

DESCRIPTION
       You can use the app-tunnel component to configure an application tunnel
       to provide secure access to a network, remote desktop, or specific
       applications.

EXAMPLES
	    item create app-tunnel myapptunnel customization-group
	    myapptunnelcg

	    Creates an application tunnel named myapptunnel that uses the
	    policies in the customization group myapptunnelcg.

	    item delete app-tunnel myapptunnel

	    Deletes the application tunnel named myapptunnel.

OPTIONS
       acl-order
	    Specifies the location of this app tunnel in the ACL hierarchy in
	    Access Policy Manager ACL lists. The default is 0 (zero).

       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.

       application-launch-warning
	    Specifies whether to display a warning before launching an
	    application. The options are:

	    true The system displays security warnings before launching an
		 application, regardless of whether the site is considered a
		 Trusted site. This is the default value.

	    false
		 The system displays security warnings before launching an
		 application, only if the site is not in the Trusted Sites
		 list.

       apps Specifies the applications that a user can access using this
	    application tunnel. The default is none.

       customization-group
	    Specifies whether customizations are applied to the application
	    tunnel. You can add, modify, delete, or replace all customization
	    groups. This option is required.

       description
	    Specifies a description for the application tunnel. The default is
	    none.

       location-specific
	    Specifies whether or not this object contains one or more
	    attributes with values that are specific to the location where the
	    BIG-IP device resides. The location-specific attribute is either
	    true or false. When using policy sync, mark an object as location-
	    specific to prevent errors that can occur when policies reference
	    objects, such as authentication servers, that are specific to a
	    certain location.

       [name]
	    Specifies a name for the component.

       partition
	    Displays the partition within which the app-tunnel component
	    resides. The default is common.

       type Specifies the type of application tunnel. The options are:

	    app-tunnel
		 This is the default.

	    network-access
		 Provides access to a network.

	    remote-desktop
		 Provides access to a remote desktop.

	    web-application
		 Provides access to a Web application.

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, 2015-2016. All rights
       reserved.



BIG-IP				  2016-03-14	    apm resource app-tunnel(1)