ltm profile fixΒΆ

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

NAME
       fix - Configures an Financial Information eXchange Protocol (FIX) profile.

MODULE
       ltm profile

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

   CREATE/MODIFY
	create fix [name]
	modify fix [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    error-action [drop_connection | dont_forward]
	    full-logon-parsing [true | false]
	    message-log-publisher [publisher]
	    quick-parsing [true | false]
	    statistics-sample-interval [integer]
	    report-log-publisher [publisher]
	    response-parsing [true | false]
	    sender-tag-class {{[sender-id] [class name]}...}

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

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

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

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

   DELETE
	delete fix [name]

DESCRIPTION
       You can use the fix component to manage an Financial Information eXchange Protocol profile.

EXAMPLES
       create fix my_fix defaults-from fix

       Creates an financial information exchange protocol profile named my_fix using the system defaults.

       create fix my_fix { }

       Creates an financial information exchange protocol profile named my_fix.

       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.

       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 none.

       description
	    User defined description.

       error-action
	    Specifies the error handling method.

       full-logon-parsing
	    Enable or disable logon message is always fully parsed.

       message-log-publisher
	    Specifies the publisher for message logging.

       quick-parsing
	    Enable or disable quick parsing which parses the basic standard fields and validates message length and
	    checksum.

       statistics-sample-interval
	    Specifies the sample interval in seconds of the message rate.

       response-parsing
	    Enable or disable response parsing which parses the messages from FIX server.

       report-log-publisher
	    Specifies the publisher for error message and status report.

       partition
	    Specifies the administrative partition within which the profile resides.

       sender-tag-class
	    Specifies the tag substitution map between sender id and tag substitution data group.

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

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

BIG-IP						      2014-10-20				   ltm profile fix(1)