apm policy agent route-domain-selectionΒΆ

apm policy agent route-domain-selection(1)	  BIG-IP TMSH Manual	   apm policy agent route-domain-selection(1)

NAME
       route-domain-selection - Manages a Route Domain Selection agent.

MODULE
       apm policy agent

SYNTAX
       Configure the route-domain-selection component within the policy agent module using the syntax shown in the
       following sections.

   CREATE/MODIFY
	create route-domain-selection [name]
	modify route-domain-selection [name]
	  options:
	    app-service [[string] | none]
	    location-specific [true | false]
	    route-domain [[integer] | none]
	    snat [automap | none]
	    snatpool [[string] | none]

	edit route-domain-selection [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list route-domain-selection
	list route-domain-selection [ [ [name] | [glob] | [regex] ] ... ]
	show running-config route-domain-selection
	show running-config route-domain-selection  [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    partition

	show route-domain-selection
	show route-domain-selection [name]

   DELETE
	delete route-domain-selection [name]

DESCRIPTION
       You can use the route-domain-selection component to create a Route Domain Selection agent.

EXAMPLES
       create route-domain-selection my_rds_ag route-domain 0 snat automap
	    Creates the my_rds_ag Route Domain Selection agent.

       show route-domain-selection
	    Displays a list of Route Domain Selection agents.

       delete route-domain-selection my_rd_selection_agent
	    Deletes the Route Domain Selection agent named my_rd_selection_agent.

OPTIONS
       [name]
	    Specifies the name of a Variable Assignment agent. This option is required.

       partition
	    Displays the partition within which the component resides.

       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.

       location-specific
	    Specifies whether or not this object contains one or more attributes with values that are specific to the
	    location where the BIG-IP device resides. The location-specific attribute is either true or false. When
	    using policy sync, mark an object as location-specific to prevent errors that can occur when policies
	    reference objects, such as authentication servers, that are specific to a certain location.

       route-domain
	    Specifies the route domain. The default is 0 (zero).

       snat
	    automap
	    none Snat is not used.

       snatpool

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

BIG-IP						      2012-10-24	   apm policy agent route-domain-selection(1)