net port-mirrorΒΆ

net port-mirror(1)					BIG-IP TMSH Manual					net port-mirror(1)

NAME
       port-mirror - Configures interface (port) mirroring.

MODULE
       net

SYNTAX
       Configure the port-mirror component within the net module using the syntax in the following sections.

   CREATE/MODIFY
	create port-mirror [interface_name]
	modify port-mirror [interface_name]
	  options:
	    app-service [[string] | none]
	    interfaces
	      [add | delete | replace-all-with] {
		[interface_name ... ]
	    }
	    interfaces [default | none]

	edit port-mirror [ [ [interface_name] | [glob] | [regex] ] ... ]
	 options:
	  all-properties

   DISPLAY
	list port-mirror
	list port-mirror
	  [ [ [interface_name] | [glob] | [regex] ] ... ]
	show running-config port-mirror
	show running-config port-mirror
	  [ [ [interface_name] | [glob] | [regex] ] ... ]
	  options:
	    one-line

   DELETE
	delete port-mirror [interface_name]

DESCRIPTION
       You can use the port-mirror component to mirror traffic from interfaces on a blade to other interfaces on the same blade or
       another blade.

EXAMPLES
	    create port-mirror 1/1.1 interfaces add 1/1.2 1/1.3 1/1.4

	    Creates a port mirror from interface 1.1 on blade 1 to interfaces 1.2, 1.3, 1.4 on the same blade. The system mirrors
	    traffic from interfaces 1.2, 1.3, and 1.4 on blade 1 to the interface 1.1 on the same blade.

	    modify port-mirror 1/1.1 interfaces delete 1/1.3 1/1.4

	    Deletes interfaces 1.3 and 1.4 on blade 1 from the existing port mirror 1/1.1 on the same blade.

OPTION
       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.

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

       interface_name
	    Specifies the name of the interface, for example, 1/1.1.

       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
       create, delete, edit, glob, list, modify, "net interface", 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-04-12						net port-mirror(1)