net tunnels v6rdΒΆ

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

NAME
       v6rd - Configures a 6RD profile.

MODULE
       net tunnels

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

   CREATE/MODIFY
	create v6rd [name]
	modify v6rd [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    v6rdprefix [IPv6 address]
	    v6rdprefixlen [integer]
	    ipv4prefix [IPv4 address]
	    ipv4prefixlen [integer]

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

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

   DELETE
	delete v6rd [ all | [name] ]

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

EXAMPLES
       create v6rd my_v6rd

       Creates a 6RD profile called my_v6rd.

       list v6rd all-properties

       Displays all the properties of all the 6RD 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 v6rd.

       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.

       v6rdprefix
	    Specifies the IPv6 prefix for 6rd domain.

       v6rdprefixlen
	    Specifies the IPv6 prefix length of the 6rd domain. The default is 56.

       ipv4prefix
	    As an extension not mentioned in the RFC5969, it specifies the IPv4 prefix for the Customer-Edge (CE) devices of a 6RD
	    domain at a Border-Relay (BR) in case that the subnet prefixes used by the 6RD devices do not share the same IPv4
	    prefix. If they do, there is no need to configure this parameter. The default value is 0.0.0.0.

       ipv4prefixlen
	    Also noted as IPv4MaskLen in RFC5969, it specifies the number of identical high-order bits shared by all CE and BR
	    IPv4 addresses in a given 6RD domain. The valid range is from zero to 32. It is a required value for create. It
	    defaults to zero, i.e. the full ipv4 address must be encapsulated.

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

BIG-IP							    2016-03-14					       net tunnels v6rd(1)