sys crypto clientΒΆ

sys crypto client(1)	      BIG-IP TMSH Manual	  sys crypto client(1)



NAME
       client - Manage remote crypto clients.

MODULE
       sys crypto

SYNTAX
       Manage crypto clients using the syntax in the following section.

   CREATE/MODIFY
	 create client [name]
	 modify client [name]
	   options:
	     addr [ip address]
	     connection-reset
	     [disabled | enabled]
	     heartbeat [integer]
	     max-retries [integer | infinite]
	     port [integer]
	     profiles [add | delete | replace-all-with] { [profile_name ...] }
	     profiles [none]
	     req-timeout [integer]
	     retry-interval [integer]

   DISPLAY
	 list client
	 list client [ [ [name] | [globl] | [regex] ] ... ]
	 show client
	 show client [ [ [name] | [globl] | [regex] ] ... ]

   DELETE
	 delete client [name]

DESCRIPTION
       You can use the client component to manage remote crypto clients.

EXAMPLES
       create client example addr 10.1.1.1 port 12100 profiles add { serverssl
       tcp }

       Creates a remote crypto client named "example" that will use a remote
       crypto server with the IP address "10.1.1.1" on port "12100". The
       remote crypto client will use SSL over a TCP connection to communicate
       with the remote crypto server.

OPTIONS
       addr Specifies the IP address of the remote crypto server.

       connection-reset
	    Resets the connection to the remote crypto server.

       (enabled | disabled)
	    Specifies the state of the remote crypto client. The default value
	    is enabled.

       heartbeat
	    Specifies the number of seconds to wait before sending a heartbeat
	    request. A value of 0 disables the sending of heartbeat requests.
	    The default value is 30 seconds.

       max-retries
	    Specifies the maximum number of times to retry connecting to the
	    remote crypto server.

	    If the maximum retries value is infinite, the crypto client
	    retries connecting until a connection is made.

	    The default value is infinite.

       port Specifies the port used by the remote crypto server.

       profiles
	    Specifies a list of profiles that the remote crypto client will
	    use to communicate with remote the remote crypto server.

       req-timeout
	    Specifies the timeout in milliseconds for crypto requests to
	    complete. The default value is 5000 milliseconds.

       retry-interval
	    Specifies the interval in seconds between attempts to connect to
	    the remote crypto server. The default value is 10 seconds.

SEE ALSO
       create, delete, glob, list, modify, regex, 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 2014. All rights reserved.



BIG-IP				  2015-01-16		  sys crypto client(1)