ltm auth radius-serverΒΆ

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

NAME
       radius-server - Configures a RADIUS server for implementing remote RADIUS-based client authentication.

MODULE
       ltm auth

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

   CREATE/MODIFY
	create radius-server [name]
	modify radius-server [name]
	  options:
	    description [string]
	    port [ [name] | [number]]
	    secret [none | ["string"] ]
	    server [ [hostname] | [ip address] | none ]
	    timeout [integer]

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

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

   DELETE
	delete radius-server [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, user name and password).

       To configure a RADIUS authentication module and create a RADIUS server:

       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 component 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-server bigip_auth_radius_server secret "This is the secret." server 10.1.1.1

       Creates a RADIUS server named my_radius_server.

       delete radius-server my_radius_server

       Deletes the RADIUS server named my_radius_server.

OPTIONS
       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 in which the component resides.

       port Specifies the port for RADIUS authentication traffic. The default value is 1812.

       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.

       secret
	    Specifies the secret key the system uses to encrypt and decrypt packets sent or received from the server.
	    This option is required.

       server
	    Specifies the host name or IP address of the RADIUS server. This option is required.

       timeout
	    Specifies the timeout value. The default value is 3 seconds.

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

BIG-IP						      2012-04-06			    ltm auth radius-server(1)