ltm profile radiusΒΆ

ltm profile radius(1)					BIG-IP TMSH Manual				     ltm profile radius(1)

NAME
       radius - Configures a RADIUS profile for network traffic load balancing.

MODULE
       ltm profile

SYNTAX
       Configure the radius component within the ltm profile module using the syntax shown in the following sections.

   CREATE/MODIFY
	create radius [name]
	modify radius [name]
	  options:
	    app-service [[string] | none]
	    clients [add | delete | modify | replace-all-with] {
	      [ip address] ...
	     }
	    clients none
	    defaults-from [name]
	    description [string]
	    persist-avp [ [string] | [integer] | none]
	    pem-protocol-profile-radius [ [pem_protocol_profile_radius_name] | none]
	    subscriber-discovery [ disabled | enabled ]

	mv radius [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

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

	reset-stats radius
	reset-stats radius [ [ [name] | [glob] | [regex] ] ... ]

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

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

   DELETE
	delete radius [name]

DESCRIPTION
       You can use the radius component to manage RADIUS network traffic.

EXAMPLES
       create radius my_radius_server

       Creates a RADIUS profile named my_radius_server that inherits its settings from the system default RADIUS profile.

       delete radius my_radius_server

       Deletes the RADIUS profile named my_radius_server.

       mv radius /Common/my_radius_profile to-folder /Common/my_folder

       Moves a custom radius profile named my_radius_profile to a folder named my_folder, where my_folder has already been created
       and exists within /Common.

OPTIONS
       app-service
	    Specifies the name of the application service to which the profile 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
	    profile. Only the application service can modify or delete the profile.

       clients
	    Specifies host and network addresses from which clients can connect. The default value is none, which indicates that
	    any client can connect.

       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 radiusLB.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required for the commands create, delete, and modify.

       partition
	    Displays the administrative partition within which the component resides.

       pem-protocol-profile-radius
	    Specifies PEM protocol profile to be used when subscriber discovery is enabled. PEM protocol profile defines mapping
	    of RADIUS AVPs to subscriber ID and other PEM subscriber session attributes.

       persist-avp
	    Specifies the name of the RADIUS attribute on which traffic persists. Acceptable values are ASCII strings from section
	    5 of RFC 2865 or numeric codes (1-255). The default value is none, which indicates that persistence is disabled.

       regex
	    Displays the items that match the regular expression. The regular expression must be preceded by an at sign (@[regular
	    expression]) to indicate that the identifier is a regular expression. See help regex for a description of regular
	    expression syntax.

       subscriber-discovery
	    Specifies whether to enable PEM subscriber discovery based on the content of RADIUS packets. The options are disabled
	    and enabled. The default value is disabled, which indicates that it will not extract subscriber information from
	    RADIUS packets.

       to-folder
	    radius profiles can be moved to any folder under /Common, but configuration dependencies may restrict moving the
	    profile out of /Common.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, 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-2010, 2012-2013, 2016. All rights reserved.

BIG-IP							    2016-03-14					     ltm profile radius(1)