ltm cipher groupΒΆ

ltm cipher group(1)				  BIG-IP TMSH Manual				  ltm cipher group(1)

NAME
       group - Configures a cipher group.

MODULE
       ltm cipher

SYNTAX
       Configure the group component within the cipher module using the syntax shown in the following sections.

   CREATE/MODIFY
	create group [name]
	modify group [name]
	  options:
	    allow { add rule1 [ rule2... ] }
	    description [string]
	    exclude { add rule3 [ rule4... ] }
	    require { add rule5 [ rule6... ] }

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

   DISPLAY
	list group
	list group [ [ [name] | [glob] | [regex] ] ... ]

	show group [ [ [name] | [glob] | [regex] ] ... ]

   DELETE
	delete group [all | [name]]
	  options:
	    recursive

DESCRIPTION
       You can use the group component to create, modify, or delete a custom cipher group, or  display a custom
       cipher group.

       Cipher groups are contain sets of cipher rules and are attached to client-ssl or server-ssl profiles.

EXAMPLES
       create group my_group { allow add { f5-default } }

       Creates a group named my_group with a single allowed rule, f5-default.

OPTIONS
       allow
	    Specifies a list of rules that are allowed in this group.

       description
	    User defined description.

       exclude
	    Specifies a list of rules that are excluded from this group.

       require
	    Specifies a list of rules that are required for this group. The operation is the intersection of allow
	    and require after all excluded rules have been removed.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, regex, reset-stats, 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 2016. All rights reserved.

BIG-IP						      2016-11-10				  ltm cipher group(1)