sys sflow global-settings vlanΒΆ

sys sflow global-settings vlanBIG-IP TMSH Mansys sflow global-settings vlan(1)



NAME
       vlan - Manages the global sFlow configuration for VLANs on the BIG-IP
       system.

MODULE
       sys sflow global-settings

SYNTAX
       Configure the vlan component within the sys sflow global-settings
       module using the syntax shown in the following sections.

   MODIFY
	modify vlan
	  options:
	   description [string]
	   poll-interval [integer]
	   sampling-rate [integer]

   DISPLAY
	list vlan
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use the vlan component to modify or list the global sFlow
       configuration for VLANs on the BIG-IP system.

       Note: You can modify the global sFlow configuration for VLANs on the
       BIG-IP system, only if you are assigned either the Resource
       Administrator or Administrator user role.

EXAMPLES
       modify vlan poll-interval 60 sampling-rate 1500

       Sets the poll-interval to 60 seconds and the sampling-rate to 1500
       packets for all monitored data sources (VLANs) on the BIG-IP system.

OPTIONS
       description
	    User defined description.

       poll-interval
	    Specifies the maximum interval in seconds between polling by the
	    sFlow agent of all monitored data sources (VLANs) on the BIG-IP
	    system. The default value is 10.

       sampling-rate
	    Specifies the ratio of packets observed at all data sources
	    (VLANs) to the samples generated. For example, a sampling rate of
	    2000 specifies that 1 sample will be randomly generated for every
	    2000 packets observed. The default value is 2048.

SEE ALSO
       list, modify, 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 2008-2013. All rights reserved.



BIG-IP				  2013-10-15 sys sflow global-settings vlan(1)