net multicast-globalsΒΆ

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



NAME
       multicast-globals - Global IP multicast configuration options

MODULE
       net

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

   MODIFY
	modify multicast-globals
	  options:
	    route-lookup-timeout [integer value: 0 ~ 2147483647]
	    max-pending-routes [integer value: 0 ~ 2147483647]
	    max-pending-packets [integer value: 0 ~ 2147483647]
	    rate-limit [disabled | enabled]

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

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

DESCRIPTION
       Configure global options related to IP multicast traffic processing.

EXAMPLES
       modify multicast-globals route-lookup-timeout 2

       Specifies the maximum lifetime, in seconds, of an incomplete MFC entry.
       The default value is 2.

       modify multicast-globals max-pending-routes 256

       Specifies the maximum number of incomplete MFC entries any TMM instance
       can have at one time. The default value is 256.

       modify multicast-globals max-pending-packets 16

       Specifies the maximum number of packets queued on behalf of a single
       incomplete MFC entry. The default value is 16.

       modify multicast-globals rate-limit enabled

       When enabled, the packet rate limit configured in the DB variable
       switchboard.maxmcastrate is enforced. Otherwise multicast packets are
       not rate limited. The default value is enabled.

OPTIONS
SEE ALSO
       edit, 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-2016. All
       rights reserved.



BIG-IP				  2017-05-24	      net multicast-globals(1)