net cmetricsΒΆ

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

NAME
       cmetrics - Displays and deletes entries in the route metrics table on the BIG-IP(r) system.

MODULE
       net

SYNTAX
       Use the cmetrics component within the net module to view route metrics or delete a route metric entry using the following
       syntax.

   DISPLAY
	show cmetrics
	  option:
	    bandwidth
	    dest-addr [ip address]
	    hwaddress
	    mtu
	    rtt
	    rttvar
	    ssthresh
	    tmm

   DELETE
	delete cmetrics
	  option:
	    dest-addr [IP address]

DESCRIPTION
       You can use the cmetrics component to display entries in the route metrics table on the BIG-IP system. Additionally, you
       can delete a specified route metric entry from the table. The options are display-only values and cannot be used for
       filtering.

       Note: You can delete only entries that have no connection references.

EXAMPLES
       show cmetrics

       Displays all the entries in the route metrics table.

       delete cmetrics dest-addr 10.10.1.11

       Deletes the entry with destination IP address 10.10.1.11 from the route metrics table.

OPTIONS
       bandwidth
	    Displays the size of the channel in kbps. Computed as cwnd/rtt.

       dest-addr
	    Specifies the destination IP address of the entry that you want to display or delete. You can enter this address in
	    either IPv4 or IPv6 format.

       hwaddress
	    Displays the Media Access Control (MAC) address for the route.

       mtu  Displays the maximum transmit unit size (in bytes) on the route.

       rtt  Displays the round-trip time on the route in units of 100ns.

       rttvar
	    Displays the variation in the round-trip time in units of 100ns.

       ssthresh
	    Displays the cached slow-start threshold in bytes.

       tmm  Displays the identifying number of the tmm (Traffic Management Microkernel).

SEE ALSO
       delete, 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 2009-2013. All rights reserved.

BIG-IP							    2015-10-08						   net cmetrics(1)