ltm profile pptpΒΆ

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

NAME
       pptp - Configures a Point-to-Point Tunneling Protocol (PPTP) profile.

MODULE
       ltm profile

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

   CREATE/MODIFY
	create pptp [name]
	modify pptp [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [[string] | none]
	    publisher-name [[string] | none]
	    include-destination-ip [disabled | enabled]
	    csv-format [disabled | enabled]

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

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

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

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

   DELETE
	delete pptp [name]

DESCRIPTION
       You can use the pptp component to manage a PPTP profile.

EXAMPLES
       create pptp my_pptp_profile defaults-from pptp

       Creates a PPTP profile named my_pptp_profile using the system defaults.

       create pptp my_pptp_profile { log-server-ip disabled }

       Creates a PPTP profile named my_pptp_profile with server address logging disables.

       modify pptp my_pptp_profile description "This is a PPTP Profile"

       Modifies the description attribute of a PPTP profile named my_pptp_profile.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object belongs. The default value is none.

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

       description
	    User defined description.

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

       publisher-name
	    Specifies the name of the log publisher for PPTP events.

       include-destination-ip
	    Specifies whether the log messages for call establishment/disconnect include the server's ip address. The
	    default value is disabled. When disabled the ip address will be displayed as 0.0.0.0.

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

       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 component 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, list, 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-2010, 2013. All rights reserved.

BIG-IP						      2016-03-09				  ltm profile pptp(1)