ltm profile icapΒΆ

ltm profile icap(1)	      BIG-IP TMSH Manual	   ltm profile icap(1)



NAME
       icap - Configures an Internet Content Adaptation Protocol (ICAP)
       profile.

MODULE
       ltm profile

SYNTAX
       Configure the icap component within the ltm profile module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create icap [name]
	modify icap [name]
	  options:
	    defaults-from [ [name] | none]
	    description [string]
	    header-from [string]
	    host [string]
	    preview-length [integer]
	    referer [string]
	    uri [string]
	    user-agent [string]

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

	mv icap [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

	reset-stats icap
	reset-stats icap [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list icap
	list icap [ [ [name] | [glob] | [regex] ] ... ]
	show running-config icap
	show running-config icap [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show icap
	show icap [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    field-fmt

   DELETE
	delete icap [name]

DESCRIPTION
       You can use the icap component to manage an Internet Content Adaptation
       Protocol profile.

EXAMPLES
       create icap my_icap defaults-from icap

       Creates an internet content adaptation protocol profile named my_icap
       using the system defaults.

       create icap my_icap { uri icap://mycompany.com/ad_insertion/ }

       Creates an internet content adaptation protocol profile named my_icap
       that uses icap://mycompany.com/ad_insertion/ as the ICAP URI.

       mv icap /Common/my_icap_profile to-folder /Common/my_folder

       Moves a custom icap profile named my_icap_profile to a folder named
       my_folder, where my_folder has already been created and exists within
       /Common.

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

       description
	    User defined description.

       header-from
	    Specifies the header-from attribute to use in the ICAP header.
	    Please refer to RFC 3507 section 4.3.2.

       host Specifies the host attribute to use the in the ICAP header. Please
	    refer to RFC 3507 section 4.3.2i.

       preview-length
	    Specifies the ICAP data preview size. Please refer to RFC 3507
	    section 4.5.

       referer
	    Specifies the referer attribute to use in the ICAP header. Please
	    refer to RFC 3507 section 4.3.2.

       to-folder
	    icap profiles can be moved to any folder under /Common, but
	    configuration dependencies may restrict moving the profile out of
	    /Common.

       uri  Specifies the ICAP URI to use in the ICAP header. Please refer to
	    RFC 3507 section 4.2. Macro expansion has been implemented for all
	    attributes values in the ICAP header. If an ICAP header attribute
	    value contains ${SERVER_IP}, the macro will be replaced with the
	    IP address of the ICAP server selected from the internal virtual
	    server's pool. If an ICAP header attribute contains
	    ${SERVER_PORT}, the macro will be replaced with the port of the
	    ICAP server selected from the internal virtual server's pool. For
	    example, the URI attribute in an ICAP profile could be set to
	    icap://${SERVER_IP}:${SERVER_PORT}/videoOptimization.

       user-agent
	    Specifies the user-agent attribute to use in the ICAP header.
	    Please refer to RFC 3507 section 4.3.2.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, regex,
       reset-stats, show, tmsh, ltm profile response-adapt

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 2012. All rights reserved.



BIG-IP				  2013-12-31		   ltm profile icap(1)