wom deduplicationΒΆ

wom deduplication(1)					BIG-IP TMSH Manual				      wom deduplication(1)

NAME
       deduplication - Configures symmetric data deduplication for WAN optimization.

MODULE
       wom

SYNTAX
       Configure the deduplication component within the wom module using the syntax in the following sections.

   MODIFY
	modify deduplication
	  options:
	    codec [sdd-v2 | sdd-v3]
	    [disabled | enabled]
	    max-endpoint-count [integer]

   DISPLAY
	list deduplication
	show running-config deduplication
	  options:
	    dictionary-size
	    one-line

DESCRIPTION
       You can use the deduplication component to configure symmetric data deduplication, which compresses data over the WAN by
       identifying and removing repetitive data patterns.

EXAMPLES
	    list deduplication

	    Displays all the deduplication settings.

	    modify deduplication max-endpoint-count 4

	    Sets the maximum number of remote endpoints to 4.

OPTIONS
       codec
	    Specifies which algorithm the system uses for deduplication.

	    The options are:

	    sdd-v2
		 Used for low number of spokes, such as for data center to data center replication.

	    sdd-v3
		 Used for high number of spokes, such as for connecting multiple remote sites or mesh topologies.

       dictionary-size
	    Displays the current size of the dictionary, which deduplication uses to look up byte patterns.

       [disabled | enabled]
	    Enables or disables deduplication. The default value is enabled. Note that if you enable or disable deduplication, you
	    must then restart the BIG-IP WOM system using bigstart restart, or the change takes effect the next time the BIG-IP
	    device reboots.

       max-endpoint-count
	    Specifies the maximum number of concurrent remote endpoints supported by symmetric data deduplication.  For codec
	    sdd-v3, the system sets the value at 128.

SEE ALSO
       sys datastor, list, modify, show, tmsh, wom profile isession,

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-2012. All rights reserved.

BIG-IP							    2012-09-26					      wom deduplication(1)