apm policy agent aaa-crldpΒΆ

apm policy agent aaa-crldp(1)				BIG-IP TMSH Manual			     apm policy agent aaa-crldp(1)

NAME
       aaa-crldp - Manages an AAA CRLDP (Constraint-Based Routed Label Distributed Protocol) agent.

MODULE
       apm policy agent

SYNTAX
       Configure the aaa-crldp component within the policy agent module using the following syntax.

   CREATE/MODIFY
	create aaa-crldp [name]
	modify aaa-crldp [name]
	  options:
	    app-service [[string] | none]
	    server ( | none)

   DISPLAY
	list aaa-crldp
	list aaa-crldp [ [ [name] | [glob] | [regex] ] ... ]
	show running-config aaa-crldp
	show running-config aaa-crldp [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all
	    all-properties
	    app-service
	    current-module
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete aaa-crldp [name]

DESCRIPTION
       You can use the aaa-crldp component to create and manage an AAA CRLDP agent.

EXAMPLES
       create aaa-crldp MyCCagent
	    Creates an AAA CRLDP agent named MyCCagent in the Common partition.

       list aaa-crldp all
	    Displays a list of AAA CRLDP agents.

       delete aaa-crldp MyCCagent
	    Deletes the MyCCagent AAA CRLDP agent.

OPTIONS
       [name]
	    Specifies the name of an agent that you want to display or delete. This setting 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.

       server
	    Specifies the name of the server on which this agent resides. This option is required.

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

BIG-IP							    2012-10-19				     apm policy agent aaa-crldp(1)