net tunnels lw4o6ΒΆ

net tunnels lw4o6(1)				  BIG-IP TMSH Manual				 net tunnels lw4o6(1)

NAME
       lw4o6 - Configures a LW4o6 tunnel profile.

MODULE
       net tunnels

SYNTAX
       Configure the lw4o6 component within the net tunnels module using the syntax in the following sections.

   CREATE/MODIFY
	create lw4o6 [name]
	modify lw4o6 [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    lwtbl-file [string]
	    psid-length [integer]
	    all-protocols-pass [enabled | disabled]

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

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

   DELETE
	delete lw4o6 [ all | [name] ]

DESCRIPTION
       You can use the lw4o6 component to create a LW4o6 profile that you associate with a tunnel using the tunnel
       component. For more information about creating a tunnel see net tunnel.

EXAMPLES
       create lw4o6 my_lw4o6 lwtbl-file name

       Creates a LW4o6 profile called my_lw4o6, lwtbl-file name have to be created before. For more information about
       creating a lwtbl-file see sys file lwtunneltbl.

       list lw4o6 all-properties

       Displays all the properties of all the LW4o6 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 lw4o6.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob for a description of glob expression
	    syntax.

       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.

       regex
	    Displays the items that match the regular expression. The regular expression must be preceded by an at
	    sign (@[regular expression]) to indicate that the identifier is a regular expression. See help regex for
	    a description of regular expression syntax.

       lwtbl-file
	    Specifies the existing lw4o6 configuration file.

       psid-length
	    Specifies the length of Port Set ID (PSID). The default value is 0.

       all-protocols-pass
	    When enabled and PSID is 0, permits passthrough for all IP sub-protocols. If PSID != 0, value have to be
	    disabled. If it is disabled only TCP/UDP/ICMP traffic can pass lw4o6 tunnel. The default value is
	    disabled."

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

BIG-IP						      2016-01-07				 net tunnels lw4o6(1)