apm policy agent aaa-securidΒΆ

apm policy agent aaa-securid(1BIG-IP TMSH Manuaapm policy agent aaa-securid(1)



NAME
       aaa-securid - Manages an AAA SecurID agent.

MODULE
       apm policy agent

SYNTAX
       Configure the aaa-securid component within the policy agent module
       using the following syntax.

   CREATE/MODIFY
	create aaa-securid [name]
	modify aaa-securid [name]
	  options:
	    app-service [[string] | none]
	    max-logon-attempt [integer]
	    server [[string] | none]
	    show-extended-error [true | false]

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

   DISPLAY
	list aaa-securid
	list aaa-securid [ [ [name] | [glob] | [regex] ] ... ]
	show running-config aaa-securid
	show running-config aaa-securid [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all
	    all-properties
	    current-module
	    non-default-properties
	    one-line
	    app-service
	    partition

   DELETE
	delete aaa-securid [name]

DESCRIPTION
       You can use the aaa-securid component to create and manage an AAA
       SecurID agent.

EXAMPLES
       create aaa-securid mySecuridAgent { server rsa1_106 }
	    Creates an AAA SecurID agent named mySecuridAgent that is
	    associated to AAA RSA Server rsa1_106.

       list all aaa-securid
	    Displays a list of AAA SecurID agents.

       delete aaa-securid MyCCagent
	    Deletes the MyCCagent AAA Client Certification agent.

OPTIONS
       [name]
	    Specifies the name of an agent that you want to display or delete.
	    This setting is required.

       partition
	    Displays the partition within which the component resides.

       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.

       max-logon-attempt
	    Specifies the maximum number of opportunities that users have to
	    re-enter credentials after their first attempt to log in fails. If
	    you set this value to a number from 2 to 5 inclusive, the system
	    allows users the specified number of opportunities to log in after
	    the first attempt to log in fails. If you set the value to 1, the
	    system does not allow a second log in opportunity after a first
	    log in attempt fails. The default value is 3.

       server
	    Specifies the AAA RSA SecurID server that the system uses for LDAP
	    queries and authentication.

       show-extended-error
	    Specifies to display a verbose error message. The default value is
	    false.

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



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