pem profile radius-aaaΒΆ

pem profile radius-aaa(1)				BIG-IP TMSH Manual				 pem profile radius-aaa(1)

NAME
       radius-aaa - Configures a PEM radius AAA profile.

MODULE
       pem profile

SYNTAX
       Configures the radius-aaa profile within the pem profile module using the syntax shown in the following sections.

   CREATE/MODIFY
	create radius-aaa [name]
	modify radius-aaa [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [[name] | none]
	    description [string]
	    retransmission-timeout [integer]
	    shared-secret [string]
	    password [string]
	    transaction-timeout [integer]

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

   DISPLAY
	list radius-aaa
	list radius-aaa [ [ [name] | [glob] | [regex] ] ... ]
	show running-config radius-aaa
	show running-config radius-aaa [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show radius-aaa
	show radius-aaa [ [ [name] | [glob] | [regex] ] ... ]
	   options:
	     (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	     field-fmt
	     global

   DELETE
	delete radius-aaa [name]

DESCRIPTION
       You can use the radius-aaa component to create, modify, display, or delete a radius-aaa profile.

EXAMPLES
       create radius-aaa my_radius_aaa_profile

       Creates a custom radius-aaa profile named my_radius_aaa_profile.

       list radius-aaa my_radius_aaa_profile

       Displays the properties of the radius-aaa profile named my_radius_aaa_profile.

OPTIONS
       all  Specifies that you want to modify all of the existing components of the specified type.

       defaults-from
	    Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values
	    from the parent profile. The default value is radiusaaa.

       description
	    User defined description.

       retransmission-timeout
	    Specifies the retransmission timeout value of the Radius-AAA profile in seconds.

       shared-secret
	    Specifies the shared secret of the Radius-AAA profile when connecting to the RADIUS server.

       password
	    Specifies the password of the Radius-AAA profile for authenticating to the RADIUS server.

       transaction-timeout
	    Specifies the transaction timeout value of the Radius-AAA profile in seconds.

       partition
	    Specifies the administrative partition within which the profile resides.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, regex, reset-stats, show, 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 2008-2014. All rights reserved.

BIG-IP							    2014-04-21					 pem profile radius-aaa(1)