wom advertised-routeΒΆ

wom advertised-route(1)       BIG-IP TMSH Manual       wom advertised-route(1)



NAME
       advertised-route - Configures a route advertised by the local endpoint
       to remote endpoints for WAN optimization.

MODULE
       wom

SYNTAX
       Configure the advertised-route component within the wom module using
       the syntax in the following sections.

   CREATE/MODIFY
	create advertised-route [name]
	modify advertised-route [name | all]
	  options:
	    app-service [[string] | none]
	    description [string]
	    dest [ip address/netmask]
	    include [disabled | enabled]
	    label [value]
	    metric [integer]
	    origin [configured | discovered | manually-saved | persistable]

   DISPLAY
	list advertised-route
	show advertised-route
	  options:
	    all
	    all-properties
	    app-service
	    running-config
	    non-default properties
	    one-line

   DELETE
	delete advertised-route [name]

DESCRIPTION
       You can use the advertised-route component to configure a subnet that
       the system can reach through the local endpoint. You can specify a
       netmask or use slash format.

       Routes are advertised to all connected WAN Optimization Managers. The
       remote endpoints use the subnet configuration information to determine
       peer routing and optimization actions.

EXAMPLES
	    list advertised-route all

	    Displays all endpoint advertised routes for the local WAN
	    Optimization Manager.

	    delete advertised-route adv_rt2

	    Deletes the advertised route adv_rt2.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the object. Only the application
	    service can modify or delete the object.

       description
	    User defined description.

       dest Specifies the IP address and netmask of the advertised route.

       include
	    Enables or disables the inclusion of this route in the
	    optimization of traffic. This option allows you to define a subset
	    of IP addresses to exclude from optimization within a larger
	    included subnet. An excluded endpoint advertised route must be a
	    valid address range subset of an included endpoint advertised
	    route. The default is enabled.

       label
	    Specifies an optional descriptive label for this route.

       metric
	    Specifies a routing number to select between WAN Optimization
	    Manager pairs. The higher the number, the more expensive the route
	    in terms of resources. Not currently implemented.

       origin
	    Specifies whether the route was discovered automatically or
	    configured manually. You can change the origin from discovered to
	    persistable, if you want to save the route to the file
	    bigip_local.conf when you use the command save config. After you
	    run the command save config, this attribute changes to manually
	    saved. Endpoints that have the attribute discovered are not saved
	    to the file bigip_local.conf.

	    The options are:

	    configured
		 Indicates that you manually configured this route. The system
		 automatically sets this value, and you cannot change it.

	    discovered
		 Indicates that the system automatically discovered this
		 route. Note that route for which the value of the origin
		 property is discovered are not saved to the file
		 bigip_local.conf.

	    manually-saved
		 After you run the command save / sys config, the value of the
		 origin property that was set to persistable changes to
		 manually-saved. Note that after the system changes the value
		 to manually-saved, you cannot change it again.

	    persistable
		 Change the origin from discovered to persistable, if you want
		 to save the route to the file bigip_local.conf when you use
		 the command save / sys config.

SEE ALSO
       create, delete, list, wom local-endpoint, modify, wom remote-endpoint,
       wom server-discovery, 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-2012. All rights reserved.



BIG-IP				  2012-05-22	       wom advertised-route(1)