net mrouteΒΆ

net mroute(1)		      BIG-IP TMSH Manual		 net mroute(1)



NAME
       mroute - Displays the multicast routes in the BIG-IP(r) system.

MODULE
       net

SYNTAX
       Display multicast route (mroute) entries within the net module using
       the syntax given below.

   DISPLAY
	show net mroute
	  options:
	    source [IP address]
	    group [multicast group address]

DESCRIPTION
       Use the mroute component to display all the multicast routes in the
       BIG-IP(r) system.  Results can be filtered using source option, group
       option, or both.

EXAMPLES
       show net mroute

       Displays all the multicast routes in the system.

       show net mroute source 10.10.10.1

       Displays all the multicast routes in the system whose source IP address
       is 10.10.10.1.

       show net mroute group 224.1.0.13

       Displays all the multicast routes in the system whose group multicast
       address is 224.1.0.13.

       show net mroute source 10.10.10.1 group 224.1.0.13

       Displays all the multicast routes in the system whose source IP address
       is 10.10.10.1 and group multicast address is 224.1.0.13.

OPTIONS
       source
	    Specifies the source IP address of the multicast routes that you
	    want to display.

       group
	    Specifies the multicast group address to display. Only a single
	    group may be specified with the group option.

SEE ALSO
       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, 2012-2015. All rights
       reserved.



BIG-IP				  2016-03-14			 net mroute(1)