apm policy agent acct-radiusΒΆ

apm policy agent acct-radius(1BIG-IP TMSH Manuaapm policy agent acct-radius(1)



NAME
       acct-radius - Manages a RADIUS Account agent.

MODULE
       apm policy agent

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

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

	edit acct-radius | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

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

   DELETE
	delete acct-radius [name]

DESCRIPTION
       You can use the acct-radius component to create and manage an RADIUS
       Account agent.

EXAMPLES
       create acct-radius MyRADIUSagent { server "MyRADIUS" }
	    Creates the MyRADIUSagent RADIUS Account agent that is associated
	    with the MyRADIUS server.

       list acct-radius
	    Displays a list of RADIUS Account agents and the servers
	    associated with the agents.

       delete acct-radius MyRADIUSagent
	    Deletes the MyRADIUSagent RADIUS Account agent.

OPTIONS
       [name]
	    Specifies the name of an RADIUS Account server. 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 an RADIUS Account server the system uses for RADIUS
	    queries and authentication. 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 acct-radius(1)