sys crypto serverΒΆ

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



NAME
       server - Manage remote crypto servers.

MODULE
       sys crypto

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

   CREATE/MODIFY
	 create server [name]
	 modify server [name]
	   options:
	     addr [ip address]
	     clients [add | delete | replace-all-with] { [ip_addr/prefixlen ...] }
	     clients [none]
	     [disabled | enabled]
	     port [integer]
	     profiles [add | delete | replace-all-with] { [profile_name ...] }
	     profiles [none]

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

   DELETE
	 delete server [name]

DESCRIPTION
       You can use the server component to manage remote crypto servers.

EXAMPLES
       create server example addr 10.1.1.1 port 12100 profiles add { clientssl
       tcp }

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

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

       clients
	    Specifies a list of allowed client IP addresses and subnets. An
	    empty list allows all clients.

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

       port Specifies the port used by the remote crypto server.

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

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



BIG-IP				  2016-03-14		  sys crypto server(1)