apm policy agent acct-radiusΒΆ

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

NAME
       acct-radius - Manages a RADIUS Accounting 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]
	     username-source [[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 a RADIUS Accounting agent.

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

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

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

OPTIONS
       [name]
	    Specifies the name of a RADIUS Accounting 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 a RADIUS Accounting server the system uses to send RADIUS Accounting START and RADIUS Accounting STOP
	    messages. This option is required.

       username-source
	    Specifies the session variable name from which RADIUS Accounting agent should read the username. The default value is
	    %{session.logon.last.username}.

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							    2017-02-08				   apm policy agent acct-radius(1)