ltm auth radiusΒΆ

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



NAME
       radius - Configures a RADIUS configuration object for implementing
       remote RADIUS-based authentication of BIG-IP(r) system users.

MODULE
       ltm auth

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

   CREATE/MODIFY
	create radius [name]
	modify radius [name]
	  options:
	    accounting-bug [disabled | enabled]
	    client-id [none | [string]]
	    debug [disabled | enabled]
	    description [string]
	    retries [integer]
	    service-type [default | login | framed | callback-login | callback-framed | outbound | administrative | nas-prompt | authenticate-only | callback-nas-prompt | call-check | callback-administrative]

	    servers
	      [add | delete | replace-all-with] {
		[ [hostname ... ] | [ip address ... ] ]
	    }
	    servers [default | none]

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

   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

   DELETE
	delete radius [name]

DESCRIPTION
       You use a RADIUS authentication module when your authentication data is
       stored on a remote RADIUS server. In this case, client credentials are
       based on basic HTTP authentication (that is, username and password).

       To implement a RADIUS authentication module and create a RADIUS
       configuration object:

       1. Use the radius-server component in the ltm auth module to configure
       a RADIUS server.
       2. Use the radius component in the ltm auth module to create a RADIUS
       configuration object that references the RADIUS server you created in
       Step 1.
       3. Use the profile component in the ltm auth module to create an
       authentication profile in which you specify the following options:
	    a. For the configuration option, specify the RADIUS configuration
	    object that you created in Step 2.
	    b. For the defaults-from option, specify a parent profile (either
	    the default RADIUS profile named radius or another custom profile
	    that you created).

EXAMPLES
       create radius my_radius_auth servers add { myradiusserver }

       Creates a RADIUS configuration object named my_radius_auth.

       delete radius my_radius_auth

       Deletes the RADIUS configuration object named my_radius_auth.

OPTIONS
       accounting-bug
	    Enables or disables validation of the accounting response vector.
	    This option is necessary only on older servers. The default value
	    is disabled.

       client-id
	    Sends a NAS-Identifier RADIUS attribute with string bar. If you do
	    not specify a value for the client-id option, the system uses the
	    pluggable authentication module (PAM) service type. You can
	    disable this feature by specifying a blank client ID.

       debug
	    Enables or disables syslog-ng debugging information at LOG DEBUG
	    level. F5 Networks does not recommend this option for normal use.
	    The default value is disabled.

       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.

       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.

       retries
	    Specifies the number of authentication retries that the Local
	    Traffic Manager allows before authentication fails. The default
	    value is 3.

       service-type
	    Specifies the type of service used for the RADIUS server. The
	    default is default, which behaves as authenticate-only.

       servers
	    Specifies the hostnames or IP addresses of the RADIUS servers that
	    the BIG-IP Local Traffic Manager uses to obtain authentication
	    data.

SEE ALSO
       create, delete, edit, glob, list, ltm auth profile, ltm auth radius-
       server, ltm virtual, modify, regex, 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-2013. All rights reserved.



BIG-IP				  2014-06-11		    ltm auth radius(1)