net fdb tunnelΒΆ

net fdb tunnel(1)	      BIG-IP TMSH Manual	     net fdb tunnel(1)



NAME
       tunnel - Manages tunnel entries in the Layer 2 Forwarding table.

MODULE
       net fdb

SYNTAX
       Configure the tunnel component within the net fdb module using the
       syntax in the following sections.

   MODIFY
	modify tunnel [tunnel name]
	  options:
	    app-service [ [string] | none]
	    records [add | delete | modify | replace-all-with] {
	      [MAC address] {
		app-service [[string] | none]
		description [string]
		endpoint [IP address]
		endpoints [add | delete | modify | replace-all-with] {
		  [IP address(es)]
		}
		replicators [add | delete | modify | replace-all-with] {
		  [IP address(es)]
		}
	      }
	    }
	    records none

   DISPLAY
	list tunnel
	list tunnel [ [ [tunnel name] | [glob] | [regex] ] ... ]
	show tunnel
	show tunnel [ [ [tunnel name] | [glob] | [regex] ] ... ]
	  options:
	    all-records
	    dynamic
	    field-fmt
	    static

   DELETE
	delete tunnel [tunnel name]
	  options:
	    all-records
	    dynamic
	    static

DESCRIPTION
       You can use the tunnel component to manage tunnel entries in the Layer
       2 Forwarding table.

EXAMPLES
       modify tunnel t1 records add { 00:01:02:03:04:05 { endpoint 10.10.0.2 }
       }

       Creates a tunnel entry for the specified tunnel in the Layer 2
       Forwarding table.

       modify tunnel t1 records none

       Deletes all configured tunnel entries for the specified tunnel in the
       Layer 2 Forwarding table.

       modify tunnel t1 records add { ff:ff:ff:ff:ff:ff { endpoints add {
       10.10.0.2 10.10.0.3 10.10.0.4 } } }

       Creates a set of endpoints for the specified tunnel in the Layer 2
       Forwarding table.

       list tunnel

       Displays all configured tunnel entries in the Layer 2 Forwarding table.

       show tunnel

       Displays all dynamic and static tunnel entries in the Layer 2
       Forwarding table.

       delete tunnel t1 all-records

       Deletes all dynamic and static tunnel entries in the Layer 2 Forwarding
       table.

OPTIONS
       all-records
	    Applies the command to all dynamic and static tunnel entries in
	    the Layer 2 Forwarding table.

       dynamic
	    Applies the command to all dynamic tunnel entries in the Layer 2
	    Forwarding table.

       static
	    Applies the command to all static tunnel entries in the Layer 2
	    Forwarding table.

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

       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.

SEE ALSO
       glob, net tunnels, 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 2009-2010, 2012-2013, 2017. All
       rights reserved.



BIG-IP				  2017-05-11		     net fdb tunnel(1)