net tunnels greΒΆ

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



NAME
       gre - Configures a Generic Router Encapsulation (GRE) profile.

MODULE
       net tunnels

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

   CREATE/MODIFY
	create gre [name]
	modify gre [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [name]
	    description [string]
	    rx-csum [disabled | enabled]
	    tx-csum [disabled | enabled]
	    encapsulation [standard | nvgre]
	    flooding-type [none | multipoint]

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

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

   DELETE
	delete gre [ all | [name] ]

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

EXAMPLES
       create gre my_gre

       Creates a GRE profile called my_gre.

       list gre all-properties

       Displays all of the properties of all of the GRE 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 gre.

       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.

       rx-csum
	    Specifies whether the system verifies the checksum on received
	    packets. The default value is disabled.

       tx-csum
	    Specifies whether the system includes a checksum on transmitted
	    packets. The default value is disabled.

       encapsulation
	    Specifies the flavor of GRE header to use for encapsulation. The
	    default value is standard.

       flooding-type
	    Specifies the flooding type to use to transmit broadcast and
	    unknown destination frames. The default is none.

SEE ALSO
       create, delete, edit, glob, list, modify, net tunnels ipip, net tunnels
       tunnel, net tunnels wccp, 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 2008-2013. All rights reserved.



BIG-IP				  2014-05-16		    net tunnels gre(1)