LocalLB::ProfilePPTP

Introduced : BIG-IP_v11.5.0
The ProfilePPTP interface enables you to manipulate a local load balancer&aposs PPTP profile. PPTP is a tunneling protocol used as a secure VPN tunnel. It tunnels PPP which was originally a dial-up protocol, on an IP network. PPTP (RFC 2637) defines two communication channels - a control channel over TCP and the data channel over GRE.

Methods

Method Description Introduced
create Creates the specified PPTP profiles. BIG-IP_v11.5.0
delete_all_profiles Deletes all PPTP profiles. BIG-IP_v11.5.0
delete_profile Deletes the specified PPTP profiles. BIG-IP_v11.5.0
get_all_statistics Gets the statistics for all the PPTP profiles. BIG-IP_v11.5.0
get_csv_format_state Gets the states that if true, enable support for CSV log format. BIG-IP_v13.0.0
get_default_profile Gets the names of the default profiles from which the specified profiles will derive default values for its attributes. BIG-IP_v11.5.0
get_description Gets the descriptions for a set of PPTP profiles. BIG-IP_v11.5.0
get_include_destination_ip_state Gets the Include Destination IP state for a list of PPTP profiles. BIG-IP_v11.5.0
get_list Gets a list of all PPTP profiles. BIG-IP_v11.5.0
get_publisher_name Gets the log publisher name for a set of PPTP profiles. BIG-IP_v11.5.0
get_statistics Gets the statistics for the specified PPTP profiles. BIG-IP_v11.5.0
get_statistics_by_virtual Gets the statistics for the specified profiles, by virtual server. BIG-IP_v11.5.0
get_version Gets the version information for this interface. BIG-IP_v11.5.0
is_base_profile Determines whether the specified PPTP profiles are base profiles. A base profile sits at the base of the profile&aposs inheritance tree, supplying the defaults for every profile derived from it. (See also is_system_profile). BIG-IP_v11.5.0
is_system_profile Determines whether the specified PPTP profiles are system profiles. A system profile is a profile pre-configured on the system, ready for use. Non-system profiles are profiles created or modified by a user. Note that if a system profile is modified, it is no longer considered a system profile. (See also is_base_profile). BIG-IP_v11.5.0
reset_statistics Resets the statistics for the specified PPTP profiles. BIG-IP_v11.5.0
reset_statistics_by_virtual Resets the statistics for the specified profiles, for specified virtual servers. BIG-IP_v11.5.0
set_csv_format_state Sets the states that if true, enable support for CSV log format. BIG-IP_v13.0.0
set_default_profile Sets the names of the default profiles from which the specified profiles will derive default values for its attributes. BIG-IP_v11.5.0
set_description Sets the description for a set of PPTP profiles. This is an arbitrary field which can be used for any purpose. BIG-IP_v11.5.0
set_include_destination_ip_state Sets the Include Destination IP state for a list of PPTP profiles. This state specifies whether the log messages for call establishment/disconnect include the server&aposs IP address or not. BIG-IP_v11.5.0
set_publisher_name Sets the log publisher name for a set of PPTP profiles. This is the publisher for PPTP call events. BIG-IP_v11.5.0

Structures

Structure

Description

ProfilePPTPStatisticEntry

A struct that describes statistics for a particular PPTP profile.

ProfilePPTPStatistics

A struct that describes profile statistics and timestamp.


Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
ProfilePPTPStatisticEntrySequence ProfilePPTPStatisticEntry [] A sequence of ProfilePPTP statistics.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.