net fdb vlanΒΆ

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



NAME
       vlan - Manages VLAN entries in the Layer 2 Forwarding table.

MODULE
       net fdb

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

   MODIFY
	modify vlan [vlan name]
	  options:
	    app-service [[string] | none]
	    records
	      [add | delete | modify | replace-all-with] {
		[MAC address] ... {
		  app-service [[string] | none]
		  description [string]
		  trunk [trunk name]
		  interface [interface name]
		}
	    }
	    records none

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

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

	show vlan
	show vlan [ [ [vlan name] | [glob] | [regex] ] ... ]
	  options:
	    dynamic
	    field-fmt
	    static

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

DESCRIPTION
       You can use the vlan component to manage entries in VLAN Layer 2
       Forwarding tables.

EXAMPLES
       modify vlan internal records add { 00:0b:09:88:00:9a { interface 1.2 }
       }

       Creates a mapping of the MAC address 00:0b:09:88:00:9a to interface 1.2
       on VLAN internal.

       modify vlan internal records modify { 00:0b:09:88:00:9a { interface 1.1
       } }

       Modifies the mapping of the MAC address 00:0b:09:88:00:9a to interface
       1.1 on VLAN internal.

       show vlan

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

       list vlan all-properties

       Displays all properties for all static entries in the Layer 2
       Forwarding table.

       list vlan non-default-properties

       Displays all non-default properties for all static entries in the Layer
       2 Forwarding table.

       delete vlan all

       Deletes all entries in all VLAN Layer 2 Forwarding tables.

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.

       all-records
	    Deletes, from the specified VLAN, all dynamic and static records.

       description
	    User defined description.

       dynamic
	    Displays or deletes all dynamic 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.

       interface
	    Specifies an interface to which you want to map a MAC address. You
	    must specify either an interface or a trunk when you create an
	    entry in the Layer 2 Forwarding table.

       MAC address
	    Specifies a 6-byte ethernet address in not case-sensitive
	    hexadecimal colon notation, for example, 00:0b:09:88:00:9a. You
	    must specify a MAC address when you create an entry in the Layer 2
	    Forwarding table.

       partition
	    Displays the administrative partition in which the VLAN resides.

       records
	    Specifies MAC addresses for the VLAN Layer 2 Forwarding table.
	    Specifies MAC addresses that you want to add to, delete from,
	    modify, or replace in the VLAN Layer 2 Forwarding table.

       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.

       static
	    Displays or deletes all static entries in the Layer 2 Forwarding
	    table.

       trunk
	    Specifies a trunk to which you want to map a MAC address. You must
	    specify either an interface or a trunk when you create an entry in
	    the Layer 2 Forwarding table.

SEE ALSO
       delete, edit, glob, list, modify, net vlan, 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. All rights
       reserved.



BIG-IP				  2013-03-21		       net fdb vlan(1)