ltm profile netflowΒΆ

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



NAME
       netflow - Configures a NETFLOW profile.

MODULE
       ltm profile

SYNTAX
       Configure the netflow component within the ltm profile module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create netflow [name]
	modify netflow [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    netflow-version [enumerated]

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

	mv netflow [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

	reset-stats netflow
	reset-stats netflow [ [ [name] | [glob] | [regex] ] ... ]

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

	show netflow
	show netflow [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    field-fmt

   DELETE
	delete netflow [name]

DESCRIPTION
       You can use the netflow component to manage a NETFLOW profile.

EXAMPLES
       create netflow my_netflow_profile defaults-from netflow

       Creates a NETFLOW profile named my_netflow_profile using the system
       defaults.

       create netflow my_netflow_profile { netflow-version version-5 }

       Creates a NETFLOW profile named my_netflow_profile that specifies the
       maximum number of messages that can be held in the ingress queue is
       1000.

       mv netflow /Common/my_netflow_profile to-folder /Common/my_folder

       Moves a custom netflow profile named my_netflow_profile to a folder
       named my_folder, where my_folder has already been created and exists
       within /Common.

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 profile that you want to use as the parent profile.
	    Your new profile inherits all of the settings and values from the
	    specified parent profile. The default value is netflow.

       description
	    User defined description.

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

       netflow-version
	    Specifies the expected netflow version for a profile.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       partition
	    Displays the administrative partition within which the 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.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, regex,
       reset-stats, 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 2016. All rights reserved.



BIG-IP				  2016-06-15		ltm profile netflow(1)