ltm profile web-securityΒΆ

ltm profile web-security(1)   BIG-IP TMSH Manual   ltm profile web-security(1)



NAME
       web-security - Configures a Web Security profile.

MODULE
       ltm profile

SYNTAX
       Configure the web-security component within the ltm profile module
       using the syntax shown in the following sections.

   CREATE/MODIFY
	create web-security [name]
	modify web-security [name]
	  options:
	    defaults-from [ [name] | none]

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

   DISPLAY
	list web-security
	list web-security [ [ [name] | [glob] | [regex] ] ... ]
						 ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete web-security [name]

DESCRIPTION
       You can use the web-security component to create, modify, display, or
       delete an Web Security profile.

       The BIG-IP(r) system installation includes the following default Web
       Security-type profiles:

       websecurity

       The default Web Security profile contains values for properties related
       to managing web security.

       You can create a new Web Security-type profile using an existing
       profile as a parent profile, and then you can change the values of the
       properties to suit your needs.

EXAMPLES
       create web-security my_asm_profile defaults-from web-security

       Creates a custom Web Security profile named my_asm_profile that
       inherits its settings from the system default Web Security profile.

OPTIONS
       defaults-from
	    Configures the profile that you want to use as the parent profile.
	    Your new profile inherits all settings and values from the parent
	    profile specified. The default value is none.

       partition
	    Displays the administrative partition within which the profile
	    resides.

SEE ALSO
       create, delete, edit, glob, list, ltm profile fasthttp, ltm virtual,
       modify, 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 2008-2013. All rights reserved.



BIG-IP				  2013-04-12	   ltm profile web-security(1)