net dag-globalsΒΆ

net dag-globals(1)	      BIG-IP TMSH Manual	    net dag-globals(1)



NAME
       dag-globals - configure global disaggregation settings.

MODULE
       net

SYNTAX
       Configure the dag-globals component within the net module using the
       syntax shown in the following sections.

   MODIFY
	modify dag-globals
	  options:
	    round-robin-mode [global | local]
	    dag-ipv6-prefix-len [integer]
	    icmp-hash [icmp | ipicmp]
	    icmp-monitor-priority [high | normal]

	edit dag-globals
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list dag-globals
	show running-config dag-globals
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       Provides the ability to configure global disaggregation settings.

       round-robin-mode
	    Specifies whether the round robin disaggregator (DAG) on a blade
	    can disaggregate packets to all the TMMs in the system or only to
	    the TMMs local to the blade.

       dag-ipv6-prefix-len
	    Specifies whether SPDAG or IPv6 prefix DAG should be used to
	    disaggregate IPv6 traffic when vlan cmp hash is set to src-ip or
	    dst-ip. The default value is 128, using SPDAG.

       icmp-hash
	    Specifies ICMP hash for ICMP echo request and ICMP echo reply in
	    SW DAG. ICMP echo request and ICMP echo reply can be disaggregated
	    based on ICMP id or ICMP id and IP addresses. The default ICMP
	    hash is ICMP id.

       icmp-monitor-priority
	    Specifies the priority for ICMP monitor traffic. The default value
	    is normal.

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



BIG-IP				  2018-05-09		    net dag-globals(1)