apm aaa securidΒΆ

apm aaa securid(1)					BIG-IP TMSH Manual					apm aaa securid(1)

NAME
       securid - Manages an RSA SecurID authentication server.

MODULE
       apm aaa

SYNTAX
       Configure the securid component within the aaa module using the syntax shown in the following sections.

   CREATE/MODIFY
	create securid [name]
	modify securid [name]
	  options:
	    app-service [[string] | none]
	    config-files [[string]| none]
	    description [[string]| none]
	    location-specific [true | false]
	    source-ip [ip addr]

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

   DISPLAY
	list securid
	list securid [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    app-service
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete securid [name]

DESCRIPTION
       You can use the securid component to create and manage an RSA SecurID authentication server.

EXAMPLES
       create securid mySecuridServer { config-files add { sdconf.rec { local-path /shared/tmp/1 } } source-ip 172.31.54.138 }
	    Creates the mySecuridServer AAA RSA SecurID server.

       list securid all
	    Displays a list of AAA RSA SecurID servers on the system.

       delete securid mySecuridServer
	    Deletes the mySecuridServer AAA RSA SecurID server from the system.

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

       config-files
	    Specifies which files to use for SecurID authentication. Upload a copy of the sdconf.rec file from your RSA
	    Authentication Manager server.

       description
	    Specifies a description for the configuration file you are uploading.

       location-specific
	    Specifies whether or not this object contains one or more attributes with values that are specific to the location
	    where the BIG-IP device resides. The location-specific attribute is either true or false. When using policy sync, mark
	    an object as location-specific to prevent errors that can occur when policies reference objects, such as
	    authentication servers, that are specific to a certain location.

       source-ip
	    Specifies the source IP address of the RSA SecurID agent. This option is required when authenticating to the RSA
	    Authentication Manager server.

       partition
	    Displays the partition within which the component resides.

SEE ALSO
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-2013, 2016. All rights reserved.

BIG-IP							    2016-03-14						apm aaa securid(1)