Networking::ProfileWCCPGRE¶
Introduced : BIG-IP_v10.1.0
The ProfileWCCPGRE interface allows you to manipulate a WCCP-GRE
tunnel profile to configure the General Routing Encapsulation (GRE -
RFC2784) tunnel protocol in conjunction with the Web-Cache
Communication Protocol (WCCP). See the Networking/ProfileGRE interface
for additional information.
Methods¶
Method | Description | Introduced |
create | Creates a set of WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
delete_all_profiles | Deletes all non-system WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
delete_profile | Deletes a set of WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
get_default_profile | Gets the existing WCCP-GRE tunnel profile from which this set of WCCP-GRE profiles inherits its unspecified attribute values. | BIG-IP_v10.1.0 |
get_description | Gets the descriptions for a set of WCCP-GRE tunnel profiles. | BIG-IP_v11.0.0 |
get_egress_forwarding | Gets the forwarding specification for packets leaving a WCCP-GRE tunnel for a set of WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
get_include_checksum_state | Gets whether the checksum should be included in the transmitted packets for a set of WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
get_list | Gets the names for all WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
get_validate_checksum_state | Gets whether the checksum should be validated on the received packets for a set of WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
get_version | Gets the version information for this interface. | BIG-IP_v10.1.0 |
get_wccp_version | Gets the WCCP version currently in use for a set of WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
is_base_profile | Determines whether the specified WCCP-GRE tunnel 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_v10.1.0 |
is_system_profile | Determines whether the specified WCCP-GRE tunnel 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.0.0 |
set_default_profile | Sets the existing WCCP-GRE tunnel profile from which this set of WCCP-GRE tunnel profiles inherits their unspecified attribute values. | BIG-IP_v10.1.0 |
set_description | Sets the description for a set of WCCP-GRE tunnel profiles. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.0.0 |
set_egress_forwarding | Sets the forwarding specification for packets leaving a WCCP-GRE tunnel for a set of WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
set_include_checksum_state | Sets whether the checksum should be included in the transmitted packets for a set of WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
set_validate_checksum_state | Sets whether the checksum should be validated on the received packets for a set of WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
set_wccp_version | Sets the WCCP version currently in use for a set of WCCP-GRE tunnel profiles. | BIG-IP_v10.1.0 |
Enumerations¶
Enumeration | Description |
WCCPGREForwarding | Forwarding options for packets leaving a WCCP-GRE tunnel |
Aliases¶
Alias | Type | Description |
ProfileWCCPGREForwardingSequence | ProfileWCCPGREForwarding [] | |
WCCPGREForwardingSequence | WCCPGREForwarding [] | Sequence of tunnel forwarding options |
See Also¶
iControl ::
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.