ltm default-node-monitorΒΆ

ltm default-node-monitor(1)   BIG-IP TMSH Manual   ltm default-node-monitor(1)



NAME
       default-node-monitor - Configures the default node monitor for the
       Local Traffic Manager.

MODULE
       ltm

SYNTAX
       Configure the default-node-monitor component within the ltm module
       using the syntax shown in the following sections.

   CREATE/MODIFY
	modify default-node-monitor
	  options:
	    rule [rule syntax]

	edit default-node-monitor
	 options:
	  all-properties

   DISPLAY
	list default-node-monitor
	show running-config default-node-monitor
	 options:
	  one-line
	  all-properties

DESCRIPTION
       You can use the default-node-monitor component to modify the default
       monitor that the system applies to any node address to which a monitor
       is not explicitly assigned.

EXAMPLES
       modify default-node-monitor rule icmp

       Modifies the global default node monitor to use the rule ICMP.

       list default-node-monitor

       Displays the properties of the global default node monitor.

OPTIONS
       rule Specifies the rule that the system applies to any node that has
	    not been assigned a monitor rule. The default value is none.

	    You can specify:

	    o	 A single monitor, for example, modify default-node-monitor
		 rule icmp.

	    o	 Multiple monitors, for example, modify default-node-monitor
		 rule icmp and tcp_echo.

	    o	 A minimum number of monitors, for example, modify default-
		 node-monitor rule min 1 of { icmp and tcp_echo }.

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



BIG-IP				  2013-08-30	   ltm default-node-monitor(1)