apm policy agent acct-tacacsplusΒΆ

apm policy agent acct-tacacsplBIG-IP TMSH Mapmapolicy agent acct-tacacsplus(1)



NAME
       acct-tacacsplus - Manages a TACACS+(r) Account agent.

MODULE
       apm policy agent

SYNTAX
       Configure the acct-tacacsplus component within the policy agent module
       using the following syntax.

   CREATE/MODIFY
	create acct-tacacsplus [name]
	modify acct-tacacsplus [name]
	  options
	    app-service [[string] | none]
	    server [[string] | none]

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

   DELETE
	delete acct-tacacsplus [name]

DESCRIPTION
       You can use the acct-tacacsplus component to configure a TACACS+
       Account agent.

EXAMPLES
       create acct-tacacsplus MyADQueryagent { server "companyAD" }
	    Creates the agent type TACACS+ Account named MyADQueryagent that
	    uses the companyAD server.

       list acct-tacacsplus all
	    Displays a list of TACACS+ Account agents and the server
	    associated with each agent.

       delete acct-tacacsplus MyADagent
	    Deletes the MyADagent TACACS+ Account agent.

OPTIONS
       [name]
	    Specifies the name of an acct-tacacsplus agent. 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 TACACS+ Account server that the system uses for
	    queries and authentication.

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-1apm policy agent acct-tacacsplus(1)