ltm profile ipotherΒΆ

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



NAME
       ipother - Configures a generic IP profile for non-TCP and non-UDP
       traffic.

MODULE
       ltm profile

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

   CREATE/MODIFY
	create ipother [name]
	modify ipother [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [[name] | none]
	    description [string]
	    idle-timeout [immediate | indefinite | integer]

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

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

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

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

   DELETE
	delete ipother [name]

DESCRIPTION
       You can use the ipother component to manage non-TCP and non-UDP network
       traffic. If you want to manage TCP or UDP traffic, then use the
       appropriate TCP or UDP LTM profiles.

EXAMPLES
       create ipother my_ipother_profile defaults-from ipother

       This creates a custom IP-OTHER profile that is named my_ipother_profile
       which inherits its settings from the system default IP-OTHER profile.

       list ipother all-properties

       Displays all properties for all IP-OTHER profiles.

OPTIONS
       app-service
	    Specifies the name of the application service to which the profile
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the profile. Only the application
	    service can modify or delete the profile.

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

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       idle-timeout
	    Specifies the number of seconds that a connection is idle before
	    the connection is eligible for deletion. The default value is 60
	    seconds.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       partition
	    Displays the administrative partition within which the profile
	    resides.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

SEE ALSO
       create, delete, edit, glob, ltm profile, ltm virtual, modify, show,
       regex, reset-stats, 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-2010, 2012-2013, 2015. All
       rights reserved.



BIG-IP				  2015-07-22		ltm profile ipother(1)