ltm alg-log-profileΒΆ

ltm alg-log-profile(1)				  BIG-IP TMSH Manual			       ltm alg-log-profile(1)

NAME
       alg-log-profile - Configures an Application-Level Gateway logging profile.

MODULE
       ltm

SYNTAX
   CREATE/MODIFY
	create alg-log-profile [name]
	modify alg-log-profile [name | all]
	  options:
	    app-service [[string] | none]
	    csv-format [disabled | enabled]
	    start-control-channel {
		action [disabled | enabled | backup-allocation-only]
		elements [add | delete | replace-all-with] {
		    destination
		}
	    }
	    end-control-channel {
		action [disabled | enabled | backup-allocation-only]
		elements [add | delete | replace-all-with] {
		    destination
		}
	    }
	    start-data-channel {
		action [disabled | enabled | backup-allocation-only]
		elements [add | delete | replace-all-with] {
		    destination
		}
	    }
	    end-data-channel {
		action [disabled | enabled | backup-allocation-only]
		elements [add | delete | replace-all-with] {
		    destination
		}
	    }
	    inbound-transaction {
		action [disabled | enabled]
	    }

	edit alg-log-profile [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

	reset-stats alg-log-profile
	reset-stats alg-log-profile [ [ [name] | [glob] | [regex] ] ... ]

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

   DELETE
	delete alg-log-profile [name | all]

DESCRIPTION
       A ALG log profile allows fine grain control of the logging for ALG events.  When attached to an supported ALG
       profile - currently FTP, RTSP, SIP, you can control the events to log as well as optional elements in the log
       entry.

EXAMPLES
       create ltm alg-log-profile my_alg_log_profile end-control-channel { action backup-allocation-only } end-data-
       channel { action backup-allocation-only }

       Creates the ALG log profilemy_alg_log_profile that generates log entries for both inbound and data-channel
       when translation is from backup members only.

       delete alg-log-profile my_lsn_log_profile

       Deletes the ALG log profile named my_lsn_log_profile.

OPTIONS
       app-service
	    Specifies the name of the application service to which this object 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 this object. Only the application service can modify or delete this object.

       csv-format
	    When enabled, use CSV log format for log entries. The default value is disabled.

       events
	    The type of ALG events available for logging control.

	    start-control-channel
		 Event for start of control channel connection.

	    end-control-channel
		 Event for end of control channel connection.

	    start-data-channel
		 Event for start of data channel connection.

	    end-data-channel
		 Event for end of data channel connection.

	    inbound-transaction
		 Event for inbound transaction event to an ALG end-point. Inbound transaction log entry could contain
		 both incoming and outgoing messages.

       action
	    Specify the logging action to be taken when a particular event is encountered.

	    enabled
		 Logging is enable for the event, regardless of how the flow is created.

	    backup-allocation-only
		 Logging is enable for the event, when the ALG is proxy with a LSN, and translation is take from
		 backup pool member only.

	    disabled
		 Logging is disable for the event.

       elements
	    Optional elements that can be added to the log message.

       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
       ltm profile ftp, ltm profile sip, ltm profile rtsp, create, delete, edit, glob, list, ltm, 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 2008-2014. All rights reserved.

BIG-IP						      2016-02-23			       ltm alg-log-profile(1)