ltm profile maptΒΆ

ltm profile mapt(1)	      BIG-IP TMSH Manual	   ltm profile mapt(1)



NAME
       map-t - Configures a MAP-T tunnel profile.

MODULE
       net tunnels

SYNTAX
       Configure the map-t component within the ltm profile module using the
       syntax in the following sections.

   CREATE/MODIFY
	create map-t [name]
	modify map-t [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    ip6-prefix [ipv6 address/netmask]
	    ip4-prefix [ipv4 address/netmask]
	    ea-bits-length [integer]
	    port-offset [integer]
	    br-prefix [ipv6 address/netmask]
	edit map-t [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

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

   DELETE
	delete map-t [ all | [name] ]

DESCRIPTION
       You can use the map-t component to create a MAP-T profile that you
       associate with an LTM Virtual. A map-t profile allows you to define NAT
       parameters which will allow legacy IPV4 servers to connect to an IPV6
       network.

EXAMPLES
       create map-t my_map

       Creates a MAP-T profile called my_map.

       list map-t all-properties

       Displays all the properties of all the MAP-T 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 mapt.

       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.

       ip6-prefix
	    Specifies the Rule IPv6 Prefix and netmask using CIDR notation,
	    such as 2014::/48. The default prefix length is 48.

       ip4-prefix
	    Specifies the Rule IPv4 Prefix and netmask using CIDR notation,
	    such as 192.0.0.0/8. The default prefix length is 8.

       ea-bits-length
	    Specifies the Rule EA (Embedded Address) Length of the MAP-T
	    domain. The default is 40 (IPv4 32 bits + PSID 8 bits).

       port-offset
	    Specifies the port offset bits length of the MAP-T domain. The
	    default is 6.

       br-prefix
	    Specifies the BR (Border Relay) IPv6 prefix and netmask using CIDR
	    notation, such as 2023::/96. The default prefix length is 96.

       psid Specify PSID value for MAPT. The default is zero.

       draft-mode
	    Allow BIGIP to work with non rfc compliant CE devices which map BR
	    prefix at a wrong offset. The default is to disable draft mode.

       br-pfx-ignore
	    Allow BIGIP to work with non rfc compliant CE devices which ignore
	    BR prefix lengths. The default is to disable.

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



BIG-IP				  2017-01-20		   ltm profile mapt(1)